fabs test.

This commit is contained in:
Ben Vanik
2015-01-11 15:45:17 -08:00
parent f6404a0982
commit d66c6ec3d3
5 changed files with 51 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,17 @@
/vagrant/src/alloy/frontend/ppc/test/bin//instr_fabs.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_fabs_1>:
100000: fc 20 0a 10 fabs f1,f1
100004: 4e 80 00 20 blr
0000000000100008 <test_fabs_2>:
100008: fc 20 0a 10 fabs f1,f1
10000c: 4e 80 00 20 blr
0000000000100010 <test_fabs_3>:
100010: fc 20 0a 10 fabs f1,f1
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_fabs_1
0000000000000008 t test_fabs_2
0000000000000010 t test_fabs_3