Adding frsqrte and fixing fsqrt o_o

This commit is contained in:
Ben Vanik
2015-05-16 13:22:49 -07:00
parent 6239ff9616
commit 504b855c20
9 changed files with 81 additions and 4 deletions

Binary file not shown.

View File

@@ -0,0 +1,13 @@
Disassembly of section .text:
0000000000100000 <test_frsqrte_1>:
100000: fc 20 08 34 frsqrte f1,f1
100004: 4e 80 00 20 blr
0000000000100008 <test_frsqrte_2>:
100008: fc 20 08 34 frsqrte f1,f1
10000c: 4e 80 00 20 blr
0000000000100010 <test_frsqrte_3>:
100010: fc 20 08 34 frsqrte f1,f1
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_frsqrte_1
0000000000000008 t test_frsqrte_2
0000000000000010 t test_frsqrte_3

Binary file not shown.

View File

@@ -0,0 +1,13 @@
Disassembly of section .text:
0000000000100000 <test_fsqrt_1>:
100000: fc 20 08 2c fsqrt f1,f1
100004: 4e 80 00 20 blr
0000000000100008 <test_fsqrt_2>:
100008: fc 20 08 2c fsqrt f1,f1
10000c: 4e 80 00 20 blr
0000000000100010 <test_fsqrt_3>:
100010: fc 20 08 2c fsqrt f1,f1
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_fsqrt_1
0000000000000008 t test_fsqrt_2
0000000000000010 t test_fsqrt_3