Home
last modified time | relevance | path

Searched refs:addiupc (Results 1 – 25 of 40) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
Dmicromips-alu-instructions.s41 # CHECK-EL: addiupc $2, 20 # encoding: [0x00,0x79,0x05,0x00]
42 # CHECK-EL: addiupc $7, 16777212 # encoding: [0xbf,0x7b,0xff,0xff]
43 # CHECK-EL: addiupc $7, -16777216 # encoding: [0xc0,0x7b,0x00,0x00]
84 # CHECK-EB: addiupc $2, 20 # encoding: [0x79,0x00,0x00,0x05]
85 # CHECK-EB: addiupc $7, 16777212 # encoding: [0x7b,0xbf,0xff,0xff]
86 # CHECK-EB: addiupc $7, -16777216 # encoding: [0x7b,0xc0,0x00,0x00]
125 addiupc $2, 20
126 addiupc $7, 16777212
127 addiupc $7, -16777216
Dmicromips-invalid.s38 addiupc $7, 16777216 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
39 addiupc $6, -16777220 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
40 addiupc $3, 3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
/external/llvm/test/MC/Mips/
Dmicromips-alu-instructions.s41 # CHECK-EL: addiupc $2, 20 # encoding: [0x00,0x79,0x05,0x00]
42 # CHECK-EL: addiupc $7, 16777212 # encoding: [0xbf,0x7b,0xff,0xff]
43 # CHECK-EL: addiupc $7, -16777216 # encoding: [0xc0,0x7b,0x00,0x00]
84 # CHECK-EB: addiupc $2, 20 # encoding: [0x79,0x00,0x00,0x05]
85 # CHECK-EB: addiupc $7, 16777212 # encoding: [0x7b,0xbf,0xff,0xff]
86 # CHECK-EB: addiupc $7, -16777216 # encoding: [0x7b,0xc0,0x00,0x00]
125 addiupc $2, 20
126 addiupc $7, 16777212
127 addiupc $7, -16777216
Dmicromips-invalid.s38 addiupc $7, 16777216 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
39 addiupc $6, -16777220 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
40 addiupc $3, 3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: immediate operand value out of range
/external/llvm/test/MC/Mips/micromips32r6/
Drelocations.s14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
40 addiupc $2,bar
Dvalid.s7 addiupc $4, 100 # CHECK: addiupc $4, 100 # encoding: [0x78,0x80,0x00,0x19]
/external/llvm/test/MC/Mips/micromips64r6/
Drelocations.s14 # CHECK-FIXUP: addiupc $2, bar # encoding: [0x78,0b01000AAA,A,A]
44 addiupc $2,bar
/external/llvm/test/MC/Mips/mips32r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
60 addiupc $2,bar
/external/llvm/test/MC/Mips/mips64r6/
Drelocations.s8 # CHECK-FIXUP: addiupc $2, bar # encoding: [0xec,0b01000AAA,A,A]
65 addiupc $2,bar
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
Dvalid.s280 addiupc $2, 20 # CHECK: addiupc $2, 20 # encoding: [0x79,0x00,0x00,0x05] label
281 addiupc $7, 16777212 # CHECK: addiupc $7, 16777212 # encoding: [0x7b,0xbf,0xff,0xff] label
282 addiupc $7, -16777216 # CHECK: addiupc $7, -16777216 # encoding: [0x7b,0xc0,0x00,0x00] label
/external/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt168 0x00 0x79 0x05 0x00 # CHECK: addiupc $2, 20
169 0xbf 0x7b 0xff 0xff # CHECK: addiupc $7, 16777212
170 0xc0 0x7b 0x00 0x00 # CHECK: addiupc $7, -16777216
Dvalid.txt168 0x79 0x00 0x00 0x05 # CHECK: addiupc $2, 20
169 0x7b 0xbf 0xff 0xff # CHECK: addiupc $7, 16777212
170 0x7b 0xc0 0x00 0x00 # CHECK: addiupc $7, -16777216
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
Drelocations.s44 addiupc $2,bar
Dvalid.s7 addiupc $4, 100 # CHECK: lapc $4, 100 # encoding: [0x78,0x80,0x00,0x19]
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/Mips/micromips32r3/
Dvalid-el.txt185 0x00 0x79 0x05 0x00 # CHECK: addiupc $2, 20
186 0xbf 0x7b 0xff 0xff # CHECK: addiupc $7, 16777212
187 0xc0 0x7b 0x00 0x00 # CHECK: addiupc $7, -16777216
Dvalid.txt185 0x79 0x00 0x00 0x05 # CHECK: addiupc $2, 20
186 0x7b 0xbf 0xff 0xff # CHECK: addiupc $7, 16777212
187 0x7b 0xc0 0x00 0x00 # CHECK: addiupc $7, -16777216
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/
Drelocations.s64 addiupc $2,bar
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
Drelocations.s69 addiupc $2,bar
/external/llvm/test/MC/Disassembler/Mips/mips32r6/
Dvalid-mips32r6-el.txt3 0x19 0x00 0x80 0xec # CHECK: addiupc $4, 100
Dvalid-mips32r6.txt188 0xec 0x80 0x00 0x19 # CHECK: addiupc $4, 100
/external/llvm/test/MC/Disassembler/Mips/mips64r6/
Dvalid-mips64r6-el.txt3 0x19 0x00 0x80 0xec # CHECK: addiupc $4, 100
Dvalid-mips64r6.txt213 0xec 0x80 0x00 0x19 # CHECK: addiupc $4, 100
/external/llvm/test/MC/Disassembler/Mips/micromips32r6/
Dvalid.txt35 0x78 0x80 0x00 0x19 # CHECK: addiupc $4, 100
/external/v8/src/mips/
Dmacro-assembler-mips.h1182 addiupc(scratch, 5); in GenerateSwitchTable()
/external/v8/src/mips64/
Dmacro-assembler-mips64.h1257 addiupc(scratch, 5); in GenerateSwitchTable()

12