Fixing XO instruction decoding.
This commit is contained in:
BIN
test/codegen/add.bin
Executable file
BIN
test/codegen/add.bin
Executable file
Binary file not shown.
9
test/codegen/add.dis
Normal file
9
test/codegen/add.dis
Normal file
@@ -0,0 +1,9 @@
|
||||
|
||||
add.o: file format elf64-powerpc
|
||||
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000082010000 <.text>:
|
||||
82010000: 7d 65 ca 14 add r11,r5,r25
|
||||
82010004: 4e 80 00 20 blr
|
||||
9
test/codegen/add.s
Normal file
9
test/codegen/add.s
Normal file
@@ -0,0 +1,9 @@
|
||||
# REGISTER_IN r5 0x00100000
|
||||
# REGISTER_IN r25 0x0000FFFF
|
||||
|
||||
add r11, r5, r25
|
||||
|
||||
blr
|
||||
# REGISTER_OUT r5 0x00100000
|
||||
# REGISTER_OUT r25 0x0000FFFF
|
||||
# REGISTER_OUT r11 0x0010FFFF
|
||||
Reference in New Issue
Block a user