HomeSort by relevance Sort by last modified time
    Searched refs:ADRP (Results 1 - 25 of 30) sorted by null

1 2

  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 20 // L1: adrp xA, sym@PAGE
29 // L1: adrp xA, sym@PAGE
40 // respectively ADRP, ADD (immediate), and LD.
46 // - The ADRP in L1 and the ADD in L2 must reference the same symbol using
50 // * So called non-ADRP-related:
52 // L1: adrp xA, sym@PAGE
56 // L1: adrp xA, sym@GOTPAGE
60 // L1: adrp xA, sym@PAGE
63 // L1: adrp xA, sym@PAGE
67 // L1: adrp xA, sym@GOTPAG
    [all...]
AArch64ExpandPseudoInsts.cpp 835 // Expand into ADRP + LDR.
840 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg);
875 // Expand into ADRP + ADD.
878 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg)
    [all...]
AArch64AsmPrinter.cpp 509 /// adrp x0, :tlsdesc:var
525 MCInst Adrp;
526 Adrp.setOpcode(AArch64::ADRP);
527 Adrp.addOperand(MCOperand::createReg(AArch64::X0));
528 Adrp.addOperand(SymTLSDesc);
529 EmitToStreamer(*OutStreamer, Adrp);
AArch64ISelLowering.h 37 ADRP, // Page address of a TargetGlobalAddress operand.
AArch64ISelLowering.cpp     [all...]
AArch64FastISel.cpp 399 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
430 // ADRP + LDRX
431 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
442 // ADRP + ADDX
443 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
    [all...]
  /external/vixl/src/aarch64/
instructions-aarch64.cc 293 // ADR and ADRP.
295 if (Mask(PCRelAddressingMask) == ADRP) {
342 VIXL_ASSERT(Mask(PCRelAddressingMask) == ADRP);
constants-aarch64.h 398 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break;
458 ADRP = PCRelAddressingFixed | 0x80000000
    [all...]
disasm-aarch64.cc 584 case ADRP:
585 Format(instr, "adrp", "'Xd, 'AddrPCRelPage");
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/arm64/
anames.go 18 "ADRP",
  /prebuilts/go/linux-x86/src/cmd/internal/obj/arm64/
anames.go 18 "ADRP",
  /external/libhevc/common/arm64/
ihevc_sao_band_offset_luma.s 89 ADRP x14, :got:gu1_table_band_idx
ihevc_sao_band_offset_chroma.s 101 ADRP x14, :got:gu1_table_band_idx
154 ADRP x14, :got:gu1_table_band_idx
ihevc_sao_edge_offset_class2_chroma.s 152 ADRP x14, :got:gi1_table_edge_idx //table pointer
190 ADRP x14, :got:gi1_table_edge_idx //table pointer
247 ADRP x14, :got:gi1_table_edge_idx //table pointer
286 ADRP x14, :got:gi1_table_edge_idx //table pointer
333 ADRP x2, :got:gi1_table_edge_idx //table pointer
    [all...]
ihevc_sao_edge_offset_class3_chroma.s 152 ADRP x14, :got:gi1_table_edge_idx //table pointer
188 ADRP x14, :got:gi1_table_edge_idx //table pointer
238 ADRP x14, :got:gi1_table_edge_idx //table pointer
276 ADRP x14, :got:gi1_table_edge_idx //table pointer
321 ADRP x2, :got:gi1_table_edge_idx //table pointer
    [all...]
ihevc_sao_edge_offset_class2.s 130 ADRP x14, :got:gi1_table_edge_idx //table pointer
185 ADRP x14, :got:gi1_table_edge_idx //table pointer
216 ADRP x11, :got:gi1_table_edge_idx //table pointer
    [all...]
ihevc_sao_edge_offset_class3.s 141 ADRP x14, :got:gi1_table_edge_idx //table pointer
192 ADRP x14, :got:gi1_table_edge_idx //table pointer
231 ADRP x6, :got:gi1_table_edge_idx //table pointer
    [all...]
ihevc_sao_edge_offset_class0.s 93 ADRP x14, :got:gi1_table_edge_idx //table pointer
ihevc_sao_edge_offset_class1.s 114 ADRP x14, :got:gi1_table_edge_idx //table pointer
ihevc_sao_edge_offset_class0_chroma.s 112 ADRP x14, :got:gi1_table_edge_idx //table pointer
ihevc_sao_edge_offset_class1_chroma.s 134 ADRP x14, :got:gi1_table_edge_idx //table pointer
  /external/llvm/lib/Target/AArch64/Disassembler/
AArch64ExternalSymbolizer.cpp 56 /// tested and for ADRP an other instructions that help to load of pointers
91 } else if (MI.getOpcode() == AArch64::ADRP) {
93 // otool expects the fully encoded ADRP instruction to be passed in as
  /external/v8/src/arm64/
constants-arm64.h 403 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break;
422 ADRP = PCRelAddressingFixed | 0x80000000
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/internal/obj/
link.go 532 // R_ADDRARM64 relocates an adrp, add pair to compute the address of the
607 // Relocates an ADRP; LD64 instruction sequence to load the offset between
612 // R_ARM64_GOTPCREL relocates an adrp, ld64 pair to compute the address of the GOT
  /prebuilts/go/linux-x86/src/cmd/internal/obj/
link.go 532 // R_ADDRARM64 relocates an adrp, add pair to compute the address of the
607 // Relocates an ADRP; LD64 instruction sequence to load the offset between
612 // R_ARM64_GOTPCREL relocates an adrp, ld64 pair to compute the address of the GOT

Completed in 917 milliseconds

1 2