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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h159 _SIMM16_NEG, enumerator in enum:score_data_type
231 {_SIMM16_NEG, 16, {-(1 << 15), (1 << 15) - 1}}, /* (-32768 ~ 32767) */
255 {_SIMM16_NEG, 16, {0, (1 << 16) - 1}}, /* ( 65535 ~ 0 ) */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c1062 case _SIMM16_NEG:
1165 && (data_type != _SIMM16_NEG)
1190 || (data_type == _SIMM16_NEG)
1260 if ((data_type != _SIMM14_NEG) && (data_type != _SIMM16_NEG) && (data_type != _IMM16_NEG))
1360 && data_op2 (&str, 1, _SIMM16_NEG) != (int) FAIL)

Completed in 109 milliseconds