Adding new test binaries.
This commit is contained in:
BIN
src/xenia/cpu/frontend/test/bin/instr_fadd.bin
Normal file
BIN
src/xenia/cpu/frontend/test/bin/instr_fadd.bin
Normal file
Binary file not shown.
13
src/xenia/cpu/frontend/test/bin/instr_fadd.dis
Normal file
13
src/xenia/cpu/frontend/test/bin/instr_fadd.dis
Normal file
@@ -0,0 +1,13 @@
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_fadd_1>:
|
||||
100000: fc 61 10 2a fadd f3,f1,f2
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_fadd_2>:
|
||||
100008: fc 61 10 2a fadd f3,f1,f2
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_fadd_3>:
|
||||
100010: fc 61 10 2a fadd f3,f1,f2
|
||||
100014: 4e 80 00 20 blr
|
||||
3
src/xenia/cpu/frontend/test/bin/instr_fadd.map
Normal file
3
src/xenia/cpu/frontend/test/bin/instr_fadd.map
Normal file
@@ -0,0 +1,3 @@
|
||||
0000000000000000 t test_fadd_1
|
||||
0000000000000008 t test_fadd_2
|
||||
0000000000000010 t test_fadd_3
|
||||
BIN
src/xenia/cpu/frontend/test/bin/instr_fmadd.bin
Normal file
BIN
src/xenia/cpu/frontend/test/bin/instr_fmadd.bin
Normal file
Binary file not shown.
13
src/xenia/cpu/frontend/test/bin/instr_fmadd.dis
Normal file
13
src/xenia/cpu/frontend/test/bin/instr_fmadd.dis
Normal file
@@ -0,0 +1,13 @@
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_fmadd_1>:
|
||||
100000: fc 22 20 fa fmadd f1,f2,f3,f4
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_fmadd_2>:
|
||||
100008: fc 22 20 fa fmadd f1,f2,f3,f4
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_fmadd_3>:
|
||||
100010: fc 22 20 fa fmadd f1,f2,f3,f4
|
||||
100014: 4e 80 00 20 blr
|
||||
3
src/xenia/cpu/frontend/test/bin/instr_fmadd.map
Normal file
3
src/xenia/cpu/frontend/test/bin/instr_fmadd.map
Normal file
@@ -0,0 +1,3 @@
|
||||
0000000000000000 t test_fmadd_1
|
||||
0000000000000008 t test_fmadd_2
|
||||
0000000000000010 t test_fmadd_3
|
||||
BIN
src/xenia/cpu/frontend/test/bin/instr_fmul.bin
Normal file
BIN
src/xenia/cpu/frontend/test/bin/instr_fmul.bin
Normal file
Binary file not shown.
13
src/xenia/cpu/frontend/test/bin/instr_fmul.dis
Normal file
13
src/xenia/cpu/frontend/test/bin/instr_fmul.dis
Normal file
@@ -0,0 +1,13 @@
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_fmul_1>:
|
||||
100000: fc 61 00 b2 fmul f3,f1,f2
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_fmul_2>:
|
||||
100008: fc 61 00 b2 fmul f3,f1,f2
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_fmul_3>:
|
||||
100010: fc 61 00 b2 fmul f3,f1,f2
|
||||
100014: 4e 80 00 20 blr
|
||||
3
src/xenia/cpu/frontend/test/bin/instr_fmul.map
Normal file
3
src/xenia/cpu/frontend/test/bin/instr_fmul.map
Normal file
@@ -0,0 +1,3 @@
|
||||
0000000000000000 t test_fmul_1
|
||||
0000000000000008 t test_fmul_2
|
||||
0000000000000010 t test_fmul_3
|
||||
Reference in New Issue
Block a user