Home
last modified time | relevance | path

Searched refs:lhe (Results 1 – 25 of 39) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/eva/
Dvalid_R6.s16lhe $13,-256($s5) # CHECK: lhe $13, -256($21) # encoding: [0x7e,0xad,0x80,0x2d]
17lhe $12,255($s0) # CHECK: lhe $12, 255($16) # encoding: [0x7e,0x0c,0x7f,0xad]
18lhe $13,81($s0) # CHECK: lhe $13, 81($16) # encoding: [0x7e,0x0d,0x28,0xad]
Dvalid_preR6.s20lhe $13,-256($s5) # CHECK: lhe $13, -256($21) # encoding: [0x7e,0xad,0x80,0x2d]
21lhe $12,255($s0) # CHECK: lhe $12, 255($16) # encoding: [0x7e,0x0c,0x7f,0xad]
22lhe $13,81($s0) # CHECK: lhe $13, 81($16) # encoding: [0x7e,0x0d,0x28,0xad]
Dinvalid-noeva-wrong-error.s31lhe $13,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
32lhe $12,255($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
33lhe $13,81($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruct…
/external/llvm/test/MC/Mips/eva/
Dvalid_R6.s16lhe $13,-256($s5) # CHECK: lhe $13, -256($21) # encoding: [0x7e,0xad,0x80,0x2d]
17lhe $12,255($s0) # CHECK: lhe $12, 255($16) # encoding: [0x7e,0x0c,0x7f,0xad]
18lhe $13,81($s0) # CHECK: lhe $13, 81($16) # encoding: [0x7e,0x0d,0x28,0xad]
Dvalid_preR6.s20lhe $13,-256($s5) # CHECK: lhe $13, -256($21) # encoding: [0x7e,0xad,0x80,0x2d]
21lhe $12,255($s0) # CHECK: lhe $12, 255($16) # encoding: [0x7e,0x0c,0x7f,0xad]
22lhe $13,81($s0) # CHECK: lhe $13, 81($16) # encoding: [0x7e,0x0d,0x28,0xad]
Dinvalid-noeva-wrong-error.s31lhe $13,-256($s5) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
32lhe $12,255($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
33lhe $13,81($s0) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit s…
/external/llvm/test/MC/Disassembler/Mips/eva/
Dvalid_R6-eva.txt13 0x7e 0xad 0x80 0x2d # CHECK: lhe $13, -256($21)
14 0x7e 0x0c 0x7f 0xad # CHECK: lhe $12, 255($16)
15 0x7e 0x0d 0x28 0xad # CHECK: lhe $13, 81($16)
Dvalid_preR6-eva.txt17 0x7e 0xad 0x80 0x2d # CHECK: lhe $13, -256($21)
18 0x7e 0x0c 0x7f 0xad # CHECK: lhe $12, 255($16)
19 0x7e 0x0d 0x28 0xad # CHECK: lhe $13, 81($16)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/eva/
Dvalid_R6-eva.txt13 0x7e 0xad 0x80 0x2d # CHECK: lhe $13, -256($21)
14 0x7e 0x0c 0x7f 0xad # CHECK: lhe $12, 255($16)
15 0x7e 0x0d 0x28 0xad # CHECK: lhe $13, 81($16)
Dvalid_preR6-eva.txt17 0x7e 0xad 0x80 0x2d # CHECK: lhe $13, -256($21)
18 0x7e 0x0c 0x7f 0xad # CHECK: lhe $12, 255($16)
19 0x7e 0x0d 0x28 0xad # CHECK: lhe $13, 81($16)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips32r6-eva.s26 # CHECK-EL: lhe $4, 8($2) # encoding: [0x82,0x60,0x08,0x6a]
53 # CHECK-EB: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08]
71 lhe $4, 8($2)
Dmicromips-eva.s34 # CHECK-EL: lhe $4, 8($2) # encoding: [0x82,0x60,0x08,0x6a]
69 # CHECK-EB: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08]
91 lhe $4, 8($2)
/external/llvm/test/MC/Mips/
Dmicromips-loadstore-instructions.s50 # CHECK-EL: lhe $4, 8($2) # encoding: [0x82,0x60,0x08,0x6a]
96 # CHECK-EB: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08]
139 lhe $4, 8($2)
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dinvalid.s87 lhe $34, 8($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid register number
91 lhe $4, 8($33) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid register number
96lhe $4, -512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
97lhe $4, 512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
Dvalid.s291 lhe $4, 8($2) # CHECK: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08] label
/external/llvm/test/MC/Mips/micromips/
Dinvalid.s87 lhe $34, 8($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
91lhe $4, 8($33) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
96lhe $4, -512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
97lhe $4, 512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
/external/llvm/test/MC/Mips/micromips32r6/
Dinvalid.s176 lhe $34, 8($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
180lhe $4, 8($33) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed …
185lhe $4, -512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed …
186lhe $4, 512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed …
Dvalid.s67 lhe $4, 8($2) # CHECK: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08]
/external/llvm/test/MC/Mips/micromips64r6/
Dinvalid.s208lhe $34, 8($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
212lhe $4, 8($33) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
217lhe $4, -512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
218lhe $4, 512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit sig…
Dvalid.s190 lhe $4, 8($2) # CHECK: lhe $4, 8($2) # encoding: [0x60,0x82,0x6a,0x08]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
Dinvalid.s187 lhe $34, 8($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid register number
191 lhe $4, 8($33) # CHECK: :[[@LINE]]:13: error: invalid register number
196lhe $4, -512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed …
197lhe $4, 512($2) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed …
/external/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td68 class LHE_DESC : LOAD_EVA_DESC_BASE<"lhe", GPR32Opnd, II_LHE>;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsEVAInstrInfo.td69 class LHE_DESC : LOAD_EVA_DESC_BASE<"lhe", GPR32Opnd, II_LHE>;
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/
Dmicromips-eva.mir204 # CHECK: 60 41 6a 0a lhe $2, 10($1)
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt179 0x82 0x60 0x08 0x6a # CHECK: lhe $4, 8($2)

12