Home
last modified time | relevance | path

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

/dragonfly/contrib/binutils-2.27/gold/
H A Darm.cc3208 uint32_t s = (upper_insn & (1U << 10)) >> 10; in thumb32_branch_offset()
3209 uint32_t upper = upper_insn & 0x3ffU; in thumb32_branch_offset()
3249 uint32_t s = (upper_insn & 0x0400U) >> 10; in thumb32_cond_branch_offset()
4218 upper_insn = This::thumb32_branch_upper(upper_insn, branch_offset); in thumb_branch_common()
4221 elfcpp::Swap<16, big_endian>::writeval(wv, upper_insn); in thumb_branch_common()
4266 upper_insn = This::thumb32_cond_branch_upper(upper_insn, branch_offset); in thm_jump19()
4270 elfcpp::Swap<16, big_endian>::writeval(wv, upper_insn); in thm_jump19()
12564 uint16_t upper_insn = (insn >> 16) & 0xffffU; in scan_span_for_cortex_a8_erratum() local
12675 upper_insn = 0xf000U; in apply_cortex_a8_workaround()
12690 upper_insn = RelocFuncs::thumb32_branch_upper(upper_insn, branch_offset); in apply_cortex_a8_workaround()
[all …]