Progress on ghetto memory allocator.

This commit is contained in:
Ben Vanik 2013-01-28 21:36:03 -08:00
parent 0fde6135a0
commit 7b62fa96bd
11 changed files with 6471 additions and 44 deletions

BIN
test/codegen/subfe.bin Executable file

Binary file not shown.

9
test/codegen/subfe.dis Normal file
View file

@ -0,0 +1,9 @@
subfe.o: file format elf64-powerpc
Disassembly of section .text:
0000000082010000 <.text>:
82010000: 7c 6a 59 10 subfe r3,r10,r11
82010004: 4e 80 00 20 blr

9
test/codegen/subfe.s Normal file
View file

@ -0,0 +1,9 @@
# REGISTER_IN r10 0x00000000000103BF
# REGISTER_IN r11 0x00000000000103C0
subfe r3, r10, r11
blr
# REGISTER_OUT r10 0x00000000000103BF
# REGISTER_OUT r11 0x00000000000103C0
# REGISTER_OUT r3 0x1