Searched refs:lower_inst (Results 1 – 1 of 1) sorted by relevance
1039 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_call() local1043 lower_inst); in thm_call()1073 lower_inst &= ~0x1000U; in thm_call()1077 lower_inst |= 0x1000U; in thm_call()1088 lower_inst = helper_thumb32_branch_lower(lower_inst, X); in thm_call()1091 *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1) = lower_inst; in thm_call()1197 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_movw_abs_nc() local1198 ARMRelocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_abs_nc()1232 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_movw_prel_nc() local1233 ARMRelocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_prel_nc()[all …]