Searched refs:upper_inst (Results 1 – 2 of 2) sorted by relevance
944 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_jump19() local949 helper_thumb32_cond_branch_offset(upper_inst, lower_inst) + in thm_jump19()974 upper_inst = helper_thumb32_cond_branch_upper(upper_inst, X); in thm_jump19()977 *(reinterpret_cast<uint16_t*>(&pReloc.target())) = upper_inst; in thm_jump19()1099 upper_inst = helper_thumb32_branch_upper(upper_inst, X); in thm_call()1102 *(reinterpret_cast<uint16_t*>(&pReloc.target())) = upper_inst; in thm_call()1207 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_abs_nc()1243 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_prel_nc()1267 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_brel()1288 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movt_abs()[all …]
1153 HInstruction* upper_inst = upper.GetInstruction(); in VisitSub() local1155 if (ValueBound::Equal(array_length, upper_inst)) { in VisitSub()