Switching to premake. Probably with disasterous consequences.

This commit is contained in:
Ben Vanik
2015-07-18 16:00:01 -07:00
parent 6c5d230f67
commit e0eb85bbbc
208 changed files with 1112 additions and 4162 deletions

View File

@@ -0,0 +1,20 @@
test_nor_cr_1:
#_ REGISTER_IN r3 0x00000000FFFFFFFF
nor. r3, r3, r3
li r3, 0
bne .nor_cr_1_ne
li r3, 1
.nor_cr_1_ne:
blr
#_ REGISTER_OUT r3 1
test_nor_cr_1_constant:
li r3, -1
clrldi r3, r3, 32
nor. r3, r3, r3
li r3, 0
bne .nor_cr_1_constant_ne
li r3, 1
.nor_cr_1_constant_ne:
blr
#_ REGISTER_OUT r3 1