Searched refs:upper_inst (Results 1 – 1 of 1) 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()1052 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_call() local1057 helper_thumb32_branch_offset(upper_inst, lower_inst) + pReloc.addend(); in thm_call()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()1205 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_movw_abs_nc() local1207 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_abs_nc()[all …]