vsplt[bhw] tests.

This commit is contained in:
Ben Vanik
2015-01-11 14:58:05 -08:00
parent 338b5809b4
commit aacb515035
12 changed files with 120 additions and 0 deletions

Binary file not shown.

View File

@@ -0,0 +1,17 @@
/vagrant/src/alloy/frontend/ppc/test/bin//instr_vspltb.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_vspltb_1>:
100000: 10 60 22 0c vspltb v3,v4,0
100004: 4e 80 00 20 blr
0000000000100008 <test_vspltb_2>:
100008: 10 61 22 0c vspltb v3,v4,1
10000c: 4e 80 00 20 blr
0000000000100010 <test_vspltb_3>:
100010: 10 6f 22 0c vspltb v3,v4,15
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_vspltb_1
0000000000000008 t test_vspltb_2
0000000000000010 t test_vspltb_3

Binary file not shown.

View File

@@ -0,0 +1,17 @@
/vagrant/src/alloy/frontend/ppc/test/bin//instr_vsplth.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_vsplth_1>:
100000: 10 60 22 4c vsplth v3,v4,0
100004: 4e 80 00 20 blr
0000000000100008 <test_vsplth_2>:
100008: 10 61 22 4c vsplth v3,v4,1
10000c: 4e 80 00 20 blr
0000000000100010 <test_vsplth_3>:
100010: 10 67 22 4c vsplth v3,v4,7
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_vsplth_1
0000000000000008 t test_vsplth_2
0000000000000010 t test_vsplth_3

Binary file not shown.

View File

@@ -0,0 +1,17 @@
/vagrant/src/alloy/frontend/ppc/test/bin//instr_vspltw.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_vspltw_1>:
100000: 10 60 22 8c vspltw v3,v4,0
100004: 4e 80 00 20 blr
0000000000100008 <test_vspltw_2>:
100008: 10 61 22 8c vspltw v3,v4,1
10000c: 4e 80 00 20 blr
0000000000100010 <test_vspltw_3>:
100010: 10 63 22 8c vspltw v3,v4,3
100014: 4e 80 00 20 blr

View File

@@ -0,0 +1,3 @@
0000000000000000 t test_vspltw_1
0000000000000008 t test_vspltw_2
0000000000000010 t test_vspltw_3