/external/llvm/test/MC/ARM/ |
D | load-store-acquire-release-v8.s | 17 stlexb r1, r3, [r4] 21 @ CHECK: stlexb r1, r3, [r4] @ encoding: [0x93,0x1e,0xc4,0xe1]
|
D | load-store-acquire-release-v8-thumb.s | 17 stlexb r1, r3, [r4] 21 @ CHECK: stlexb r1, r3, [r4] @ encoding: [0xc4,0xe8,0xc1,0x3f]
|
D | thumbv8m.s | 133 stlexb r1, r2, [r3] label
|
/external/llvm/test/MC/Disassembler/ARM/ |
D | load-store-acquire-release-v8.txt | 15 # CHECK: stlexb r1, r3, [r4] @ encoding: [0x93,0x1e,0xc4,0xe1]
|
D | load-store-acquire-release-v8-thumb.txt | 16 # CHECK: stlexb r1, r3, [r4] @ encoding: [0xc4,0xe8,0xc1,0x3f]
|
/external/llvm/test/CodeGen/ARM/ |
D | ldaex-stlex.ll | 67 ; CHECK: stlexb r0, r1, [r2]
|
D | atomic-ops-v8.ll | 24 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 216 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 312 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], [[NEW]], [r[[ADDR]]] 709 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], r[[OLDX]], {{.*}}[[ADDR]] 935 ; CHECK-NEXT: stlexb [[STATUS:r[0-9]+]], r[[NEW]], {{.*}}[[ADDR]]
|
/external/valgrind/none/tests/arm/ |
D | v8memory_t.stdout.exp | 174 clrex; stlexb r9, r6, [r10] with r10 = middle_of_block 236 ldaexb r2, [r10] ; stlexb r9, r6, [r10] with r10 = middle_of_block
|
D | v8memory_a.stdout.exp | 174 clrex; stlexb r9, r6, [r10] with r10 = middle_of_block 236 ldaexb r2, [r10] ; stlexb r9, r6, [r10] with r10 = middle_of_block
|
/external/vixl/src/aarch32/ |
D | assembler-aarch32.h | 3197 void stlexb(Condition cond, 3201 void stlexb(Register rd, Register rt, const MemOperand& operand) { in stlexb() function 3202 stlexb(al, rd, rt, operand); in stlexb()
|
D | disasm-aarch32.h | 1080 void stlexb(Condition cond,
|
D | assembler-aarch32.cc | 10020 void Assembler::stlexb(Condition cond, in stlexb() function in vixl::aarch32::Assembler 10046 Delegate(kStlexb, &Assembler::stlexb, cond, rd, rt, operand); in stlexb()
|
D | disasm-aarch32.cc | 2967 void Disassembler::stlexb(Condition cond, in stlexb() function in vixl::aarch32::Disassembler 10088 stlexb(CurrentCond(), in DecodeT32() 58559 stlexb(condition, in DecodeA32()
|
D | macro-assembler-aarch32.h | 4291 stlexb(cond, rd, rt, operand); in Stlexb()
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrThumb2.td | 3395 "stlexb", "\t$Rd, $Rt, $addr", "",
|
D | ARMInstrInfo.td | 4734 NoItinerary, "stlexb", "\t$Rd, $Rt, $addr",
|