mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-05 19:50:23 +02:00
jit_bra_l had the logic reversed, and correcting that also corrected jit_b{lt,le,eq,ge,gt,ne}i_l. TESTQir and _ALUQir were not properly working with 64 bit immediates, that require using a temporary register (JIT_REXTMP) as there are no related opcodes for 64 bit immediates. This corrected jit_bm{s,c}i_l and jit_bo{add,sub}i_l. Now, the tests in http://code.google.com/p/exl/source/browse/trunk/check/lightning/branch.tst pass. |
||
---|---|---|
.. | ||
asm-32.h | ||
asm-64.h | ||
asm.h | ||
core-32.h | ||
core-64.h | ||
core.h | ||
fp-32.h | ||
fp-64.h | ||
fp.h | ||
funcs.h | ||
Makefile.frag |