Added overflow mode for interger operations (was already implemented, but had no IF)
authorMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 19 Oct 2004 10:58:44 +0000 (10:58 +0000)
committerMichael Beck <beck@ipd.info.uni-karlsruhe.de>
Tue, 19 Oct 2004 10:58:44 +0000 (10:58 +0000)
commite3a791f11dde5d2613a7384285a12fc3bbd6c883
tree7ede32e37e3f472459159fce4d6c5311e6dc7e8c
parenta70eca7dd7b2ac1177491137f4984b16907bbc47
Added overflow mode for interger operations (was already implemented, but had no IF)
added tarval_carry() to access the carry flag of the last tarval Operation (was already implemented
by no IF)

BEWARE: tarval implementation is buggy because it uses always 68bit arithmentic, even for Div/Shr ...

[r4153]
ir/tv/tv.c
ir/tv/tv.h