Home
last modified time | relevance | path

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

/NextBSD/contrib/binutils/gas/config/
HDtc-arm.c18460 offsetT newval2; in md_apply_fix() local
18470 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE); in md_apply_fix()
18472 newval2 |= (J1 << 13) | (J2 << 11) | lo; in md_apply_fix()
18474 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE); in md_apply_fix()
18493 offsetT newval2; in md_apply_fix() local
18496 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE); in md_apply_fix()
18498 newval2 |= (value & 0xfff) >> 1; in md_apply_fix()
18500 md_number_to_chars (buf + THUMB_SIZE, newval2, THUMB_SIZE); in md_apply_fix()
18511 offsetT newval2; in md_apply_fix() local
18524 newval2 = md_chars_to_number (buf + THUMB_SIZE, THUMB_SIZE); in md_apply_fix()
[all …]