update tests to new comparisons

This commit is contained in:
Quentin Carbonneaux 2016-02-11 20:02:31 -05:00
parent 21d637efc8
commit cfa285395e
11 changed files with 23 additions and 23 deletions

View file

@ -14,13 +14,13 @@ function $test() {
storew 12, %v3
@L0
%v5 =w loadw %v1
%v6 =w cne %v5, 10001
%v6 =w cnew %v5, 10001
jnz %v6, @L8, @L1
@L8
storew 1, %v4
%v7 =w loadw %v3
%v8 =w rem %v7, 2
%v9 =w ceq %v8, 0
%v9 =w ceqw %v8, 0
jnz %v9, @L9, @L5
@L9
storew 0, %v4
@ -29,13 +29,13 @@ function $test() {
@L2
%v10 =w loadw %v0
%v11 =w loadw %v3
%v12 =w cslt %v10, %v11
%v12 =w csltw %v10, %v11
jnz %v12, @L10, @L3
@L10
%v13 =w loadw %v3
%v14 =w loadw %v0
%v15 =w rem %v13, %v14
%v16 =w ceq %v15, 0
%v16 =w ceqw %v15, 0
jnz %v16, @L11, @L4
@L11
storew 0, %v4
@ -61,7 +61,7 @@ function $test() {
jmp @L0
@L1
%v25 =w loadw %v2
%v26 =w cne %v25, 104743
%v26 =w cnew %v25, 104743
jnz %v26, @L13, @L7
@L13
storew 1, $a