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

  /external/llvm/test/MC/ELF/
tls-i386.s 9 movl foo5@TPOFF(%eax), %eax
16 .long fooC@TPOFF
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
112 movl $foo@TPOFF, %edx
127 movl zed@TPOFF(%eax), %eax
relocation.s 14 leaq foo@TPOFF(%rax), %rax # R_X86_64_TPOFF32
24 movabsq $baz@TPOFF, %rax
  /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 824 case ARMCP::TPOFF: return MCSymbolRefExpr::VK_TPOFF;
    [all...]
ARMISelLowering.cpp     [all...]

Completed in 192 milliseconds