cntlzw tests.
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_add1>:
|
||||
0000000000100000 <test_add_1>:
|
||||
100000: 7d 65 ca 14 add r11,r5,r25
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_add2>:
|
||||
0000000000100008 <test_add_2>:
|
||||
100008: 7d 60 ca 14 add r11,r0,r25
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
0000000000000000 t test_add1
|
||||
0000000000000008 t test_add2
|
||||
0000000000000000 t test_add_1
|
||||
0000000000000008 t test_add_2
|
||||
|
||||
BIN
src/alloy/frontend/ppc/test/bin/instr_cntlzd.bin
Normal file
BIN
src/alloy/frontend/ppc/test/bin/instr_cntlzd.bin
Normal file
Binary file not shown.
21
src/alloy/frontend/ppc/test/bin/instr_cntlzd.dis
Normal file
21
src/alloy/frontend/ppc/test/bin/instr_cntlzd.dis
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_cntlzd.o: file format elf64-powerpc
|
||||
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_cntlzd_1>:
|
||||
100000: 7c a6 00 74 cntlzd r6,r5
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_cntlzd_2>:
|
||||
100008: 7c a6 00 74 cntlzd r6,r5
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_cntlzd_3>:
|
||||
100010: 7c a6 00 74 cntlzd r6,r5
|
||||
100014: 4e 80 00 20 blr
|
||||
|
||||
0000000000100018 <test_cntlzd_4>:
|
||||
100018: 7c a6 00 74 cntlzd r6,r5
|
||||
10001c: 4e 80 00 20 blr
|
||||
4
src/alloy/frontend/ppc/test/bin/instr_cntlzd.map
Normal file
4
src/alloy/frontend/ppc/test/bin/instr_cntlzd.map
Normal file
@@ -0,0 +1,4 @@
|
||||
0000000000000000 t test_cntlzd_1
|
||||
0000000000000008 t test_cntlzd_2
|
||||
0000000000000010 t test_cntlzd_3
|
||||
0000000000000018 t test_cntlzd_4
|
||||
BIN
src/alloy/frontend/ppc/test/bin/instr_cntlzw.bin
Normal file
BIN
src/alloy/frontend/ppc/test/bin/instr_cntlzw.bin
Normal file
Binary file not shown.
21
src/alloy/frontend/ppc/test/bin/instr_cntlzw.dis
Normal file
21
src/alloy/frontend/ppc/test/bin/instr_cntlzw.dis
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_cntlzw.o: file format elf64-powerpc
|
||||
|
||||
|
||||
Disassembly of section .text:
|
||||
|
||||
0000000000100000 <test_cntlzw_1>:
|
||||
100000: 7c a6 00 34 cntlzw r6,r5
|
||||
100004: 4e 80 00 20 blr
|
||||
|
||||
0000000000100008 <test_cntlzw_2>:
|
||||
100008: 7c a6 00 34 cntlzw r6,r5
|
||||
10000c: 4e 80 00 20 blr
|
||||
|
||||
0000000000100010 <test_cntlzw_3>:
|
||||
100010: 7c a6 00 34 cntlzw r6,r5
|
||||
100014: 4e 80 00 20 blr
|
||||
|
||||
0000000000100018 <test_cntlzw_4>:
|
||||
100018: 7c a6 00 34 cntlzw r6,r5
|
||||
10001c: 4e 80 00 20 blr
|
||||
4
src/alloy/frontend/ppc/test/bin/instr_cntlzw.map
Normal file
4
src/alloy/frontend/ppc/test/bin/instr_cntlzw.map
Normal file
@@ -0,0 +1,4 @@
|
||||
0000000000000000 t test_cntlzw_1
|
||||
0000000000000008 t test_cntlzw_2
|
||||
0000000000000010 t test_cntlzw_3
|
||||
0000000000000018 t test_cntlzw_4
|
||||
Reference in New Issue
Block a user