/external/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 489 ldarh w4, [sp] 494 ; CHECK: ldarh w4, [sp] ; encoding: [0xe4,0xff,0xdf,0x48]
|
D | basic-a64-instructions.s | 2323 ldarh w30, [x0]
|
/external/llvm-project/llvm/test/MC/AArch64/ |
D | arm64-memory.s | 489 ldarh w4, [sp] 494 ; CHECK: ldarh w4, [sp] ; encoding: [0xe4,0xff,0xdf,0x48]
|
D | basic-a64-instructions.s | 2306 ldarh w30, [x0]
|
/external/llvm-project/llvm/test/CodeGen/AArch64/ |
D | arm64_32-atomics.ll | 13 ; CHECK: ldarh w0, [x0]
|
/external/vixl/ |
D | README.md | 126 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1647 COMPARE(ldarh(w0, MemOperand(x1)), "ldarh w0, [x1]"); in TEST() 1648 COMPARE(ldarh(w2, MemOperand(sp)), "ldarh w2, [sp]"); in TEST() 1649 COMPARE(ldarh(x3, MemOperand(x4)), "ldarh w3, [x4]"); in TEST() 1650 COMPARE(ldarh(x5, MemOperand(sp)), "ldarh w5, [sp]"); in TEST()
|
D | test-trace-aarch64.cc | 158 __ ldarh(w7, MemOperand(x0)); in GenerateTestSequenceBase() local 159 __ ldarh(x8, MemOperand(x0)); in GenerateTestSequenceBase() local
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 475 # CHECK: ldarh w4, [sp]
|
D | basic-a64-instructions.txt | 2003 #CHECK: ldarh w22, [x30]
|
/external/llvm-project/llvm/test/MC/Disassembler/AArch64/ |
D | arm64-memory.txt | 475 # CHECK: ldarh w4, [sp]
|
D | basic-a64-instructions.txt | 1990 #CHECK: ldarh w22, [x30]
|
/external/llvm-project/llvm/test/tools/llvm-mca/AArch64/Cortex/ |
D | A55-basic-instructions.s | 890 ldarh w22, [x30] label 2147 # CHECK-NEXT: 1 3 1.00 * U ldarh w22, [x30] 3330 …- - - - - - - - - 1.00 - - ldarh w22, [x30]
|
/external/capstone/suite/MC/AArch64/ |
D | basic-a64-instructions.s.cs | 905 0x1e,0xfc,0xdf,0x48 = ldarh w30, [x0]
|
/external/vixl/test/test-trace-reference/ |
D | log-disasm-colour | 102 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 103 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
D | log-disasm | 102 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 103 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
D | log-cpufeatures-custom | 102 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 103 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
D | log-cpufeatures-colour | 102 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 103 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
D | log-cpufeatures | 102 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 103 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
D | log-all | 483 0x~~~~~~~~~~~~~~~~ 48dffc07 ldarh w7, [x0] 486 0x~~~~~~~~~~~~~~~~ 48dffc08 ldarh w8, [x0]
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1363 void ldarh(const Register& rt, const MemOperand& src);
|
D | assembler-aarch64.cc | 1585 void Assembler::ldarh(const Register& rt, const MemOperand& src) { in ldarh() function in vixl::aarch64::Assembler
|
D | macro-assembler-aarch64.h | 1707 ldarh(rt, src); in Ldarh()
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1028 void ldarh(const Register& rt, const MemOperand& src)
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 3573 { /* AArch64_LDARH, ARM64_INS_LDARH: ldarh $rt, [$rn] */
|