Searched refs:LoadConstant (Results 1 – 12 of 12) sorted by relevance
/art/compiler/dex/quick/ |
D | gen_invoke.cc | 62 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 …]
|
D | gen_common.cc | 303 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 …]
|
D | gen_loadstore.cc | 30 LIR* Mir2Lir::LoadConstant(int r_dest, int value) { in LoadConstant() function in art::Mir2Lir 61 LoadConstant(temp_reg, 0); in Workaround7250540()
|
D | mir_to_lir.h | 506 LIR* LoadConstant(int r_dest, int value);
|
/art/compiler/dex/quick/arm/ |
D | int_arm.cc | 93 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 …]
|
D | fp_arm.cc | 261 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()
|
D | call_arm.cc | 229 LoadConstant(rARM_RET0, mir->dalvikInsn.vB); in GenSpecialCase() 343 LoadConstant(r_idx, size); in GenSparseSwitch() 531 LoadConstant(reset_reg, 0); in GenMoveException()
|
D | utility_arm.cc | 524 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/ |
D | call_mips.cc | 168 LoadConstant(r_key, low_key); in GenPackedSwitch() 299 LoadConstant(reset_reg, 0); in GenMoveException()
|
D | utility_mips.cc | 152 res = LoadConstant(r_scratch, value); in OpRegImm() 274 res = LoadConstant(r_dest, value); in OpRegRegImm() 278 res = LoadConstant(r_scratch, value); in OpRegRegImm()
|
D | int_mips.cc | 137 LoadConstant(t_reg, check_value); in OpCmpImmBranch() 154 LoadConstant(t_reg, check_value); in OpCmpImmBranch()
|
/art/compiler/dex/quick/x86/ |
D | fp_x86.cc | 164 LoadConstant(rl_result.low_reg, 0x7fffffff); in GenConversion() 186 LoadConstant(rl_result.low_reg, 0x7fffffff); in GenConversion()
|