/external/vixl/doc/ |
changelog.md | 64 + Implement support for `adrp` instruction.
|
/frameworks/compile/mclinker/lib/Target/AArch64/ |
AArch64LongBranchStub.cpp | 45 0x90000010, // adrp ip0, X <-- R_AARCH64_ADR_PREL_PG_HI21(X)
|
/toolchain/binutils/binutils-2.25/gold/ |
aarch64-reloc-property.h | 62 INST_ADRP = 4, // adrp
|
/external/libmpeg2/common/armv8/ |
impeg2_idct.s | 139 adrp x14, :got:gai2_impeg2_idct_q15 152 adrp x14, :got:gai2_impeg2_idct_q11 220 adrp x14, :got:gai2_impeg2_idct_q15 228 adrp x14, :got:gai2_impeg2_idct_q11 235 adrp x4, :got:gai2_impeg2_mismatch_stg2_additive 370 adrp x14, :got:gai2_impeg2_idct_first_col_q15 482 adrp x14, :got:gai2_impeg2_idct_first_col_q15 549 adrp x14, :got:gai2_impeg2_idct_first_col_q15 619 adrp x14, :got:gai2_impeg2_idct_first_col_q11 825 adrp x14, :got:gai2_impeg2_idct_first_col_q1 [all...] |
/external/llvm/lib/Target/AArch64/MCTargetDesc/ |
AArch64MachObjectWriter.cpp | 95 "ADR/ADRP relocations must be GOT relative"); 165 // ADRP fixups use relocations for the whole symbol value and only
|
AArch64ELFObjectWriter.cpp | 82 llvm_unreachable("invalid symbol kind for ADRP relocation");
|
/bionic/libc/arch-arm64/denver64/bionic/ |
memset.S | 203 adrp tmp2, .Lcache_clear
|
/bionic/libc/arch-arm64/generic/bionic/ |
memset.S | 176 adrp tmp2, .Lcache_clear
|
/external/llvm/lib/Target/AArch64/ |
AArch64ExpandPseudoInsts.cpp | 650 // Expand into ADRP + LDR. 655 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg); 690 // Expand into ADRP + ADD. 693 BuildMI(MBB, MBBI, MI.getDebugLoc(), TII->get(AArch64::ADRP), DstReg)
|
/external/llvm/test/MC/AArch64/ |
arm64-leaf-compact-unwind.s | 137 adrp x8, _bar@GOTPAGE
|
/external/v8/src/arm64/ |
instructions-arm64.cc | 237 // ADRP is not supported, so 'this' must point to an ADR instruction.
|
constants-arm64.h | 403 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break; 422 ADRP = PCRelAddressingFixed | 0x80000000 [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elfnn-aarch64.c | 33 adrp x0, :tlsgd:foo 43 adrp x0, :tlsdesc:foo R_AARCH64_TLSDESC_ADR_PAGE21(foo) 230 0x10, 0x00, 0x00, 0x90, /* adrp x16, (GOT+16) */ 249 0x10, 0x00, 0x00, 0x90, /* adrp x16, PLTGOT + n * 8 */ 264 0x02, 0x00, 0x00, 0x90, /* adrp x2, 0 */ 265 0x03, 0x00, 0x00, 0x90, /* adrp x3, 0 */ 606 /* ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff */ 621 /* ADRP: ((PG(S+A)-PG(P)) >> 12) & 0x1fffff [no overflow check] */ 805 (G(S) - P) using an ADRP instruction. */ 851 (G(S) - P) using an ADRP instruction. * [all...] |
/external/vixl/test/ |
test-disasm-a64.cc | [all...] |
/external/libhevc/common/arm64/ |
ihevc_itrans_recon_4x4.s | 125 adrp x8, :got:g_ai2_ihevc_trans_4_transpose
|
ihevc_sao_band_offset_luma.s | 89 ADRP x14, :got:gu1_table_band_idx
|
ihevc_deblk_luma_horz.s | 94 adrp x2, :got:gai4_ihevc_beta_table 97 adrp x4, :got:gai4_ihevc_tc_table
|
ihevc_deblk_luma_vert.s | 95 adrp x2, :got:gai4_ihevc_beta_table 99 adrp x4, :got:gai4_ihevc_tc_table
|
ihevc_intra_pred_chroma_mode_27_to_33.s | 104 adrp x6, :got:gai4_ihevc_ang_table //loads word32 gai4_ihevc_ang_table[35] 112 adrp x1, :got:gau1_ihevc_planar_factor //used for ((row + 1) * intra_pred_ang) row values
|
ihevc_intra_pred_luma_mode_27_to_33.s | 109 adrp x6, :got:gai4_ihevc_ang_table //loads word32 gai4_ihevc_ang_table[35] 117 adrp x1, :got:gau1_ihevc_planar_factor //used for ((row + 1) * intra_pred_ang) row values
|
/external/llvm/include/llvm-c/ |
Disassembler.h | 136 /* The input reference is from an ARM64::ADRP instruction. */
|
/external/llvm/test/CodeGen/AArch64/ |
neon-mov.ll | 254 ; CHECK: adrp {{x[0-9]+}}, .{{[A-Z0-9_]+}}
|
/prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/Carbon/ |
Files.py | 384 kApplicationAliasType = FOUR_CHAR_CODE('adrp')
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/Carbon/ |
Files.py | 384 kApplicationAliasType = FOUR_CHAR_CODE('adrp')
|
/external/libavc/common/armv8/ |
ih264_intra_pred_chroma_av8.s | 428 adrp x12, :got:ih264_gai1_intrapred_chroma_plane_coeffs1 488 adrp x12, :got:ih264_gai1_intrapred_chroma_plane_coeffs2
|