1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-05 15:10:27 +02:00
guile/lightning
Paolo Bonzini 64ccd054f2 fix 64-bit load with sign extension
2010-08-15  Paolo Bonzini  <bonzini@gnu.org>

	* lightning/i386/core.h (jit_ldr_c, jit_ldxr_c, jit_ldr_s,
	jit_ldxr_s): Move...
	* lightning/i386/core-32.h: ... here.
	* lightning/i386/core-64.h (jit_ldr_c, jit_ldxr_c, jit_ldr_s,
	Use movsbq and movswq.
2010-08-15 06:32:19 -04:00
..
i386 fix 64-bit load with sign extension 2010-08-15 06:32:19 -04:00
ppc subtract 1 from the final byte being flushed in PPC jit_flush_code 2008-10-09 10:19:26 +02:00
sparc switch to GPLv3 2008-01-09 15:50:13 +01:00
asm-common.h add _s32P 2008-03-19 09:56:05 +01:00
core-common.h fix several load/store patterns for x86-64. 2008-03-21 09:08:38 +01:00
fp-common.h fix jit_extr_f_d and jit_extr_d_f for x86-64 2010-08-15 06:29:51 -04:00
funcs-common.h switch to GPLv3 2008-01-09 15:50:13 +01:00
Makefile.am detect 32-/64-bit variant of i386 back-end at include time (not configure time) 2008-06-11 19:00:37 -07:00
Makefile.in always set and replace lightning_frag 2010-07-19 14:40:08 +02:00