Searched refs:newimm (Results 1 – 4 of 4) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/config/ |
| D | tc-arm.c | 11648 unsigned int newimm; in md_apply_fix() local 11696 newimm = encode_arm_immediate (value); in md_apply_fix() 11701 if (newimm == (unsigned int) FAIL in md_apply_fix() 11702 && (newimm = negate_data_op (&temp, value)) == (unsigned int) FAIL) in md_apply_fix() 11710 newimm |= (temp & 0xfffff000); in md_apply_fix() 11711 md_number_to_chars (buf, (valueT) newimm, INSN_SIZE); in md_apply_fix() 11719 newimm = encode_arm_immediate (value); in md_apply_fix() 11724 if (newimm == (unsigned int) FAIL in md_apply_fix() 11725 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL) in md_apply_fix() 11729 newimm = validate_immediate_twopart (value, & highpart); in md_apply_fix() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gas/config/ |
| D | tc-arm.c | 12117 unsigned int newimm; local 12161 newimm = validate_immediate (value); 12166 if (newimm == (unsigned int) FAIL 12167 && (newimm = negate_data_op (&temp, value)) == (unsigned int) FAIL) 12175 newimm |= (temp & 0xfffff000); 12176 md_number_to_chars (buf, (valueT) newimm, INSN_SIZE); 12185 newimm = validate_immediate (value); 12190 if (newimm == (unsigned int) FAIL 12191 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL) 12195 newimm = validate_immediate_twopart (value, & highpart); [all …]
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/gas/ |
| D | ChangeLog-9899 | 4740 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
|
| /openbsd/src/gnu/usr.bin/binutils/gas/ |
| D | ChangeLog-9899 | 4740 * config/tc-arm.c (md_apply_fix3): Add new variable newimm to hold
|