Test cleanup.

This commit is contained in:
Ben Vanik
2015-08-18 00:16:38 -07:00
parent 59b9e9ceb0
commit c67e47a076
6 changed files with 65 additions and 54 deletions

View File

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