HomeSort by: relevance | last modified time | path
    Searched refs:_SIMM15 (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/binutils/dist/include/opcode/
score-inst.h 162 _SIMM15,
  /src/external/gpl3/binutils.old/dist/include/opcode/
score-inst.h 162 _SIMM15,
  /src/external/gpl3/gdb/dist/include/opcode/
score-inst.h 162 _SIMM15,
  /src/external/gpl3/gdb.old/dist/include/opcode/
score-inst.h 162 _SIMM15,
  /src/external/gpl3/binutils/dist/gas/config/
tc-score7.c 559 {_SIMM15, 15, {-(1 << 14), (1 << 14) - 1}}, /* (-16384 ~ 16383) */
583 {_SIMM15, 15, {0, (1 << 15) - 1}}, /* (-16384 ~ 16383) */
1381 case _SIMM15:
3035 && (data_type != _SIMM15)
3315 data_type = _SIMM15;
3333 && (data_type != _SIMM15)
3650 if (s7_exp_ldst_offset (&str, 0, _SIMM15) == s7_FAIL)
tc-score.c 491 {_SIMM15, 15, {-(1 << 14), (1 << 14) - 1}}, /* (-16384 ~ 16383) */
515 {_SIMM15, 15, {0, (1 << 15) - 1}}, /* (-16384 ~ 16383) */
3134 data_type = _SIMM15;
3308 if (s3_exp_ldst_offset (&str, 0, _SIMM15) == s3_FAIL)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-score7.c 559 {_SIMM15, 15, {-(1 << 14), (1 << 14) - 1}}, /* (-16384 ~ 16383) */
583 {_SIMM15, 15, {0, (1 << 15) - 1}}, /* (-16384 ~ 16383) */
1381 case _SIMM15:
3035 && (data_type != _SIMM15)
3315 data_type = _SIMM15;
3333 && (data_type != _SIMM15)
3650 if (s7_exp_ldst_offset (&str, 0, _SIMM15) == s7_FAIL)
tc-score.c 491 {_SIMM15, 15, {-(1 << 14), (1 << 14) - 1}}, /* (-16384 ~ 16383) */
515 {_SIMM15, 15, {0, (1 << 15) - 1}}, /* (-16384 ~ 16383) */
3134 data_type = _SIMM15;
3308 if (s3_exp_ldst_offset (&str, 0, _SIMM15) == s3_FAIL)

Completed in 48 milliseconds