/external/arm-trusted-firmware/plat/common/aarch64/ |
D | crash_console_helpers.S | 87 stlrb w3, [x1]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 498 stlrb w3, [x6] 503 ; CHECK: stlrb w3, [x6] ; encoding: [0xc3,0xfc,0x9f,0x08]
|
D | basic-a64-instructions.s | 2313 stlrb w27, [sp]
|
/external/vixl/ |
D | README.md | 166 `stlxrh`, `stlxr`, `ldaxrb`, `ldaxrh`, `ldaxr`, `stlxp`, `ldaxp`, `stlrb`,
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 484 # CHECK: stlrb w3, [x6]
|
D | basic-a64-instructions.txt | 1989 #CHECK: stlrb w24, [sp]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1641 COMPARE(stlrb(w20, MemOperand(x21)), "stlrb w20, [x21]"); in TEST() 1642 COMPARE(stlrb(w22, MemOperand(sp)), "stlrb w22, [sp]"); in TEST() 1643 COMPARE(stlrb(x23, MemOperand(x24)), "stlrb w23, [x24]"); in TEST() 1644 COMPARE(stlrb(x25, MemOperand(sp)), "stlrb w25, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 294 __ stlrb(w20, MemOperand(x0)); in GenerateTestSequenceBase() local 295 __ stlrb(x21, MemOperand(x0)); in GenerateTestSequenceBase() local
|
D | test-cpu-features-aarch64.cc | 435 TEST_NONE(stlrb_0, stlrb(w0, MemOperand(x1, 0)))
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 1095 ; CHECK: stlrb w0, [x[[ADDR]]] 1108 ; CHECK: stlrb w0, [x[[ADDR]]]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 900 0xfb,0xff,0x9f,0x08 = stlrb w27, [sp]
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-disasm | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures-custom | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-cpufeatures-colour | 238 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 239 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
D | log-all | 853 0x~~~~~~~~~~~~~~~~ 089ffc14 stlrb w20, [x0] 855 0x~~~~~~~~~~~~~~~~ 089ffc15 stlrb w21, [x0]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1351 void stlrb(const Register& rt, const MemOperand& dst);
|
D | assembler-aarch64.cc | 1532 void Assembler::stlrb(const Register& rt, const MemOperand& dst) { in stlrb() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 2373 stlrb(rt, dst); in Stlrb()
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 7177 { /* AArch64_STLRB, ARM64_INS_STLRB: stlrb $rt, [$rn] */
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 2541 void stlrb(const Register& rt, const MemOperand& dst)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2450 def STLRB : StoreRelease <0b00, 1, 0, 0, 1, GPR32, "stlrb">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3259 def STLRB : StoreRelease <0b00, 1, 0, 0, 1, GPR32, "stlrb">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 12586 "stllrb\006stllrh\004stlr\005stlrb\005stlrh\005stlur\006stlurb\006stlurh" 18750 …{ 5503 /* stlrb */, AArch64::STLRB, Convert__Reg1_0__GPR64sp01_2, AMFBS_None, { MCK_GPR32, MCK__91… 26123 …{ 5503 /* stlrb */, AArch64::STLRB, Convert__Reg1_0__GPR64sp01_2, AMFBS_None, { MCK_GPR32, MCK__91… 38703 { 5503 /* stlrb */, 4 /* 2 */, MCK_GPR64sp0, AMFBS_None }, 38704 { 5503 /* stlrb */, 4 /* 2 */, MCK_GPR64sp0, AMFBS_None },
|