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.cpp945 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_jump19() local
949 helper_thumb32_cond_branch_offset(upper_inst, lower_inst) + in thm_jump19()
975 lower_inst = helper_thumb32_cond_branch_lower(lower_inst, X); in thm_jump19()
978 *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1) = lower_inst; in thm_jump19()
1053 uint16_t lower_inst = *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1); in thm_call() local
1057 helper_thumb32_branch_offset(upper_inst, lower_inst) + pReloc.addend(); in thm_call()
1086 lower_inst &= ~0x1000U; in thm_call()
1089 lower_inst |= 0x1000U; in thm_call()
1100 lower_inst = helper_thumb32_branch_lower(lower_inst, X); in thm_call()
1103 *(reinterpret_cast<uint16_t*>(&pReloc.target()) + 1) = lower_inst; in thm_call()
[all …]