Searched refs:rl_temp (Results 1 – 4 of 4) sorted by relevance
345 RegLocation rl_temp = reg_location_[defs[0]]; in InferTypeAndSize() local346 bool defined_fp = rl_temp.defined && rl_temp.fp; in InferTypeAndSize()347 bool defined_core = rl_temp.defined && rl_temp.core; in InferTypeAndSize()348 bool defined_ref = rl_temp.defined && rl_temp.ref; in InferTypeAndSize()349 bool is_wide = rl_temp.wide || ((attrs & DF_A_WIDE) != 0); in InferTypeAndSize()350 bool is_high = is_phi && rl_temp.wide && rl_temp.high_word; in InferTypeAndSize()352 rl_temp = reg_location_[uses[i]]; in InferTypeAndSize()353 defined_fp |= rl_temp.defined && rl_temp.fp; in InferTypeAndSize()354 defined_core |= rl_temp.defined && rl_temp.core; in InferTypeAndSize()355 defined_ref |= rl_temp.defined && rl_temp.ref; in InferTypeAndSize()[all …]
246 RegLocation rl_temp = rl_src1; in GenCompareAndBranch() local248 rl_src2 = rl_temp; in GenCompareAndBranch()256 RegLocation rl_temp = UpdateLoc(rl_src2); in GenCompareAndBranch() local258 if ((rl_temp.location == kLocDalvikFrame) && in GenCompareAndBranch()
145 RegLocation rl_temp = LocCReturn(); // Just using as template, will change in GenCmpLong() local146 rl_temp.reg.SetReg(t_reg.GetReg()); in GenCmpLong()147 StoreValue(rl_dest, rl_temp); in GenCmpLong()
1909 RegLocation rl_temp = mir_graph_->reg_location_[i]; in MethodMIR2Bitcode() local1910 if ((mir_graph_->SRegToVReg(i) < 0) || rl_temp.high_word) { in MethodMIR2Bitcode()