fsel test.

This commit is contained in:
Ben Vanik
2015-01-11 21:01:25 -08:00
parent 6a44cf9662
commit cd4e877ae1
5 changed files with 53 additions and 2 deletions

Binary file not shown.

View File

@@ -0,0 +1,17 @@
/vagrant/src/alloy/frontend/ppc/test/bin//instr_fsel.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_fsel_1>:
100000: fc 22 20 ee fsel f1,f2,f3,f4
100004: 4e 80 00 20 blr
0000000000100008 <test_fsel_2>:
100008: fc 22 20 ee fsel f1,f2,f3,f4
10000c: 4e 80 00 20 blr
0000000000100010 <test_fsel_3>:
100010: fc 22 20 ee fsel f1,f2,f3,f4
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_fsel_1
0000000000000008 t test_fsel_2
0000000000000010 t test_fsel_3