Home
last modified time | relevance | path

Searched refs:setend (Results 1 – 12 of 12) sorted by relevance

/llvm-project/llvm/test/MC/ARM/
H A Dthumb-not-mclass.s22 setend be
23 setend le
H A Dbasic-thumb-instructions.s510 setend be
511 setend le
513 @ CHECK: setend be @ encoding: [0x58,0xb6]
514 @ CHECK: setend le @ encoding: [0x50,0xb6]
H A Dimplicit-it-generation.s151 setend le
157 @ CHECK: setend le
H A Ddeprecated-v8.s7 setend be label
H A Ddiagnostics.s248 setend me
249 setend 1
255 @ CHECK-ERRORS: setend me
258 @ CHECK-ERRORS: setend 1
H A Dbasic-arm-instructions.s2341 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 Dthumb1.txt379 # CHECK: setend be
380 # CHECK: setend le
H A Darm-tests.txt173 # CHECK: setend be
176 # CHECK: setend le
H A Dbasic-arm-instructions.txt1517 # CHECK: setend be
1518 # CHECK: setend le
/llvm-project/llvm/test/tools/llvm-mca/ARM/
H A Dcortex-a57-basic-instructions.s553 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 DARMInstrThumb.td363 def tSETEND : T1I<(outs), (ins setend_op:$end), NoItinerary, "setend\t$end",
H A DARMInstrInfo.td2364 "setend\t$end", []>, Requires<[IsARM]>, Deprecated<HasV8Ops> {