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

  /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...]
AArch64ISelLowering.h 35 ADRP, // Page address of a TargetGlobalAddress operand.
AArch64ExpandPseudoInsts.cpp 651 // Expand into ADRP + LDR.
656 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg);
691 // Expand into ADRP + ADD.
694 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg)
AArch64ISelLowering.cpp 650 case AArch64ISD::ADRP: return "AArch64ISD::ADRP";
    [all...]
AArch64FastISel.cpp 231 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
262 // ADRP + LDRX
263 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
274 // ADRP + ADDX
275 BuildMI(*FuncInfo.MBB, FuncInfo.InsertPt, DbgLoc, TII.get(AArch64::ADRP),
    [all...]
  /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
187 ADRP x14, :got:gi1_table_edge_idx //table pointer
241 ADRP x14, :got:gi1_table_edge_idx //table pointer
277 ADRP x14, :got:gi1_table_edge_idx //table pointer
321 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
185 ADRP x14, :got:gi1_table_edge_idx //table pointer
232 ADRP x14, :got:gi1_table_edge_idx //table pointer
267 ADRP x14, :got:gi1_table_edge_idx //table pointer
309 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
182 ADRP x14, :got:gi1_table_edge_idx //table pointer
210 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
189 ADRP x14, :got:gi1_table_edge_idx //table pointer
225 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/chromium_org/v8/src/arm64/
constants-arm64.h 406 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break;
425 ADRP = PCRelAddressingFixed | 0x80000000
    [all...]
simulator-arm64.cc     [all...]
  /external/vixl/src/a64/
constants-a64.h 296 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break;
315 ADRP = PCRelAddressingFixed | 0x80000000
    [all...]
simulator-a64.cc 512 case ADRP: // Not implemented in the assembler.
    [all...]

Completed in 1994 milliseconds