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

  /external/llvm/test/MC/ELF/
tls-i386.s 9 movl foo5@TPOFF(%eax), %eax
16 .long fooC@TPOFF
relocation.s 14 leaq foo@TPOFF(%rax), %rax # R_X86_64_TPOFF32
24 movabsq $baz@TPOFF, %rax
relocation-386.s 18 // Relocation 6 ($foo@TPOFF) is of type R_386_TLS_LE_32
48 // Relocation 21 (zed@TPOFF) is of type R_386_TLS_LE_32 and uses the symbol
107 movl $foo@TPOFF, %edx
122 movl zed@TPOFF(%eax), %eax
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
elf_gas64_ssym.asm 8 movl %eax, bar@TPOFF
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas32/
elf_gas32_ssym.asm 9 movl %eax, bar@TPOFF
  /external/llvm/test/MC/ARM/
thumb-types.s 32 .long tls(TPOFF)
symbol-variants.s 39 @ tpoff
40 .word f10(TPOFF)
41 .word f11(tpoff)
  /external/llvm/lib/Target/ARM/
ARMConstantPoolValue.cpp 58 case ARMCP::TPOFF: return "tpoff";
ARMConstantPoolValue.h 45 TPOFF
ARMAsmPrinter.cpp 788 case ARMCP::TPOFF: return MCSymbolRefExpr::VK_TPOFF;
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 164 milliseconds