Searched refs:setend (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/test/MC/ARM/ |
H A D | thumb-not-mclass.s | 22 setend be 23 setend le
|
H A D | basic-thumb-instructions.s | 510 setend be 511 setend le 513 @ CHECK: setend be @ encoding: [0x58,0xb6] 514 @ CHECK: setend le @ encoding: [0x50,0xb6]
|
H A D | implicit-it-generation.s | 151 setend le 157 @ CHECK: setend le
|
H A D | deprecated-v8.s | 7 setend be label
|
H A D | diagnostics.s | 248 setend me 249 setend 1 255 @ CHECK-ERRORS: setend me 258 @ CHECK-ERRORS: setend 1
|
H A D | basic-arm-instructions.s | 2341 setend be 2342 setend BE 2343 setend le 2344 setend LE 2346 @ CHECK: setend be @ encoding: [0x00,0x02,0x01,0xf1] 2347 @ CHECK: setend be @ encoding: [0x00,0x02,0x01,0xf1] 2348 @ CHECK: setend le @ encoding: [0x00,0x00,0x01,0xf1] 2349 @ CHECK: setend le @ encoding: [0x00,0x00,0x01,0xf1]
|
/llvm-project/llvm/test/MC/Disassembler/ARM/ |
H A D | thumb1.txt | 379 # CHECK: setend be 380 # CHECK: setend le
|
H A D | arm-tests.txt | 173 # CHECK: setend be 176 # CHECK: setend le
|
H A D | basic-arm-instructions.txt | 1517 # CHECK: setend be 1518 # CHECK: setend le
|
/llvm-project/llvm/test/tools/llvm-mca/ARM/ |
H A D | cortex-a57-basic-instructions.s | 553 setend be 554 setend le 1423 # CHECK-NEXT: 0 0 0.00 U setend be 1424 # CHECK-NEXT: 0 0 0.00 U setend le 2300 # CHECK-NEXT: - - - - - - - - setend be 2301 # CHECK-NEXT: - - - - - - - - setend le
|
/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstrThumb.td | 363 def tSETEND : T1I<(outs), (ins setend_op:$end), NoItinerary, "setend\t$end",
|
H A D | ARMInstrInfo.td | 2364 "setend\t$end", []>, Requires<[IsARM]>, Deprecated<HasV8Ops> {
|