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

/freebsd-12-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h156 _SIMM16, enumerator in enum:score_data_type
228 {_SIMM16, 16, {-(1 << 15), (1 << 15) - 1}}, /* (-32768 ~ 32767) */
252 {_SIMM16, 16, {0, (1 << 16) - 1}}, /* (-65536 ~ 65536) */
377 Rd_SI16, 2, &score_df_range[_SIMM16],
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-score.c1189 && ((data_type == _SIMM16)
1327 || data_op2 (&str, 1, _SIMM16) == (int) FAIL

Completed in 122 milliseconds