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

  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/alpha/
elf-reloc-3.s 0 ldah $29,0($26) !gpdisp!1
elf-reloc-2.s 2 ldah $29,0($26) !gpdisp!3
4 ldah $29,0($26) !gpdisp!3
6 ldah $29,0($26) !gpdisp!4
elf-reloc-1.s 10 ldah $1, d($29) !gprelhigh
13 ldah $29, 0($26) !gpdisp!3
16 ldah $29, 0($26) !gpdisp!4
elf-reloc-3.l 2 .*:2: Error: No ldah !gpdisp!2 was found
elf-reloc-8.s 31 ldah $29,0($27) !gpdisp!1
41 ldah $29,0($26) !gpdisp!3
45 ldah $1,rd_doload($29) !gprelhigh
69 ldah $29,0($27) !gpdisp!4
88 ldah $29,0($27) !gpdisp!5
138 ldah $29,0($27) !gpdisp!6
147 ldah $17,$LC1($29) !gprelhigh
157 ldah $29,0($26) !gpdisp!26
164 ldah $29,0($26) !gpdisp!24
174 ldah $29,0($26) !gpdisp!2
    [all...]
elf-reloc-2.l 2 .*:4: Error: too many ldah insns for !gpdisp!3
elf-tls-1.s 17 ldah $16, h($31) !dtprelhi
22 ldah $16, l($31) !tprelhi
elf-reloc-5.d 22 1c: 00 00 bb 27 ldah gp,0\(t12\)
  /toolchain/binutils/binutils-2.25/gas/testsuite/gas/arm/
armv8-a.s 35 ldah r0, [r0]
36 ldah r1, [r1]
37 ldah r14, [r14]
89 ldah r0, [r0]
90 ldah r1, [r1]
91 ldah r14, [r14]
armv8-a-bad.s 97 ldah pc, [r0]
98 ldah r0, [pc]
115 ldah pc, [r0]
116 ldah r0, [pc]
armv8-a.d 85 0[0-9a-f]+ <[^>]+> e8d0 0f9f ldah r0, \[r0\]
86 0[0-9a-f]+ <[^>]+> e8d1 1f9f ldah r1, \[r1\]
87 0[0-9a-f]+ <[^>]+> e8de ef9f ldah lr, \[lr\]
armv8-a-bad.l 69 .*:97: Error: r15 not allowed here -- `ldah pc,\[r0\]'
70 .*:98: Error: r15 not allowed here -- `ldah r0,\[pc\]'
84 .*:115: Error: r15 not allowed here -- `ldah pc,\[r0\]'
85 .*:116: Error: r15 not allowed here -- `ldah r0,\[pc\]'
  /toolchain/binutils/binutils-2.25/ld/testsuite/ld-alpha/
tlsbin.s 39 ldah $1, sh2+3($9) !tprelhi
tlsbinpic.s 66 ldah $1, sh3+3($0) !dtprelhi
tlspic1.s 69 ldah $1, sh5+3($0) !dtprelhi
  /external/llvm/test/MC/ARM/
load-store-acquire-release-v8-thumb.s 32 ldah r12, [r9]
35 @ CHECK: ldah r12, [r9] @ encoding: [0xd9,0xe8,0x9f,0xcf]
load-store-acquire-release-v8.s 32 ldah r12, [r9]
35 @ CHECK: ldah r12, [r9] @ encoding: [0x9f,0xcc,0xf9,0xe1]
thumbv8m.s 105 // CHECK: ldah r1, [r2] @ encoding: [0xd2,0xe8,0x9f,0x1f]
106 ldah r1, [r2] label
  /toolchain/binutils/binutils-2.25/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
3456 unsigned int ldah = bfd_get_32 (abfd, p_ldah); local
    [all...]
  /external/vixl/src/aarch32/
assembler-aarch32.h 2253 void ldah(Register rt, const MemOperand& operand) { ldah(al, rt, operand); } function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.h 657 void ldah(Condition cond, Register rt, const MemOperand& operand);
    [all...]
assembler-aarch32.cc 4371 void Assembler::ldah(Condition cond, Register rt, const MemOperand& operand) { function in class:vixl::aarch32::Assembler
    [all...]
disasm-aarch32.cc 1611 void Disassembler::ldah(Condition cond, function in class:vixl::aarch32::Disassembler
    [all...]
macro-assembler-aarch32.h     [all...]

Completed in 175 milliseconds