Home
last modified time | relevance | path

Searched refs:ldaxrb (Results 1 – 25 of 27) sorted by relevance

12

/external/llvm/test/CodeGen/AArch64/
Dcmpxchg-idioms.ll33 ; CHECK: ldaxrb [[LOADED:w[0-9]+]], [x0]
Dcmpxchg-O0.ll6 ; CHECK: ldaxrb [[OLD:w[0-9]+]], [x0]
Datomic-ops.ll23 ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
263 ; ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
343 ; ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
500 ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
597 ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
791 ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
889 ; CHECK: ldaxrb w[[OLD:[0-9]+]], [x[[ADDR]]]
Darm64-ldxr-stxr.ll174 ; CHECK: ldaxrb w[[LOADVAL:[0-9]+]], [x0]
/external/llvm/test/MC/AArch64/
Darm64-memory.s512 ldaxrb w2, [x4, #0]
519 ; CHECK: ldaxrb w2, [x4] ; encoding: [0x82,0xfc,0x5f,0x08]
Dbasic-a64-instructions.s2294 ldaxrb w19, [x21]
/external/vixl/
DREADME.md166 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
/external/llvm/test/MC/Disassembler/AArch64/
Darm64-memory.txt500 # CHECK: ldaxrb w2, [x4]
Dbasic-a64-instructions.txt1964 #CHECK: ldaxrb w8, [x4]
/external/vixl/test/aarch64/
Dtest-disasm-aarch64.cc1621 COMPARE(ldaxrb(w9, MemOperand(x10)), "ldaxrb w9, [x10]"); in TEST()
1622 COMPARE(ldaxrb(w11, MemOperand(sp)), "ldaxrb w11, [sp]"); in TEST()
1623 COMPARE(ldaxrb(x12, MemOperand(x13)), "ldaxrb w12, [x13]"); in TEST()
1624 COMPARE(ldaxrb(x14, MemOperand(sp)), "ldaxrb w14, [sp]"); in TEST()
Dtest-trace-aarch64.cc164 __ ldaxrb(w15, MemOperand(x0)); in GenerateTestSequenceBase() local
165 __ ldaxrb(x16, MemOperand(x0)); in GenerateTestSequenceBase() local
Dtest-cpu-features-aarch64.cc282 TEST_NONE(ldaxrb_0, ldaxrb(w0, MemOperand(x1, 0)))
/external/capstone/suite/MC/AArch64/
Dbasic-a64-instructions.s.cs892 0xb3,0xfe,0x5f,0x08 = ldaxrb w19, [x21]
/external/vixl/test/test-trace-reference/
Dlog-disasm-colour108 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
Dlog-disasm108 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
Dlog-cpufeatures-custom108 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
Dlog-cpufeatures108 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
Dlog-cpufeatures-colour108 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
109 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
Dlog-all499 0x~~~~~~~~~~~~~~~~ 085ffc0f ldaxrb w15, [x0]
502 0x~~~~~~~~~~~~~~~~ 085ffc10 ldaxrb w16, [x0]
/external/vixl/src/aarch64/
Dassembler-aarch64.h1333 void ldaxrb(const Register& rt, const MemOperand& src);
Dassembler-aarch64.cc1492 void Assembler::ldaxrb(const Register& rt, const MemOperand& src) { in ldaxrb() function in vixl::aarch64::Assembler
Dmacro-assembler-aarch64.h1735 ldaxrb(rt, src); in Ldaxrb()
/external/capstone/arch/AArch64/
DAArch64MappingInsnOp.inc3593 { /* AArch64_LDAXRB, ARM64_INS_LDAXRB: ldaxrb $rt, [$rn] */
/external/vixl/doc/aarch64/
Dsupported-instructions-aarch64.md1037 void ldaxrb(const Register& rt, const MemOperand& src)
/external/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td2440 def LDAXRB : LoadExclusive <0b00, 0, 1, 0, 1, GPR32, "ldaxrb">;

12