Switching from make to shell script for test building.

This commit is contained in:
Ben Vanik
2014-09-09 22:25:37 -07:00
parent 7a81a08486
commit 4d59e081b3
20 changed files with 73 additions and 51 deletions

Binary file not shown.

View File

@@ -0,0 +1,13 @@
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_add.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_add1>:
100000: 7d 65 ca 14 add r11,r5,r25
100004: 4e 80 00 20 blr
0000000000100008 <test_add2>:
100008: 7d 60 ca 14 add r11,r0,r25
10000c: 4e 80 00 20 blr

View File

@@ -0,0 +1,2 @@
0000000000000000 t test_add1
0000000000000008 t test_add2

Binary file not shown.

View File

@@ -0,0 +1,9 @@
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_extrwi.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_extrwi>:
100000: 54 a7 ef 3e rlwinm r7,r5,29,28,31
100004: 4e 80 00 20 blr

View File

@@ -0,0 +1 @@
0000000000000000 t test_extrwi

Binary file not shown.

View File

@@ -0,0 +1,9 @@
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_ori.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_ori>:
100000: 60 83 fe dc ori r3,r4,65244
100004: 4e 80 00 20 blr

View File

@@ -0,0 +1 @@
0000000000000000 t test_ori

Binary file not shown.

View File

@@ -0,0 +1,9 @@
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_rlwimi.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_rlwimi>:
100000: 50 86 10 3a rlwimi r6,r4,2,0,29
100004: 4e 80 00 20 blr

View File

@@ -0,0 +1 @@
0000000000000000 t test_rlwimi

Binary file not shown.

View File

@@ -0,0 +1,9 @@
/cygdrive/d/dev/xenia/src/alloy/frontend/ppc/test/bin//instr_subfe.o: file format elf64-powerpc
Disassembly of section .text:
0000000000100000 <test_subfe>:
100000: 7c 6a 59 10 subfe r3,r10,r11
100004: 4e 80 00 20 blr

View File

@@ -0,0 +1 @@
0000000000000000 t test_subfe