/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/vixl/ |
D | README.md | 167 `stlrh`, `stlr`, `ldarb`, `ldarh`, `ldar`, `clrex`.
|
/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/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1669 COMPARE(ldarh(w0, MemOperand(x1)), "ldarh w0, [x1]"); in TEST() 1670 COMPARE(ldarh(w2, MemOperand(sp)), "ldarh w2, [sp]"); in TEST() 1671 COMPARE(ldarh(x3, MemOperand(x4)), "ldarh w3, [x4]"); in TEST() 1672 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
|
D | test-cpu-features-aarch64.cc | 277 TEST_NONE(ldarh_0, ldarh(w0, MemOperand(x1, 0)))
|
/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 | 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-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 | 1704 ldarh(rt, src); in Ldarh()
|
/external/capstone/arch/AArch64/ |
D | AArch64MappingInsnOp.inc | 3573 { /* AArch64_LDARH, ARM64_INS_LDARH: ldarh $rt, [$rn] */
|
/external/vixl/doc/aarch64/ |
D | supported-instructions-aarch64.md | 1016 void ldarh(const Register& rt, const MemOperand& src)
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2436 def LDARH : LoadAcquire <0b01, 1, 1, 0, 1, GPR32, "ldarh">;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 3245 def LDARH : LoadAcquire <0b01, 1, 1, 0, 1, GPR32, "ldarh">;
|
/external/swiftshader/third_party/llvm-10.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 15789 …{ 2234 /* ldarh */, AArch64::LDARH, Convert__Reg1_0__GPR64sp01_2, AMFBS_None, { MCK_GPR32, MCK__91… 23162 …{ 2234 /* ldarh */, AArch64::LDARH, Convert__Reg1_0__GPR64sp01_2, AMFBS_None, { MCK_GPR32, MCK__91… 32937 { 2234 /* ldarh */, 4 /* 2 */, MCK_GPR64sp0, AMFBS_None }, 32938 { 2234 /* ldarh */, 4 /* 2 */, MCK_GPR64sp0, AMFBS_None },
|