/external/swiftshader/third_party/llvm-7.0/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/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/vixl/ |
D | README.md | 126 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 474 # CHECK: ldarb w4, [sp]
|
/external/swiftshader/third_party/llvm-7.0/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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | atomic-ops.ll | 1010 ; CHECK: ldarb w0, [x[[ADDR]]] 1023 ; CHECK: ldarb w0, [x[[ADDR]]]
|
/external/v8/src/arm64/ |
D | macro-assembler-arm64.h | 86 V(Ldarb, ldarb) \
|
D | assembler-arm64.h | 1650 void ldarb(const Register& rt, const Register& rn);
|
D | assembler-arm64.cc | 1766 void Assembler::ldarb(const Register& rt, const Register& rn) { in ldarb() function in v8::internal::Assembler
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1960 COMPARE(ldarb(w25, MemOperand(x26)), "ldarb w25, [x26]"); in TEST() 1961 COMPARE(ldarb(w27, MemOperand(sp)), "ldarb w27, [sp]"); in TEST() 1962 COMPARE(ldarb(x28, MemOperand(x29)), "ldarb w28, [x29]"); in TEST() 1963 COMPARE(ldarb(x30, MemOperand(sp)), "ldarb w30, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 153 __ ldarb(w5, MemOperand(x0)); in GenerateTestSequenceBase() local 154 __ ldarb(x6, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 904 0xfd,0xff,0xdf,0x08 = ldarb w29, [sp]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1382 void ldarb(const Register& rt, const MemOperand& src);
|
D | macro-assembler-aarch64.h | 1619 ldarb(rt, src); in Ldarb()
|
D | assembler-aarch64.cc | 1508 void Assembler::ldarb(const Register& rt, const MemOperand& src) { in ldarb() function in vixl::aarch64::Assembler
|
/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 | 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-all | 264 0x~~~~~~~~~~~~~~~~ 08dffc05 ldarb w5, [x0] 266 0x~~~~~~~~~~~~~~~~ 08dffc06 ldarb w6, [x0]
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 508 void ldarb(const Register& rt, const MemOperand& src)
|