Searched refs:GOT_PREL (Results 1 – 25 of 27) sorted by relevance
12
/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/llvm-project/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/llvm-project/llvm/test/MC/ARM/ |
D | symbol-variants.s | 108 .word f31(GOT_PREL) + (. - .Lsym) 109 ldr r3, =f32(GOT_PREL)
|
/external/llvm-project/lld/test/ELF/ |
D | arm-fpic-got.s | 22 .long val(GOT_PREL)-((.LPC0_0+8)-.Ltmp0)
|
/external/llvm-project/llvm/test/CodeGen/ARM/GlobalISel/ |
D | thumb-isel-globals-pic.ll | 44 ; ELF: .long external_global(GOT_PREL)-(([[ANCHOR]]+4)-[[TMPLABEL]]) 91 ; ELF: .long external_constant(GOT_PREL)-(([[ANCHOR]]+4)-[[TMPLABEL]])
|
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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 49 GOT_PREL, /// Global Offset Table, PC Relative enumerator
|
D | ARMConstantPoolValue.cpp | 61 case ARMCP::GOT_PREL: in getModifierText()
|
D | ARMExpandPseudoInsts.cpp | 1496 ? ARMCP::GOT_PREL in ExpandMI() 1501 /*AddCurrentAddr*/ Modifier == ARMCP::GOT_PREL); in ExpandMI()
|
D | ARMAsmPrinter.cpp | 794 case ARMCP::GOT_PREL: in getModifierVariantKind()
|
D | ARMFastISel.cpp | 2961 UseGOT_PREL ? ARMCP::GOT_PREL : ARMCP::no_modifier, in ARMLowerPICELF()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 49 GOT_PREL, /// Global Offset Table, PC Relative enumerator
|
D | ARMConstantPoolValue.cpp | 61 case ARMCP::GOT_PREL: in getModifierText()
|
D | ARMExpandPseudoInsts.cpp | 2377 ? ARMCP::GOT_PREL in ExpandMI() 2382 /*AddCurrentAddr*/ Modifier == ARMCP::GOT_PREL); in ExpandMI()
|
D | ARMAsmPrinter.cpp | 812 case ARMCP::GOT_PREL: in getModifierVariantKind()
|
/external/elfutils/backends/ |
D | arm_reloc.def | 127 RELOC_TYPE (GOT_PREL, REL)
|
12