mirror of
https://github.com/xenia-project/xenia.git
synced 2026-04-04 14:17:24 +00:00
Progress on ghetto memory allocator.
This commit is contained in:
parent
0fde6135a0
commit
7b62fa96bd
11 changed files with 6471 additions and 44 deletions
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue