Searched refs:GOT_PREL (Results 1 – 20 of 20) sorted by relevance
/external/llvm/test/CodeGen/ARM/ |
D | emutls.ll | 16 ; ARM32: .long my_emutls_v_xyz(GOT_PREL) 39 ; ARM32: .long __emutls_v.i1(GOT_PREL) 52 ; ARM32: .long __emutls_v.i1(GOT_PREL) 64 ; ARM32: .long __emutls_v.i2(GOT_PREL) 77 ; ARM32: .long __emutls_v.i2(GOT_PREL)
|
D | globals.ll | 72 ; LinuxPIC: .long G(GOT_PREL)-((.LPC0_0+8)-.Ltmp0)
|
D | load-global.ll | 46 ; LINUX: .long G(GOT_PREL)-((.LPC0_0+8)-.Ltmp0)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/ |
D | emutls.ll | 18 ; ARM32: .long my_emutls_v_xyz(GOT_PREL) 41 ; ARM32: .long __emutls_v.i1(GOT_PREL) 54 ; ARM32: .long __emutls_v.i1(GOT_PREL) 66 ; ARM32: .long __emutls_v.i2(GOT_PREL) 79 ; ARM32: .long __emutls_v.i2(GOT_PREL)
|
D | globals.ll | 72 ; LinuxPIC: .long G(GOT_PREL)-((.LPC0_0+8)-.Ltmp0)
|
D | load-global.ll | 46 ; LINUX: .long G(GOT_PREL)-((.LPC0_0+8)-.Ltmp0)
|
/external/llvm/test/MC/ARM/ |
D | symbol-variants.s | 94 .word f28(GOT_PREL) + (. - .Lsym) 95 ldr r3, =f29(GOT_PREL)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/ARM/ |
D | symbol-variants.s | 100 .word f30(GOT_PREL) + (. - .Lsym) 101 ldr r3, =f31(GOT_PREL)
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/ARM/GlobalISel/ |
D | arm-isel-globals-pic.ll | 44 ; ELF: .long external_global(GOT_PREL)-(([[ANCHOR]]+8)-[[TMPLABEL]]) 91 ; ELF: .long external_constant(GOT_PREL)-(([[ANCHOR]]+8)-[[TMPLABEL]])
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 42 GOT_PREL, /// Global Offset Table, PC Relative enumerator
|
D | ARMConstantPoolValue.cpp | 57 case ARMCP::GOT_PREL: in getModifierText()
|
D | ARMAsmPrinter.cpp | 902 case ARMCP::GOT_PREL: in getModifierVariantKind()
|
D | ARMFastISel.cpp | 2943 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier, in ARMLowerPICELF()
|
D | ARMISelLowering.cpp | 2809 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier, in LowerGlobalAddressELF()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 50 GOT_PREL, /// Global Offset Table, PC Relative enumerator
|
D | ARMConstantPoolValue.cpp | 61 case ARMCP::GOT_PREL: in getModifierText()
|
D | ARMExpandPseudoInsts.cpp | 1482 ? ARMCP::GOT_PREL in ExpandMI() 1487 /*AddCurrentAddr*/ Modifier == ARMCP::GOT_PREL); in ExpandMI()
|
D | ARMAsmPrinter.cpp | 785 case ARMCP::GOT_PREL: in getModifierVariantKind()
|
D | ARMFastISel.cpp | 2967 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier, in ARMLowerPICELF()
|
/external/elfutils/backends/ |
D | arm_reloc.def | 127 RELOC_TYPE (GOT_PREL, REL)
|