Searched refs:load_pc_rel (Results 1 – 3 of 3) sorted by relevance
/art/compiler/dex/quick/ |
D | codegen_util.cc | 1237 LIR* load_pc_rel = OpPcRelLoad(TargetPtrReg(symbolic_reg), data_target); in LoadCodeAddress() local 1238 AppendLIR(load_pc_rel); in LoadCodeAddress() 1254 LIR* load_pc_rel = OpPcRelLoad(TargetReg(symbolic_reg, kRef), data_target); in LoadMethodAddress() local 1255 AppendLIR(load_pc_rel); in LoadMethodAddress() 1266 LIR* load_pc_rel = OpPcRelLoad(TargetReg(symbolic_reg, kRef), data_target); in LoadClassType() local 1267 AppendLIR(load_pc_rel); in LoadClassType() 1277 LIR* load_pc_rel = OpPcRelLoad(target_reg, data_target); in LoadString() local 1278 AppendLIR(load_pc_rel); in LoadString()
|
/art/compiler/dex/quick/arm64/ |
D | utility_arm64.cc | 128 LIR* load_pc_rel = RawLIR(current_dalvik_offset_, kA64Ldr2fp, in LoadFPConstantValue() local 130 AppendLIR(load_pc_rel); in LoadFPConstantValue() 131 return load_pc_rel; in LoadFPConstantValue() 154 LIR* load_pc_rel = RawLIR(current_dalvik_offset_, FWIDE(kA64Ldr2fp), in LoadFPConstantValueWide() local 156 AppendLIR(load_pc_rel); in LoadFPConstantValueWide() 157 return load_pc_rel; in LoadFPConstantValueWide()
|
/art/compiler/dex/quick/arm/ |
D | utility_arm.cc | 92 LIR* load_pc_rel = RawLIR(current_dalvik_offset_, kThumb2Vldrs, in LoadFPConstantValue() local 94 AppendLIR(load_pc_rel); in LoadFPConstantValue() 95 return load_pc_rel; in LoadFPConstantValue()
|