Progress on ghetto memory allocator.
This commit is contained in:
BIN
test/codegen/subfe.bin
Executable file
BIN
test/codegen/subfe.bin
Executable file
Binary file not shown.
9
test/codegen/subfe.dis
Normal file
9
test/codegen/subfe.dis
Normal 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
9
test/codegen/subfe.s
Normal 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
|
||||
Reference in New Issue
Block a user