Home
last modified time | relevance | path

Searched refs:ldaexh (Results 1 – 14 of 14) sorted by relevance

/external/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s4 ldaexh r2, [r5]
9 @ CHECK: ldaexh r2, [r5] @ encoding: [0x9f,0x2e,0xf5,0xe1]
Dload-store-acquire-release-v8-thumb.s4 ldaexh r2, [r5]
9 @ CHECK: ldaexh r2, [r5] @ encoding: [0xd5,0xe8,0xdf,0x2f]
Dthumbv8m.s124 ldaexh r1, [r2] label
/external/llvm/test/MC/Disassembler/ARM/
Dload-store-acquire-release-v8.txt7 # CHECK: ldaexh r1, [r12] @ encoding: [0x9f,0x1e,0xfc,0xe1]
Dload-store-acquire-release-v8-thumb.txt8 # CHECK: ldaexh r2, [r5] @ encoding: [0xd5,0xe8,0xdf,0x2f]
/external/llvm/test/CodeGen/ARM/
Dldaex-stlex.ll45 ; CHECK: ldaexh r0, [r0]
Datomic-ops-v8.ll43 ; CHECK: ldaexh r[[OLD:[0-9]+]], [r[[ADDR]]]
522 ; CHECK: ldaexh r[[OLD:[0-9]+]], [r[[ADDR]]]
728 ; CHECK: ldaexh r[[OLD:[0-9]+]], [r[[ADDR]]]
841 ; CHECK: ldaexh r[[OLD:[0-9]+]], {{.*}}[[ADDR]]
1076 ; CHECK: ldaexh r[[OLD:[0-9]+]], [r[[ADDR]]]
/external/vixl/src/aarch32/
Dassembler-aarch32.h2247 void ldaexh(Condition cond, Register rt, const MemOperand& operand);
2248 void ldaexh(Register rt, const MemOperand& operand) { in ldaexh() function
2249 ldaexh(al, rt, operand); in ldaexh()
Ddisasm-aarch32.h655 void ldaexh(Condition cond, Register rt, const MemOperand& operand);
Dassembler-aarch32.cc4346 void Assembler::ldaexh(Condition cond, Register rt, const MemOperand& operand) { in ldaexh() function in vixl::aarch32::Assembler
4368 Delegate(kLdaexh, &Assembler::ldaexh, cond, rt, operand); in ldaexh()
Ddisasm-aarch32.cc1603 void Disassembler::ldaexh(Condition cond, in ldaexh() function in vixl::aarch32::Disassembler
10530 ldaexh(CurrentCond(), in DecodeT32()
60831 ldaexh(condition, in DecodeA32()
Dmacro-assembler-aarch32.h1978 ldaexh(cond, rt, operand); in Ldaexh()
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td3318 "ldaexh", "\t$Rt, $addr", "",
DARMInstrInfo.td4702 NoItinerary, "ldaexh", "\t$Rt, $addr",