Adding new test binaries.
This commit is contained in:
parent
abf7b794e6
commit
a1fb99f1d3
Binary file not shown.
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
0000000000000000 t test_fadd_1
|
||||
0000000000000008 t test_fadd_2
|
||||
0000000000000010 t test_fadd_3
|
Binary file not shown.
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
0000000000000000 t test_fmadd_1
|
||||
0000000000000008 t test_fmadd_2
|
||||
0000000000000010 t test_fmadd_3
|
Binary file not shown.
|
@ -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
|
|
@ -0,0 +1,3 @@
|
|||
0000000000000000 t test_fmul_1
|
||||
0000000000000008 t test_fmul_2
|
||||
0000000000000010 t test_fmul_3
|
Loading…
Reference in New Issue