Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-arm.c21598 unsigned int * highpart) in validate_immediate_twopart() argument
21610 * highpart = (a >> 8) | ((i + 24) << 7); in validate_immediate_twopart()
21616 * highpart = (a >> 16) | ((i + 16) << 7); in validate_immediate_twopart()
21621 * highpart = (a >> 24) | ((i + 8) << 7); in validate_immediate_twopart()
21959 unsigned int highpart = 0; in md_apply_fix() local
21991 newimm = validate_immediate_twopart (value, & highpart); in md_apply_fix()
21998 else if ((newimm = validate_immediate_twopart (- value, & highpart)) != (unsigned int) FAIL) in md_apply_fix()
22020 highpart |= (newinsn & 0xfffff000); in md_apply_fix()
22021 md_number_to_chars (buf + INSN_SIZE, (valueT) highpart, INSN_SIZE); in md_apply_fix()