Searched refs:negate_data_op (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-arm.c11343 negate_data_op (unsigned long * instruction,
11420 /* Like negate_data_op, but for Thumb-2. */
11591 && (newimm = negate_data_op (&temp, value)) == (unsigned int) FAIL)
11614 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL)
11872 /* FUTURE: Implement analogue of negate_data_op for T32. */
11329 negate_data_op (unsigned long * instruction, function
/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c22630 negate_data_op (unsigned long * instruction,
22707 /* Like negate_data_op, but for Thumb-2. */
22914 newimm = negate_data_op (&temp, value);
22922 newimm = negate_data_op (&temp, value);
22984 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL)
22619 negate_data_op (unsigned long * instruction, function

Completed in 208 milliseconds