/external/arm-trusted-firmware/plat/common/aarch64/ |
D | crash_console_helpers.S | 82 ldarb w2, [x1]
|
/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 488 ldarb w4, [sp] 493 ; CHECK: ldarb w4, [sp] ; encoding: [0xe4,0xff,0xdf,0x08]
|
D | basic-a64-instructions.s | 2322 ldarb w29, [sp]
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 488 ldarb w4, [sp] 493 ; CHECK: ldarb w4, [sp] ; encoding: [0xe4,0xff,0xdf,0x08]
|
D | basic-a64-instructions.s | 2305 ldarb w29, [sp]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32-atomics.ll | 6 ; CHECK: ldarb w0, [x0]
|
D | atomic-ops.ll | 1480 ; OUTLINE_ATOMICS-NEXT: ldarb w0, [x8] 1488 ; CHECK: ldarb w0, [x[[ADDR]]] 1499 ; OUTLINE_ATOMICS-NEXT: ldarb w0, [x8] 1507 ; CHECK: ldarb w0, [x[[ADDR]]]
|
/external/vixl/ |
D | README.md | 126 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1643 COMPARE(ldarb(w25, MemOperand(x26)), "ldarb w25, [x26]"); in TEST() 1644 COMPARE(ldarb(w27, MemOperand(sp)), "ldarb w27, [sp]"); in TEST() 1645 COMPARE(ldarb(x28, MemOperand(x29)), "ldarb w28, [x29]"); in TEST() 1646 COMPARE(ldarb(x30, MemOperand(sp)), "ldarb w30, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 156 __ ldarb(w5, MemOperand(x0)); in GenerateTestSequenceBase() local 157 __ ldarb(x6, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 474 # CHECK: ldarb w4, [sp]
|
D | basic-a64-instructions.txt | 2002 #CHECK: ldarb w23, [sp]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 474 # CHECK: ldarb w4, [sp]
|
/external/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 1011 ; CHECK: ldarb w0, [x[[ADDR]]] 1024 ; CHECK: ldarb w0, [x[[ADDR]]]
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 889 ldarb w23, [sp] label 2146 # CHECK-NEXT: 1 3 1.00 * U ldarb w23, [sp] 3329 … - - - - - - - - - 1.00 - - ldarb w23, [sp]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 904 0xfd,0xff,0xdf,0x08 = ldarb w29, [sp]
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 100 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 101 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
D | log-disasm | 100 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 101 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
D | log-cpufeatures-custom | 100 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 101 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
D | log-cpufeatures-colour | 100 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 101 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
D | log-cpufeatures | 100 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 101 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1360 void ldarb(const Register& rt, const MemOperand& src);
|
D | assembler-aarch64.cc | 1579 void Assembler::ldarb(const Register& rt, const MemOperand& src) { in ldarb() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 1702 ldarb(rt, src); in Ldarb()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1021 void ldarb(const Register& rt, const MemOperand& src)
|