Searched refs:ldlarb (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 8 ldlarb w0,[x1] 36 ldlarb w0,[w1]
|
/external/llvm/test/MC/AArch64/ |
D | armv8.1a-lor.s | 8 ldlarb w0,[x1] 36 ldlarb w0,[w1]
|
/external/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 11 # CHECK: ldlarb w0, [x1]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/Disassembler/AArch64/ |
D | armv8.1a-lor.txt | 11 # CHECK: ldlarb w0, [x1]
|
/external/vixl/test/aarch64/ |
D | test-disasm-aarch64.cc | 1972 COMPARE(ldlarb(w12, MemOperand(x13)), "ldlarb w12, [x13]"); in TEST() 1973 COMPARE(ldlarb(w14, MemOperand(sp)), "ldlarb w14, [sp]"); in TEST() 1974 COMPARE(ldlarb(x15, MemOperand(x16)), "ldlarb w15, [x16]"); in TEST() 1975 COMPARE(ldlarb(x17, MemOperand(sp)), "ldlarb w17, [sp]"); in TEST()
|
D | test-cpu-features-aarch64.cc | 3456 TEST_LOREGIONS(ldlarb_0, ldlarb(w0, MemOperand(x1, 0)))
|
/external/vixl/src/aarch64/ |
D | assembler-aarch64.h | 1400 void ldlarb(const Register& rt, const MemOperand& src);
|
D | macro-assembler-aarch64.h | 1634 ldlarb(rt, src); in Ldlarb()
|
D | assembler-aarch64.cc | 1549 void Assembler::ldlarb(const Register& rt, const MemOperand& src) { in ldlarb() function in vixl::aarch64::Assembler
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2479 def LDLARB : LoadAcquire <0b00, 1, 1, 0, 0, GPR32, "ldlarb">;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.td | 2760 def LDLARB : LoadAcquire <0b00, 1, 1, 0, 0, GPR32, "ldlarb">;
|
/external/swiftshader/third_party/llvm-7.0/configs/common/lib/Target/AArch64/ |
D | AArch64GenAsmMatcher.inc | 11868 "f1w\005ldlar\006ldlarb\006ldlarh\006ldnf1b\006ldnf1d\006ldnf1h\007ldnf1" 15114 …{ 2259 /* ldlarb */, AArch64::LDLARB, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 21583 …{ 2259 /* ldlarb */, AArch64::LDLARB, Convert__Reg1_0__GPR64sp01_2, Feature_HasV8_1a, { MCK_GPR32,… 31199 { Feature_HasV8_1a, 2259 /* ldlarb */, MCK_GPR64sp0, 4 /* 2 */ }, 31200 { Feature_HasV8_1a, 2259 /* ldlarb */, MCK_GPR64sp0, 4 /* 2 */ },
|