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

/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h157 _SIMM14_NEG = 11, enumerator in enum:score_data_type
229 {_SIMM14_NEG, 14, {-(1 << 13), (1 << 13) - 1}}, /* ( -8191 ~ 8192 ) */
253 {_SIMM14_NEG, 14, {0, (1 << 16) - 1}}, /* ( -8191 ~ 8192 ) */
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-score.c1083 if (data_type == _SIMM14_NEG || data_type == _IMM16_NEG)
1164 && (data_type != _SIMM14_NEG)
1193 || (data_type == _SIMM14_NEG)
1260 if ((data_type != _SIMM14_NEG) && (data_type != _SIMM16_NEG) && (data_type != _IMM16_NEG))
1388 && data_op2 (&str, 1, _SIMM14_NEG) != (int) FAIL)
2623 && (data_type != _SIMM14_NEG)
2917 && (data_type != _SIMM14_NEG)

Completed in 115 milliseconds