Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/lib/Target/ARM/
DARMRelocator.cpp1005 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_jump19() local
1009 lower_inst); in thm_jump19()
1034 lower_inst = helper_thumb32_cond_branch_lower(lower_inst, X); in thm_jump19()
1037 *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1) = lower_inst; in thm_jump19()
1117 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_call() local
1120 Relocator::DWord A = helper_thumb32_branch_offset(upper_inst, lower_inst); in thm_call()
1150 lower_inst &= ~0x1000U; in thm_call()
1154 lower_inst |= 0x1000U; in thm_call()
1165 lower_inst = helper_thumb32_branch_lower(lower_inst, X); in thm_call()
1168 *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1) = lower_inst; in thm_call()
[all …]