Home
last modified time | relevance | path

Searched refs:ldah (Results 1 – 16 of 16) sorted by relevance

/external/llvm/test/MC/ARM/
Dload-store-acquire-release-v8.s32 ldah r12, [r9]
35 @ CHECK: ldah r12, [r9] @ encoding: [0x9f,0xcc,0xf9,0xe1]
Dload-store-acquire-release-v8-thumb.s32 ldah r12, [r9]
35 @ CHECK: ldah r12, [r9] @ encoding: [0xd9,0xe8,0x9f,0xcf]
Dthumbv8m.s106 ldah r1, [r2] label
/external/swiftshader/third_party/LLVM/test/CodeGen/Alpha/
Dprivate.ll7 ; RUN: grep ldah.*\\\$baz %t
/external/llvm/test/MC/Disassembler/ARM/
Dload-store-acquire-release-v8.txt25 # CHECK: ldah r12, [r9] @ encoding: [0x9f,0xcc,0xf9,0xe1]
Dload-store-acquire-release-v8-thumb.txt26 # CHECK: ldah r12, [r9] @ encoding: [0xd9,0xe8,0x9f,0xcf]
/external/swiftshader/third_party/LLVM/lib/Target/Alpha/
DAlphaInstrInfo.td60 def LH16 : SDNodeXForm<imm, [{ //ldah part of constant (or more if too big)
473 def LDAH : MForm<0x09, 0, "ldah $RA,$DISP($RB)",
475 def LDAHr : MForm<0x09, 0, "ldah $RA,$DISP($RB)\t\t!gprelhigh",
577 def LDAHg : MForm<0x09, 1, "ldah $RA,0($RB)\t\t!gpdisp!$NUM", [], s_lda>; //Load address
/external/valgrind/none/tests/arm/
Dv8memory_t.stdout.exp33 ldah r3, [r10] with r10 = middle_of_block
Dv8memory_a.stdout.exp33 ldah r3, [r10] with r10 = middle_of_block
/external/vixl/src/aarch32/
Dassembler-aarch32.h2252 void ldah(Condition cond, Register rt, const MemOperand& operand);
2253 void ldah(Register rt, const MemOperand& operand) { ldah(al, rt, operand); } in ldah() function
Ddisasm-aarch32.h657 void ldah(Condition cond, Register rt, const MemOperand& operand);
Dassembler-aarch32.cc4371 void Assembler::ldah(Condition cond, Register rt, const MemOperand& operand) { in ldah() function in vixl::aarch32::Assembler
4393 Delegate(kLdah, &Assembler::ldah, cond, rt, operand); in ldah()
Ddisasm-aarch32.cc1611 void Disassembler::ldah(Condition cond, in ldah() function in vixl::aarch32::Disassembler
10491 ldah(CurrentCond(), in DecodeT32()
60813 ldah(condition, in DecodeA32()
Dmacro-assembler-aarch32.h1991 ldah(cond, rt, operand); in Ldah()
/external/llvm/lib/Target/ARM/
DARMInstrThumb2.td1437 (ins addr_offset_none:$addr), "ldah", "\t$Rt, $addr", []>;
DARMInstrInfo.td2546 NoItinerary, "ldah", "\t$Rt, $addr", []>;