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

  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips1-wrong-error.s 17 swre $24, 5($3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
18 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips32r6/
invalid-mips1-wrong-error.s 17 swre $24, 5($3) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
18 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/eva/
valid_preR6.s 56 swre $s4,255($13) # CHECK: swre $20, 255($13) # encoding: [0x7d,0xb4,0x7f,0xa2]
57 swre $s4,-256($13) # CHECK: swre $20, -256($13) # encoding: [0x7d,0xb4,0x80,0x22]
58 swre $s2,86($14) # CHECK: swre $18, 86($14) # encoding: [0x7d,0xd2,0x2b,0x22]
invalid_R6.s 18 swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
19 swre $s4,-256($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
20 swre $s2,86($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
invalid-noeva-wrong-error.s 67 swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
68 swre $s4,-256($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
69 swre $s2,86($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/eva/
invalid_R6.s 18 swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
19 swre $s4,-256($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
20 swre $s2,86($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
valid_preR6.s 56 swre $s4,255($13) # CHECK: swre $20, 255($13) # encoding: [0x7d,0xb4,0x7f,0xa2]
57 swre $s4,-256($13) # CHECK: swre $20, -256($13) # encoding: [0x7d,0xb4,0x80,0x22]
58 swre $s2,86($14) # CHECK: swre $18, 86($14) # encoding: [0x7d,0xd2,0x2b,0x22]
invalid-noeva-wrong-error.s 67 swre $s4,255($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
68 swre $s4,-256($13) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
69 swre $s2,86($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/llvm/test/MC/Mips/mips64r6/
invalid-mips1-wrong-error.s 17 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
invalid-mips3-wrong-error.s 23 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: expected memory with 9-bit signed offset
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/mips64r6/
invalid-mips1-wrong-error.s 17 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
invalid-mips3-wrong-error.s 23 swre $s1,-26590($14) # CHECK: :[[@LINE]]:{{[0-9]+}}: error: invalid operand for instruction
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/
micromips-eva.s 20 # CHECK-EL: swre $24, 5($3) # encoding: [0x03,0x63,0x05,0xa2]
55 # CHECK-EB: swre $24, 5($3) # encoding: [0x63,0x03,0xa2,0x05]
84 swre $24, 5($3)
  /external/llvm/test/MC/Mips/
micromips-control-instructions.s 45 # CHECK-EL: swre $24, 5($3) # encoding: [0x03,0x63,0x05,0xa2]
87 # CHECK-EB: swre $24, 5($3) # encoding: [0x63,0x03,0xa2,0x05]
124 swre $24, 5($3)
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Mips/micromips/
valid.s 296 swre $24, 5($3) # CHECK: swre $24, 5($3) # encoding: [0x63,0x03,0xa2,0x05] label
    [all...]

Completed in 71 milliseconds