Searched refs:ldlarh (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 9 ldlarh w0,[x1] 37 ldlarh x0,[x1]
|
/external/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 9 ldlarh w0,[x1] 37 ldlarh x0,[x1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 12 # CHECK: ldlarh w0, [x1]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 12 # CHECK: ldlarh w0, [x1]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1976 COMPARE(ldlarh(w18, MemOperand(x19)), "ldlarh w18, [x19]"); in TEST() 1977 COMPARE(ldlarh(w20, MemOperand(sp)), "ldlarh w20, [sp]"); in TEST() 1978 COMPARE(ldlarh(x21, MemOperand(x22)), "ldlarh w21, [x22]"); in TEST() 1979 COMPARE(ldlarh(x23, MemOperand(sp)), "ldlarh w23, [sp]"); in TEST()
|
D | test-cpu-features-aarch64.cc | 3457 TEST_LOREGIONS(ldlarh_0, ldlarh(w0, MemOperand(x1, 0)))
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1403 void ldlarh(const Register& rt, const MemOperand& src);
|
D | macro-assembler-aarch64.h | 1639 ldlarh(rt, src); in Ldlarh()
|
D | assembler-aarch64.cc | 1556 void Assembler::ldlarh(const Register& rt, const MemOperand& src) { in ldlarh() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2480 def LDLARH : LoadAcquire <0b01, 1, 1, 0, 0, GPR32, "ldlarh">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2761 def LDLARH : LoadAcquire <0b01, 1, 1, 0, 0, GPR32, "ldlarh">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 11868 "f1w\005ldlar\006ldlarb\006ldlarh\006ldnf1b\006ldnf1d\006ldnf1h\007ldnf1" 15115 …{ 2266 /* ldlarh */, AArch64::LDLARH, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 21584 …{ 2266 /* ldlarh */, AArch64::LDLARH, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 31201 { Feature_HasV8_1a, 2266 /* ldlarh */, MCK_GPR64sp0, 4 /* 2 */ }, 31202 { Feature_HasV8_1a, 2266 /* ldlarh */, MCK_GPR64sp0, 4 /* 2 */ },
|