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

/freebsd-10.3-release/contrib/binutils/include/opcode/
H A Dscore-inst.h158 _IMM16_NEG, enumerator in enum:score_data_type
230 {_IMM16_NEG, 16, {0, (1 << 16) - 1}}, /* (-65535 ~ 0 ) */
254 {_IMM16_NEG, 16, {0, (1 << 16) - 1}}, /* ( 65535 ~ 0 ) */
/freebsd-10.3-release/contrib/binutils/gas/config/
H A Dtc-score.c1083 if (data_type == _SIMM14_NEG || data_type == _IMM16_NEG)
1191 || (data_type == _IMM16_NEG)
1260 if ((data_type != _SIMM14_NEG) && (data_type != _SIMM16_NEG) && (data_type != _IMM16_NEG))

Completed in 69 milliseconds