Searched refs:tlt (Results 1 - 25 of 30) sorted by relevance

12

/external/capstone/suite/MC/Mips/
H A Dmicromips-trap-instructions-EB.s.cs5 0x01,0x28,0x08,0x3c = tlt $8, $9
H A Dmicromips-trap-instructions.s.cs5 0x28,0x01,0x3c,0x08 = tlt $8, $9
H A Dmips-control-instructions-64.s.cs25 0x00,0x03,0x00,0x32 = tlt $zero, $3
26 0x00,0x03,0x07,0xf2 = tlt $zero, $3, 31
H A Dmips-control-instructions.s.cs25 0x00,0x03,0x00,0x32 = tlt $zero, $3
26 0x00,0x03,0x07,0xf2 = tlt $zero, $3, 31
/external/llvm/test/MC/Mips/
H A Dmicromips-trap-instructions.s15 # CHECK-EL: tlt $8, $9 # encoding: [0x28,0x01,0x3c,0x08]
30 # CHECK-EB: tlt $8, $9 # encoding: [0x01,0x28,0x08,0x3c]
42 tlt $8, $9, 0
H A Dmips-control-instructions.s27 # CHECK32: tlt $zero, $3 # encoding: [0x00,0x03,0x00,0x32]
28 # CHECK32: tlt $zero, $3, 31 # encoding: [0x00,0x03,0x07,0xf2]
58 # CHECK64: tlt $zero, $3 # encoding: [0x00,0x03,0x00,0x32]
59 # CHECK64: tlt $zero, $3, 31 # encoding: [0x00,0x03,0x07,0xf2]
92 tlt $0,$3
93 tlt $0,$3,31
/external/llvm/test/MC/Mips/micromips32r6/
H A Dinvalid-wrong-error.s19 tlt $8, $9, $2 # CHECK: :[[@LINE]]:15: error: expected 10-bit unsigned immediate
20 tlt $8, $9, -1 # CHECK: :[[@LINE]]:15: error: expected 10-bit unsigned immediate
21 tlt $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
H A Dvalid.s261 tlt $15, $13 # CHECK: tlt $15, $13 # encoding: [0x01,0xaf,0x08,0x3c]
262 tlt $2, $19, 15 # CHECK: tlt $2, $19, 15 # encoding: [0x02,0x62,0xf8,0x3c]
H A Dinvalid.s65 tlt $34, $9, 5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
66 tlt $8, $35, 6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/micromips64r6/
H A Dinvalid-wrong-error.s27 tlt $8, $9, $2 # CHECK: :[[@LINE]]:15: error: expected 10-bit unsigned immediate
28 tlt $8, $9, -1 # CHECK: :[[@LINE]]:15: error: expected 10-bit unsigned immediate
29 tlt $8, $9, 16 # CHECK: :[[@LINE]]:3: error: instruction requires a CPU feature not currently enabled
H A Dvalid.s133 tlt $15, $13 # CHECK: tlt $15, $13 # encoding: [0x01,0xaf,0x08,0x3c]
134 tlt $2, $19, 15 # CHECK: tlt $2, $19, 15 # encoding: [0x02,0x62,0xf8,0x3c]
H A Dinvalid.s93 tlt $34, $9, 5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
94 tlt $8, $35, 6 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
/external/llvm/test/MC/Mips/mips1/
H A Dinvalid-mips2.s37 tlt $15,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
38 tlt $2,$19,133 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
/external/llvm/test/MC/Mips/mips2/
H A Dvalid.s164 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
165 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips3/
H A Dvalid.s228 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
229 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips32/
H A Dvalid.s194 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
195 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips32r2/
H A Dvalid.s231 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
232 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips32r3/
H A Dvalid.s231 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
232 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips32r5/
H A Dvalid.s232 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
233 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips4/
H A Dvalid.s257 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
258 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips5/
H A Dvalid.s259 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
260 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips64/
H A Dvalid.s278 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
279 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips64r2/
H A Dvalid.s304 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
305 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips64r3/
H A Dvalid.s304 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
305 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]
/external/llvm/test/MC/Mips/mips64r5/
H A Dvalid.s305 tlt $15,$13 # CHECK: tlt $15, $13 # encoding: [0x01,0xed,0x00,0x32]
306 tlt $2,$19,133 # CHECK: tlt $2, $19, 133 # encoding: [0x00,0x53,0x21,0x72]

Completed in 147 milliseconds

12