/external/llvm/test/MC/ARM/ |
D | load-store-acquire-release-v8.s | 18 stlexh r4, r2, [r5] 22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0x92,0x4e,0xe5,0xe1]
|
D | load-store-acquire-release-v8-thumb.s | 18 stlexh r4, r2, [r5] 22 @ CHECK: stlexh r4, r2, [r5] @ encoding: [0xc5,0xe8,0xd4,0x2f]
|
D | thumbv8m.s | 136 stlexh r1, r2, [r3] label
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | load-store-acquire-release-v8.txt | 16 # CHECK: stlexh r4, r2, [r5] @ encoding: [0x92,0x4e,0xe5,0xe1]
|
D | load-store-acquire-release-v8-thumb.txt | 17 # CHECK: stlexh r4, r2, [r5] @ encoding: [0xc5,0xe8,0xd4,0x2f]
|
/external/llvm/test/CodeGen/ARM/ |
D | ldaex-stlex.ll | 76 ; CHECK: stlexh r0, r1, [r2]
|
D | atomic-ops-v8.ll | 143 ; CHECK-NEXT: stlexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 431 ; CHECK-NEXT: stlexh [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 525 ; CHECK-NEXT: stlexh [[STATUS:r[0-9]+]], r0, [r[[ADDR]]] 622 ; CHECK-NEXT: stlexh [[STATUS:r[0-9]+]], r[[OLDX]], {{.*}}[[ADDR]] 1084 ; CHECK: stlexh [[STATUS:r[0-9]+]], r1, [r[[ADDR]]]
|
/external/valgrind/none/tests/arm/ |
D | v8memory_t.stdout.exp | 189 clrex; stlexh r9, r3, [r10] with r10 = middle_of_block 251 ldaexh r2, [r10] ; stlexh r9, r3, [r10] with r10 = middle_of_block
|
D | v8memory_a.stdout.exp | 189 clrex; stlexh r9, r3, [r10] with r10 = middle_of_block 251 ldaexh r2, [r10] ; stlexh r9, r3, [r10] with r10 = middle_of_block
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 3217 void stlexh(Condition cond, 3221 void stlexh(Register rd, Register rt, const MemOperand& operand) { in stlexh() function 3222 stlexh(al, rd, rt, operand); in stlexh()
|
D | disasm-aarch32.h | 1091 void stlexh(Condition cond,
|
D | assembler-aarch32.cc | 10081 void Assembler::stlexh(Condition cond, in stlexh() function in vixl::aarch32::Assembler 10107 Delegate(kStlexh, &Assembler::stlexh, cond, rd, rt, operand); in stlexh()
|
D | disasm-aarch32.cc | 2987 void Disassembler::stlexh(Condition cond, in stlexh() function in vixl::aarch32::Disassembler 10103 stlexh(CurrentCond(), in DecodeT32() 58626 stlexh(condition, in DecodeA32()
|
D | macro-assembler-aarch32.h | 4330 stlexh(cond, rd, rt, operand); in Stlexh()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3404 "stlexh", "\t$Rd, $Rt, $addr", "",
|
D | ARMInstrInfo.td | 4738 NoItinerary, "stlexh", "\t$Rd, $Rt, $addr",
|