vperm test + fix for % byte.
This commit is contained in:
BIN
src/alloy/frontend/ppc/test/bin/instr_vperm.bin
Normal file
BIN
src/alloy/frontend/ppc/test/bin/instr_vperm.bin
Normal file
Binary file not shown.
21
src/alloy/frontend/ppc/test/bin/instr_vperm.dis
Normal file
21
src/alloy/frontend/ppc/test/bin/instr_vperm.dis
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
/vagrant/src/alloy/frontend/ppc/test/bin//instr_vperm.o: file format elf64-powerpc
|
||||
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_vperm_1>:
|
||||
100000: 10 c3 21 6b vperm v6,v3,v4,v5
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_vperm_2>:
|
||||
100008: 10 c3 21 6b vperm v6,v3,v4,v5
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_vperm_3>:
|
||||
100010: 10 c3 21 6b vperm v6,v3,v4,v5
|
||||
100014: 4e 80 00 20 blr
|
||||
|
||||
0000000000100018 <test_vperm_4>:
|
||||
100018: 10 c3 21 6b vperm v6,v3,v4,v5
|
||||
10001c: 4e 80 00 20 blr
|
||||
4
src/alloy/frontend/ppc/test/bin/instr_vperm.map
Normal file
4
src/alloy/frontend/ppc/test/bin/instr_vperm.map
Normal file
@@ -0,0 +1,4 @@
|
||||
0000000000000000 t test_vperm_1
|
||||
0000000000000008 t test_vperm_2
|
||||
0000000000000010 t test_vperm_3
|
||||
0000000000000018 t test_vperm_4
|
||||
Reference in New Issue
Block a user