HomeSort by relevance Sort by last modified time
    Searched defs:ldah (Results 1 - 6 of 6) sorted by null

  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
archv8m.s 35 ldah r0, [r1] label
  /external/llvm/test/MC/ARM/
thumbv8m.s 105 // CHECK: ldah r1, [r2] @ encoding: [0xd2,0xe8,0x9f,0x1f]
106 ldah r1, [r2] label
  /toolchain/binutils/binutils-2.27/bfd/
elf64-alpha.c 476 *err_msg = _("GPDISP relocation did not find ldah and lda instructions");
588 /* Load the gp register. This is always used for a ldah instruction
598 the register to the ldah instruction. This lets us avoid any
3478 unsigned int ldah = bfd_get_32 (abfd, p_ldah); local
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.cc 4732 void Assembler::ldah(Condition cond, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
assembler-aarch32.h 2268 void ldah(Register rt, const MemOperand& operand) { ldah(al, rt, operand); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 1611 void Disassembler::ldah(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]

Completed in 627 milliseconds