Searched refs:high_word (Results 1 – 9 of 9) sorted by relevance
102 if (is_high && !reg_location_[index].high_word) { in SetHigh()103 reg_location_[index].high_word = true; in SetHigh()111 if (!reg_location_[index].high_word) { in SetHigh()112 reg_location_[index].high_word = true; in SetHigh()152 reg_location_[defs[1]].high_word = true; in InferTypeAndSize()171 reg_location_[uses[next + 1]].high_word = true; in InferTypeAndSize()190 reg_location_[uses[next + 1]].high_word = true; in InferTypeAndSize()209 reg_location_[uses[next + 1]].high_word = true; in InferTypeAndSize()231 reg_location_[uses[1]].high_word = true; in InferTypeAndSize()242 reg_location_[uses[1]].high_word = true; in InferTypeAndSize()[all …]
50 unsigned high_word:1; // High word of pair? member
1540 uint32_t high_word = High32Bits(mir->dalvikInsn.vB_wide); in GetValueNumber() local1543 uint16_t high_res = gvn_->LookupValue(Instruction::CONST, Low16Bits(high_word), in GetValueNumber()1544 High16Bits(high_word), 2); in GetValueNumber()
729 DCHECK(!loc.high_word); // Do not allow asking for the high partner. in ConstantValueWide()
298 reg_location_[ssa_reg_high].high_word = 1; in GetNewCompilerTemp()
1569 if (rl_dest.high_word) { in HandlePhiNodes()1581 DCHECK_EQ(rl_dest.wide & rl_dest.high_word, loc.wide & loc.high_word); in HandlePhiNodes()1604 if (!rl_dest.high_word) { in ConvertExtendedMIR()1910 if ((mir_graph_->SRegToVReg(i) < 0) || rl_temp.high_word) { in MethodMIR2Bitcode()
61 if (rl_src.high_word) { in IsInexpensiveConstant()62 rl_src.high_word = false; in IsInexpensiveConstant()
424 PromotionMap* p_map = v_map + (t_loc->high_word ? -1 : +1); in FlushIns()437 int lowreg_index = start_vreg + i + (t_loc->high_word ? -1 : 0); in FlushIns()
942 << (loc.high_word ? " h" : " ") in DumpRegLocation()