Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/binutils/gas/config/
H A Dtc-arm.c1053 static int negate_data_op PARAMS ((unsigned long *, unsigned long));
7031 negate_data_op (instruction, value) in negate_data_op() function
7177 if ((value = negate_data_op (&inst.instruction,
12167 && (newimm = negate_data_op (&temp, value)) == (unsigned int) FAIL)
12191 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL)
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/config/
H A Dtc-arm.c11454 negate_data_op (unsigned long * instruction, in negate_data_op() function
11702 && (newimm = negate_data_op (&temp, value)) == (unsigned int) FAIL) in md_apply_fix()
11725 && (newimm = negate_data_op (& temp, value)) == (unsigned int) FAIL) in md_apply_fix()
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/
H A DChangeLog-92952747 (negate_data_op): New function.
/openbsd-src/gnu/usr.bin/binutils/gas/
H A DChangeLog-92952747 (negate_data_op): New function.