1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-29 14:30:34 +02:00
guile/lib
pcpa 960280decd Implement the jit_rsb* interface.
* check/alu_rsb.ok, check/alu_rsb.tst: New files implementing
	tests for jit_rsb*.

	* check/Makefile.am, check/lightning.c, include/lightning.h,
	lib/jit_aarch64-cpu.c, lib/jit_aarch64-fpu.c, lib/jit_aarch64-sz.c,
	lib/jit_aarch64.c, lib/jit_alpha-cpu.c, lib/jit_alpha-fpu.c,
	lib/jit_alpha-sz.c, lib/jit_alpha.c, lib/jit_arm-cpu.c,
	lib/jit_arm-swf.c, lib/jit_arm-sz.c, lib/jit_arm-vfp.c,
	lib/jit_arm.c, lib/jit_hppa-cpu.c, lib/jit_hppa-fpu.c,
	lib/jit_hppa-sz.c, lib/jit_hppa.c, lib/jit_ia64-cpu.c,
	lib/jit_ia64-fpu.c, lib/jit_ia64-sz.c, lib/jit_ia64.c,
	lib/jit_mips-cpu.c, lib/jit_mips-fpu.c, lib/jit_mips-sz.c,
	lib/jit_mips.c, lib/jit_names.c, lib/jit_ppc-cpu.c,
	lib/jit_ppc-fpu.c, lib/jit_ppc-sz.c, lib/jit_ppc.c,
	lib/jit_s390x-cpu.c, lib/jit_s390x-fpu.c, lib/jit_s390x-sz.c,
	lib/jit_s390x.c, lib/jit_sparc-cpu.c, lib/jit_sparc-fpu.c,
	lib/jit_sparc-sz.c, lib/jit_sparc.c, lib/jit_x86-cpu.c,
	lib/jit_x86-sse.c, lib/jit_x86-sz.c, lib/jit_x86-x87.c,
	lib/jit_x86.c, lib/lightning.c: Implement jit_rsb*. This
	was a missing lightning 1.x interface, that on most
	backends is synthesized, but on a few backends (hppa and ia64),
	it can generate better code as on those there is, or the
	only instruction with an immediate is in "rsb" format
	(left operand).
2014-10-18 11:31:18 -03:00
..
jit_aarch64-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_aarch64.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_alpha.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-swf.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm-vfp.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_arm.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_disasm.c Do not fail if NULL is passed to init_jit. 2014-10-14 17:03:51 -03:00
jit_hppa-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_hppa.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ia64.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_memory.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_mips-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_mips-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_mips-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_mips.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_names.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_note.c Do not pass null for free, memcpy and memmove 2014-07-29 10:29:49 -03:00
jit_ppc-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_ppc.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_print.c Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00
jit_s390x-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_s390x-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_s390x-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_s390x.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_size.c Use jit_code_last_code as symbolic name of last enum 2014-10-14 17:05:02 -03:00
jit_sparc-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc-fpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_sparc.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-cpu.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-sse.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-sz.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86-x87.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
jit_x86.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
lightning.c Implement the jit_rsb* interface. 2014-10-18 11:31:18 -03:00
Makefile.am Add string representation of IR codes to -sz.c files 2014-10-17 13:48:56 -03:00