HomeSort by relevance Sort by last modified time
    Searched refs:swe (Results 1 - 20 of 20) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/eva/
invalid.s 32 swe $33, 8($4) # CHECK: :[[@LINE]]:9: error: invalid register number
33 swe $5, 8($34) # CHECK: :[[@LINE]]:15: error: invalid register number
34 swe $5, 512($4) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
35 swe $5, -513($4) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
invalid_R6.s 41 swe $33, 8($4) # CHECK: :[[@LINE]]:19: error: invalid register number
42 swe $5, 8($34) # CHECK: :[[@LINE]]:25: error: invalid register number
43 swe $5, 512($4) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
44 swe $5, -513($4) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
valid_R6.s 40 swe $ra,255($sp) # CHECK: swe $ra, 255($sp) # encoding: [0x7f,0xbf,0x7f,0x9f]
41 swe $ra,-256($sp) # CHECK: swe $ra, -256($sp) # encoding: [0x7f,0xbf,0x80,0x1f]
42 swe $ra,-53($sp) # CHECK: swe $ra, -53($sp) # encoding: [0x7f,0xbf,0xe5,0x9f]
valid_preR6.s 50 swe $ra,255($sp) # CHECK: swe $ra, 255($sp) # encoding: [0x7f,0xbf,0x7f,0x9f]
51 swe $ra,-256($sp) # CHECK: swe $ra, -256($sp) # encoding: [0x7f,0xbf,0x80,0x1f]
52 swe $ra,-53($sp) # CHECK: swe $ra, -53($sp) # encoding: [0x7f,0xbf,0xe5,0x9f]
invalid-noeva-wrong-error.s 61 swe $ra,255($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
62 swe $ra,-256($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
63 swe $ra,-53($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/eva/
invalid.s 32 swe $33, 8($4) # CHECK: :[[@LINE]]:9: error: invalid operand for instruction
33 swe $5, 8($34) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
34 swe $5, 512($4) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
35 swe $5, -513($4) # CHECK: :[[@LINE]]:13: error: expected memory with 9-bit signed offset
valid_R6.s 40 swe $ra,255($sp) # CHECK: swe $ra, 255($sp) # encoding: [0x7f,0xbf,0x7f,0x9f]
41 swe $ra,-256($sp) # CHECK: swe $ra, -256($sp) # encoding: [0x7f,0xbf,0x80,0x1f]
42 swe $ra,-53($sp) # CHECK: swe $ra, -53($sp) # encoding: [0x7f,0xbf,0xe5,0x9f]
valid_preR6.s 50 swe $ra,255($sp) # CHECK: swe $ra, 255($sp) # encoding: [0x7f,0xbf,0x7f,0x9f]
51 swe $ra,-256($sp) # CHECK: swe $ra, -256($sp) # encoding: [0x7f,0xbf,0x80,0x1f]
52 swe $ra,-53($sp) # CHECK: swe $ra, -53($sp) # encoding: [0x7f,0xbf,0xe5,0x9f]
invalid_R6.s 41 swe $33, 8($4) # CHECK: :[[@LINE]]:19: error: invalid operand for instruction
42 swe $5, 8($34) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
43 swe $5, 512($4) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
44 swe $5, -513($4) # CHECK: :[[@LINE]]:23: error: expected memory with 9-bit signed offset
invalid-noeva-wrong-error.s 61 swe $ra,255($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
62 swe $ra,-256($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
63 swe $ra,-53($sp) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
micromips32r6-eva.s 34 # CHECK-EL: swe $5, 8($4) # encoding: [0xa4,0x60,0x08,0xae]
61 # CHECK-EB: swe $5, 8($4) # encoding: [0x60,0xa4,0xae,0x08]
75 swe $5, 8($4)
micromips-eva.s 42 # CHECK-EL: swe $5, 8($4) # encoding: [0xa4,0x60,0x08,0xae]
77 # CHECK-EB: swe $5, 8($4) # encoding: [0x60,0xa4,0xae,0x08]
95 swe $5, 8($4)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
invalid.s 57 swe $2, -513($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
58 swe $2, 512($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
59 swe $33, 8($gp) # CHECK: :[[@LINE]]:7: error: invalid register number
60 swe $2, 8($33) # CHECK: :[[@LINE]]:13: error: invalid register number
valid.s 295 swe $5, 8($4) # CHECK: swe $5, 8($4) # encoding: [0x60,0xa4,0xae,0x08] label
    [all...]
  /external/llvm/test/MC/Mips/micromips/
invalid.s 57 swe $2, -513($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
58 swe $2, 512($gp) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
59 swe $33, 8($gp) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
60 swe $2, 8($33) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
  /external/llvm/test/MC/Mips/
micromips-loadstore-instructions.s 54 # CHECK-EL: swe $5, 8($4) # encoding: [0xa4,0x60,0x08,0xae]
100 # CHECK-EB: swe $5, 8($4) # encoding: [0x60,0xa4,0xae,0x08]
143 swe $5, 8($4)
  /external/llvm/test/MC/Mips/micromips32r6/
invalid.s 37 swe $33, 8($4) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
39 swe $5, 8($34) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
40 swe $5, 512($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
174 swe $5, -513($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
valid.s 140 swe $5, 8($4) # CHECK: swe $5, 8($4) # encoding: [0x60,0xa4,0xae,0x08]
    [all...]
  /external/llvm/test/MC/Mips/micromips64r6/
invalid.s 203 swe $33, 8($4) # CHECK: :[[@LINE]]:7: error: invalid operand for instruction
204 swe $5, 8($34) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
205 swe $5, 512($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
206 swe $5, -513($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips32r6/
invalid.s 37 swe $33, 8($4) # CHECK: :[[@LINE]]:7: error: invalid register number
38 swe $5, 8($34) # CHECK: :[[@LINE]]:13: error: invalid register number
39 swe $5, 512($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
185 swe $5, -513($4) # CHECK: :[[@LINE]]:11: error: expected memory with 9-bit signed offset
    [all...]

Completed in 69 milliseconds