Home
last modified time | relevance | path

Searched refs:LoadConstant (Results 1 – 12 of 12) sorted by relevance

/art/compiler/dex/quick/
Dgen_invoke.cc62 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImm()
89 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImmImm()
90 LoadConstant(TargetReg(kArg1), arg1); in CallRuntimeHelperImmImm()
103 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImmRegLocation()
112 LoadConstant(TargetReg(kArg1), arg1); in CallRuntimeHelperRegLocationImm()
121 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImmReg()
130 LoadConstant(TargetReg(kArg1), arg1); in CallRuntimeHelperRegImm()
138 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImmMethod()
189 LoadConstant(TargetReg(kArg2), arg2); in CallRuntimeHelperRegRegImm()
199 LoadConstant(TargetReg(kArg0), arg0); in CallRuntimeHelperImmMethodRegLocation()
[all …]
Dgen_common.cc303 LoadConstant(r_idx, elems - 1); in GenFilledNewArray()
378 LoadConstant(TargetReg(kArg0), ssb_index); in GenSput()
564 LoadConstant(TargetReg(kArg0), v2); in HandleThrowLaunchPads()
828 LoadConstant(TargetReg(kArg1), string_idx); in GenConstString()
901 LoadConstant(result_reg, 0); // assume false in GenInstanceofFinal()
926 LoadConstant(result_reg, 1); // .eq case - load true in GenInstanceofFinal()
929 LoadConstant(result_reg, 1); // eq case - load true in GenInstanceofFinal()
992 LoadConstant(rl_result.low_reg, 0); in GenInstanceofCallingHelper()
1006 LoadConstant(rl_result.low_reg, 1); // .eq case - load true in GenInstanceofCallingHelper()
1007 LoadConstant(rl_result.low_reg, 0); // .ne case - load false in GenInstanceofCallingHelper()
[all …]
Dgen_loadstore.cc30 LIR* Mir2Lir::LoadConstant(int r_dest, int value) { in LoadConstant() function in art::Mir2Lir
61 LoadConstant(temp_reg, 0); in Workaround7250540()
Dmir_to_lir.h506 LIR* LoadConstant(int r_dest, int value);
/art/compiler/dex/quick/arm/
Dint_arm.cc93 LoadConstant(t_reg, -1); in GenCmpLong()
102 LoadConstant(t_reg, 1); in GenCmpLong()
209 LoadConstant(rl_result.low_reg, 0); in GenSelect()
214 LoadConstant(rl_result.low_reg, true_val); in GenSelect()
215 LoadConstant(rl_result.low_reg, false_val); in GenSelect()
221 LoadConstant(t_reg1, true_val); in GenSelect()
222 LoadConstant(t_reg2, false_val); in GenSelect()
328 LoadConstant(t_reg, check_value); in OpCmpImmBranch()
433 LoadConstant(r_magic, magic_table[lit].magic); in SmallLiteralDivRem()
539 LoadConstant(rl_result.low_reg, 0); // r_result := 0 in GenInlinedCas32()
[all …]
Dfp_arm.cc261 LoadConstant(rl_result.low_reg, default_result); in GenCmpFP()
270 LoadConstant(rl_result.low_reg, default_result); in GenCmpFP()
282 LoadConstant(rl_result.low_reg, 0); in GenCmpFP()
Dcall_arm.cc229 LoadConstant(rARM_RET0, mir->dalvikInsn.vB); in GenSpecialCase()
343 LoadConstant(r_idx, size); in GenSparseSwitch()
531 LoadConstant(reset_reg, 0); in GenMoveException()
Dutility_arm.cc524 res = LoadConstant(r_tmp, value); in OpRegRegImm()
538 LoadConstant(r_scratch, value); in OpRegRegImm()
878 LoadConstant(reg_offset, encoded_disp); in LoadBaseDispBody()
992 LoadConstant(r_scratch, encoded_disp); in StoreBaseDispBody()
/art/compiler/dex/quick/mips/
Dcall_mips.cc168 LoadConstant(r_key, low_key); in GenPackedSwitch()
299 LoadConstant(reset_reg, 0); in GenMoveException()
Dutility_mips.cc152 res = LoadConstant(r_scratch, value); in OpRegImm()
274 res = LoadConstant(r_dest, value); in OpRegRegImm()
278 res = LoadConstant(r_scratch, value); in OpRegRegImm()
Dint_mips.cc137 LoadConstant(t_reg, check_value); in OpCmpImmBranch()
154 LoadConstant(t_reg, check_value); in OpCmpImmBranch()
/art/compiler/dex/quick/x86/
Dfp_x86.cc164 LoadConstant(rl_result.low_reg, 0x7fffffff); in GenConversion()
186 LoadConstant(rl_result.low_reg, 0x7fffffff); in GenConversion()