Home
last modified time | relevance | path

Searched refs:upper_inst (Results 1 – 1 of 1) sorted by relevance

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp944 uint16_t upper_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target())); in thm_jump19() local
949 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() local
1057 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() local
1207 Relocator::DWord val = ((upper_inst) << 16) | (lower_inst); in thm_movw_abs_nc()
[all …]