Home
last modified time | relevance | path

Searched refs:LoadBaseIndexed (Results 1 – 17 of 17) sorted by relevance

/art/compiler/dex/quick/mips/
Dint_mips.cc731 LoadBaseIndexed(reg_ptr, As64BitReg(rl_index.reg), As32BitReg(rl_result.reg), scale, in GenArrayGet()
734 LoadBaseIndexed(reg_ptr, As64BitReg(rl_index.reg), rl_result.reg, scale, size); in GenArrayGet()
737 LoadBaseIndexed(reg_ptr, rl_index.reg, rl_result.reg, scale, size); in GenArrayGet()
Dcall_mips.cc202 LoadBaseIndexed(r_base, r_key, r_disp, 2, k32); in GenLargePackedSwitch()
Dcodegen_mips.h85 LIR* LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, int scale,
Dutility_mips.cc569 LIR* MipsMir2Lir::LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, in LoadBaseIndexed() function in art::MipsMir2Lir
/art/compiler/dex/quick/arm64/
Dint_arm64.cc895 LoadBaseIndexed(rs_src, rs_length, rs_tmp, 0, kSignedHalf); in GenInlinedArrayCopyCharArray()
902 LoadBaseIndexed(rs_src, rs_length, rs_tmp, 0, k32); in GenInlinedArrayCopyCharArray()
911 LoadBaseIndexed(rs_src, rs_length, rs_tmp, 0, k64); in GenInlinedArrayCopyCharArray()
1244 LoadBaseIndexed(reg_ptr, rl_index.reg, rl_result.reg, scale, size); in GenArrayGet()
Dcall_arm64.cc135 LoadBaseIndexed(table_base, As64BitReg(key_reg), disp_reg, 2, k32); in GenLargePackedSwitch()
Dutility_arm64.cc1024 LIR* Arm64Mir2Lir::LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, in LoadBaseIndexed() function in art::Arm64Mir2Lir
1258 load = LoadBaseIndexed(r_base, r_scratch, in LoadBaseDispBody()
Dcodegen_arm64.h69 LIR* LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, int scale,
/art/compiler/dex/quick/arm/
Dcodegen_arm.h73 LIR* LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, int scale,
Dutility_arm.cc748 LIR* ArmMir2Lir::LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, in LoadBaseIndexed() function in art::ArmMir2Lir
1017 load = LoadBaseIndexed(r_base, reg_offset, r_dest, scale, size); in LoadBaseDispBody()
Dint_arm.cc1057 LoadBaseIndexed(rs_src, rs_length, rs_tmp, 0, kSignedHalf); in GenInlinedArrayCopyCharArray()
1064 LoadBaseIndexed(rs_src, rs_length, rs_tmp, 0, k32); in GenInlinedArrayCopyCharArray()
1451 LoadBaseIndexed(reg_ptr, rl_index.reg, rl_result.reg, scale, size); in GenArrayGet()
Dcall_arm.cc132 LoadBaseIndexed(table_base, keyReg, disp_reg, 2, k32); in GenLargePackedSwitch()
/art/compiler/dex/quick/
Dgen_invoke.cc1017 LoadBaseIndexed(reg_ptr, rl_idx.reg, rl_result.reg, 1, kUnsignedHalf); in GenInlinedCharAt()
1459 LoadBaseIndexed(rl_object.reg, rl_offset.reg, rl_result.reg, 0, k64); in GenInlinedUnsafeGet()
1470 LoadBaseIndexed(rl_object.reg, rl_offset.reg, rl_result.reg, 0, k32); in GenInlinedUnsafeGet()
Dmir_to_lir.h990 return LoadBaseIndexed(r_base, r_index, r_dest, scale, kReference); in LoadRefIndexed()
1153 virtual LIR* LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest,
Dgen_common.cc614 LoadBaseIndexed(r_src, r_idx, r_val, 2, k32); in GenFilledNewArray()
/art/compiler/dex/quick/x86/
Dcodegen_x86.h94 LIR* LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, int scale,
Dutility_x86.cc771 LIR* X86Mir2Lir::LoadBaseIndexed(RegStorage r_base, RegStorage r_index, RegStorage r_dest, in LoadBaseIndexed() function in art::X86Mir2Lir