1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-26 21:20:30 +02:00
guile/lib
pcpa e6a14a61eb Finish sparc port.
* check/lightning.c: Remove state flag to work with partial
	sparc port, by just disassembling if there was incomplete
	code generation.

	* jit_sparc-cpu.c: Correct wrong range check for immediate
	integer constants (off by one bit shift).
	  Correct macro implementing equivalent "rd %y, rd" assembly.
	  Implement qmul* and qdiv*.

	* jit_sparc.c: Update for qmul* and qdiv* and remove logic
	to handle incomplete code generation during sparc port.
2013-02-19 17:28:38 -03:00
..
jit_arm-cpu.c Implement the qmul and qdiv instructions. 2013-02-04 18:54:37 -02:00
jit_arm-swf.c Test and correct test cases in all current backends. 2013-01-02 17:53:51 -02:00
jit_arm-vfp.c Make current test cases pass in armv7l. 2012-12-05 23:48:40 -02:00
jit_arm.c Correct regression with float arguments in arm hardp 2013-02-11 17:39:06 -02:00
jit_disasm.c Add framework for sparc port. 2013-02-18 01:18:54 -03:00
jit_mips-cpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_mips-fpu.c Rework {get,push}arg{,i,r}_{f,d} to a more descriptive name and usage. 2013-01-09 17:14:51 -02:00
jit_mips.c Add framework for sparc port. 2013-02-18 01:18:54 -03:00
jit_note.c Add code to release all memory used by the jit state. 2013-02-11 15:51:55 -02:00
jit_ppc-cpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_ppc-fpu.c Correct stack.tst test case on ppc. Now all tests pass in all backends. 2012-12-20 14:34:28 -02:00
jit_ppc.c Add framework for sparc port. 2013-02-18 01:18:54 -03:00
jit_print.c Implement the "live" code to explicitly tell a register is live. 2013-02-05 14:14:25 -02:00
jit_sparc-cpu.c Finish sparc port. 2013-02-19 17:28:38 -03:00
jit_sparc-fpu.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
jit_sparc.c Finish sparc port. 2013-02-19 17:28:38 -03:00
jit_x86-cpu.c Implement the qmul and qdiv instructions. 2013-02-04 18:54:37 -02:00
jit_x86-sse.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86-x87.c Add new extensive float comparison and conversion test case 2012-12-29 14:16:45 -02:00
jit_x86.c Implement the "live" code to explicitly tell a register is live. 2013-02-05 14:14:25 -02:00
lightning.c Pass all but the (not yet implemented) qmul and qdiv tests in sparc 2013-02-19 01:06:18 -03:00
Makefile.am Add framework for sparc port. 2013-02-18 01:18:54 -03:00