Searched refs:upper_inst (Results 1 – 1 of 1) sorted by relevance
1004 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_jump19() local1008 Relocator::DWord A = helper_thumb32_cond_branch_offset(upper_inst, in thm_jump19()1033 upper_inst = helper_thumb32_cond_branch_upper(upper_inst, X); in thm_jump19()1036 *(reinterpret_cast<uint16_t*>(&pReloc.target())) = upper_inst; in thm_jump19()1116 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_call() local1120 Relocator::DWord A = helper_thumb32_branch_offset(upper_inst, lower_inst); in thm_call()1164 upper_inst = helper_thumb32_branch_upper(upper_inst, X); in thm_call()1167 *(reinterpret_cast<uint16_t*>(&pReloc.target())) = upper_inst; in thm_call()1273 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_movw_abs_nc() local1275 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_abs_nc()[all …]