Searched refs:adrp (Results 1 – 10 of 10) sorted by relevance
/aosp12/art/dex2oat/linker/arm64/ |
H A D | relative_patcher_arm64.cc | 226 uint32_t adrp = PatchAdrp(insn, adrp_disp); in PatchPcRelativeReference() local 241 SetInsn(¤t_method_thunks_, thunks_code_offset, adrp); in PatchPcRelativeReference() 283 uint32_t adrp = GetInsn(code, pc_insn_offset); in PatchPcRelativeReference() local 284 if ((adrp & 0x9f000000u) != 0x90000000u) { in PatchPcRelativeReference() 286 CHECK_EQ(adrp & 0xfc000000u, 0x14000000u); // B <thunk> in PatchPcRelativeReference() 295 adrp = GetInsn(¤t_method_thunks_, idx * kAdrpThunkSize); in PatchPcRelativeReference() 355 uint32_t Arm64RelativePatcher::PatchAdrp(uint32_t adrp, uint32_t disp) { in PatchAdrp() argument 388 uint32_t adrp = GetInsn(code, literal_offset); in NeedsErratum843419Thunk() local 389 DCHECK_EQ(adrp & 0x9f000000, 0x90000000); in NeedsErratum843419Thunk() 399 (((next_insn >> 5) ^ adrp) & 0x1f) == 0) { in NeedsErratum843419Thunk() [all …]
|
H A D | relative_patcher_arm64.h | 62 static uint32_t PatchAdrp(uint32_t adrp, uint32_t disp);
|
H A D | relative_patcher_arm64_test.cc | 280 uint32_t adrp = 0x90000000u | // ADRP x0, +SignExtend(immhi:immlo:Zeros(12), 64) in GenNopsAndAdrpAndUse() local 285 PushBackInsn(&result, adrp); in GenNopsAndAdrpAndUse()
|
/aosp12/bionic/benchmarks/linker_relocation/include/ |
H A D | linker_reloc_bench_asm.h | 40 #define GOT_RELOC(sym) adrp x1, :got:sym
|
/aosp12/art/runtime/arch/arm64/ |
H A D | asm_support_arm64.S | 159 adrp \reg, :pg_hi21_nc:_ZN3art7Runtime9instance_E 161 adrp \reg, _ZN3art7Runtime9instance_E
|
/aosp12/frameworks/rs/cpu_ref/ |
H A D | rsCpuIntrinsics_advsimd_Blur.S | 94 ifcc adrp \reg, 1f 281 adrp x16, 200b 368 adrp x16, 200b 516 adrp x16, 200b 702 adrp x16, 200b 766 adrp x16, 200b 868 adrp x16, 200b 1015 adrp x16, 200b 1625 adrp x8, \labelnc 1636 adrp x8, \labelc
|
H A D | rsCpuIntrinsics_advsimd_ColorMatrix.S | 1034 adrp x7, 2f 1041 adrp x7, 3f 1055 adrp x7, 4f 1182 adrp x7, 2f 1189 adrp x7, 3f 1203 adrp x7, 4f
|
H A D | rsCpuIntrinsics_advsimd_Blend.S | 594 adrp x5, blendtable
|
H A D | rsCpuIntrinsics_advsimd_Resize.S | 169 adrp x9, intrinsic_resize_consts
|
/aosp12/art/compiler/optimizing/ |
H A D | code_generator_arm64.cc | 4938 __ adrp(reg, /* offset placeholder */ static_cast<int64_t>(0)); in EmitAdrpPlaceholder() local
|