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

/freebsd-11-stable/contrib/binutils/include/opcode/
H A Dscore-inst.h170 _SIMM16_LA, enumerator in enum:score_data_type
242 {_SIMM16_LA, 16, {-(1 << 15), (1 << 15) - 1}}, /* (-32768 ~ 32767) */
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-score.c1152 if ((data_type != _SIMM16_LA)
1209 case _SIMM16_LA:
1242 if (data_type == _SIMM16_LA && inst.reloc.exp.X_unsigned == 1)
2612 && (data_type != _SIMM16_LA)
2906 && (data_type != _SIMM16_LA)
3917 if (data_op2 (&str, 1, _SIMM16_LA) != (int) FAIL)
3974 if (data_op2 (&str, 1, _SIMM16_LA) != (int) FAIL)

Completed in 135 milliseconds