/external/libhevc/common/arm64/ |
ihevc_intra_pred_luma_planar.s | 113 adrp x11, :got:gau1_ihevc_planar_factor //loads table of coeffs 166 adrp x5, :got:gau1_ihevc_planar_factor_1 //loads table of coeffs
|
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_intra_pred_chroma_planar.s | 116 adrp x11, :got:gau1_ihevc_planar_factor //loads table of coeffs
|
ihevc_sao_edge_offset_class0.s | 93 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.s | 114 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/ |
AArch64ISelLowering.h | 37 ADRP, // Page address of a TargetGlobalAddress operand.
|
AArch64ISelLowering.cpp | [all...] |
AArch64PromoteConstant.cpp | 315 // adrp/add/load sequence or when this sequence can be shared by several
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-fast-isel-call.ll | 15 ; LARGE: adrp [[REG0:x[0-9]+]], _call0@GOTPAGE
|
arm64-ccmp.ll | 435 ; CHECK-NEXT: adrp x[[REGN4:[0-9]+]], _g@PAGE
|
/external/ppp/pppd/ |
sys-solaris.c | 2228 unsigned char *adrp; local [all...] |
/external/vixl/test/ |
test-assembler-a64.cc | [all...] |
/toolchain/binutils/binutils-2.25/bfd/ |
elfxx-aarch64.c | 40 /* Decode the IMM field of ADRP. */
|
/art/runtime/arch/arm64/ |
quick_entrypoints_arm64.S | 27 adrp xIP0, :got:_ZN3art7Runtime9instance_E 89 adrp xIP0, :got:_ZN3art7Runtime9instance_E 243 adrp xIP0, :got:_ZN3art7Runtime9instance_E [all...] |
/external/llvm/lib/Target/AArch64/Utils/ |
AArch64BaseInfo.h | [all...] |
/external/vixl/src/vixl/a64/ |
constants-a64.h | 389 // case ADRP: Format("adrp 'Xd, 'AddrPCRelPage"); break; 449 ADRP = PCRelAddressingFixed | 0x80000000 [all...] |
/external/libavc/common/armv8/ |
ih264_intra_pred_luma_16x16_av8.s | 431 adrp x7, :got:ih264_gai1_intrapred_luma_plane_coeffs
|
/external/valgrind/VEX/switchback/ |
switchback.c | 469 " adrp x0, block" "\n"
|
/external/vixl/doc/ |
supported-instructions.md | 62 ### ADRP ### 66 void adrp(const Register& rd, int imm21) 69 ### ADRP ### 73 void adrp(const Register& rd, Label* label) [all...] |