vsel tests.
This commit is contained in:
BIN
src/alloy/frontend/ppc/test/bin/instr_vsel.bin
Normal file
BIN
src/alloy/frontend/ppc/test/bin/instr_vsel.bin
Normal file
Binary file not shown.
17
src/alloy/frontend/ppc/test/bin/instr_vsel.dis
Normal file
17
src/alloy/frontend/ppc/test/bin/instr_vsel.dis
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
/vagrant/src/alloy/frontend/ppc/test/bin//instr_vsel.o: file format elf64-powerpc
|
||||
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_vsel_1>:
|
||||
100000: 10 a3 21 6a vsel v5,v3,v4,v5
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_vsel_2>:
|
||||
100008: 10 a3 21 6a vsel v5,v3,v4,v5
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_vsel_3>:
|
||||
100010: 10 a3 21 6a vsel v5,v3,v4,v5
|
||||
100014: 4e 80 00 20 blr
|
||||
3
src/alloy/frontend/ppc/test/bin/instr_vsel.map
Normal file
3
src/alloy/frontend/ppc/test/bin/instr_vsel.map
Normal file
@@ -0,0 +1,3 @@
|
||||
0000000000000000 t test_vsel_1
|
||||
0000000000000008 t test_vsel_2
|
||||
0000000000000010 t test_vsel_3
|
||||
Reference in New Issue
Block a user