Searched refs:sltu (Results 1 - 25 of 35) sorted by relevance

12

/external/llvm/test/MC/Mips/
H A Dmacro-bcc-imm.s23 # ALL: sltu $1, $6, $1
27 # ALL: sltu $1, $1, $6
31 # ALL: sltu $1, $6, $1
35 # ALL: sltu $1, $1, $6
55 # ALL: sltu $1, $6, $1
59 # ALL: sltu $1, $1, $6
63 # ALL: sltu $1, $6, $1
67 # ALL: sltu $1, $1, $6
H A Dmips_gprel16.s33 sltu $2, $zero, $1
57 sltu $2, $zero, $1
H A Dbranch-pseudos.s31 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
36 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
74 # CHECK: sltu $1, $8, $7 # encoding: [0x01,0x07,0x08,0x2b]
79 # CHECK: sltu $1, $8, $7 # encoding: [0x01,0x07,0x08,0x2b]
123 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
128 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
171 # CHECK: sltu $1, $8, $7 # encoding: [0x01,0x07,0x08,0x2b]
176 # CHECK: sltu $1, $8, $7 # encoding: [0x01,0x07,0x08,0x2b]
282 # CHECK: sltu $1, $7, $8 # encoding: [0x00,0xe8,0x08,0x2b]
287 # CHECK: sltu
[all...]
H A Dinstalias-imm-expanding.s209 sltu $4, $5, -0x80000000
211 # CHECK: sltu $4, $4, $5 # encoding: [0x2b,0x20,0x85,0x00]
212 sltu $4, $5, -0x8001
215 # CHECK: sltu $4, $4, $5 # encoding: [0x2b,0x20,0x85,0x00]
216 sltu $4, $5, -0x8000
218 sltu $4, $5, 0
220 sltu $4, $5, 0xFFFF
222 sltu $4, $5, 0x10000
224 # CHECK: sltu $4, $4, $5 # encoding: [0x2b,0x20,0x85,0x00]
225 sltu
[all...]
H A Dmips-alu-instructions.s27 # CHECK: sltu $3, $3, $5 # encoding: [0x2b,0x18,0x65,0x00]
58 sltu $3, $3, $5
H A Dmips64-alu-instructions.s25 # CHECK: sltu $3, $3, $5 # encoding: [0x2b,0x18,0x65,0x00]
53 sltu $3, $3, $5
H A Dmicromips-alu-instructions.s24 # CHECK-EL: sltu $3, $3, $5 # encoding: [0xa3,0x00,0x90,0x1b]
67 # CHECK-EB: sltu $3, $3, $5 # encoding: [0x00,0xa3,0x1b,0x90]
108 sltu $3, $3, $5
/external/capstone/suite/MC/Mips/
H A Dmicromips-alu-instructions-EB.s.cs17 0x00,0xa3,0x1b,0x90 = sltu $3, $3, $5
H A Dmicromips-alu-instructions.s.cs17 0xa3,0x00,0x90,0x1b = sltu $3, $3, $5
H A Dmips-alu-instructions.s.cs22 0x2b,0x18,0x65,0x00 = sltu $3, $3, $5
H A Dmips64-alu-instructions.s.cs20 0x2b,0x18,0x65,0x00 = sltu $3, $3, $5
/external/llvm/test/MC/Mips/mips1/
H A Dvalid.s97 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
98 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s123 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
124 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s188 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
189 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s153 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
154 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s188 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
189 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid.s188 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
189 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips32r5/
H A Dvalid.s189 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
190 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s216 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
217 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s217 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
218 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s235 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
236 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s261 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
262 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s261 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
262 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s262 sltu $s4,$s5,$11 # CHECK: sltu $20, $21, $11 # encoding: [0x02,0xab,0xa0,0x2b]
263 sltu $24,$25,-15531 # CHECK: sltiu $24, $25, -15531 # encoding: [0x2f,0x38,0xc3,0x55]
/external/v8/src/mips/
H A Dcodegen-mips.cc131 __ sltu(v1, t9, a0); // If a0 > t9, don't use next prefetch.
297 __ sltu(v1, t9, a0);
332 __ sltu(v1, t9, a0);

Completed in 196 milliseconds

12