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

  /src/external/gpl3/binutils/dist/include/opcode/
score-inst.h 161 _SIMM14,
  /src/external/gpl3/binutils.old/dist/include/opcode/
score-inst.h 161 _SIMM14,
  /src/external/gpl3/gdb/dist/include/opcode/
score-inst.h 161 _SIMM14,
  /src/external/gpl3/gdb.old/dist/include/opcode/
score-inst.h 161 _SIMM14,
  /src/external/gpl3/binutils/dist/gas/config/
tc-score.c 490 {_SIMM14, 14, {-(1 << 13), (1 << 13) - 1}}, /* ( -8192 ~ 8191 ) */
514 {_SIMM14, 14, {0, (1 << 14) - 1}}, /* ( -8192 ~ 8191 ) */
1261 case _SIMM14:
1402 && (data_type != _SIMM14)
1435 || (data_type == _SIMM14)
1676 s3_data_op2 (&str, 1, _SIMM14);
tc-score7.c 558 {_SIMM14, 14, {-(1 << 13), (1 << 13) - 1}}, /* ( -8192 ~ 8191 ) */
582 {_SIMM14, 14, {0, (1 << 14) - 1}}, /* ( -8192 ~ 8191 ) */
1362 case _SIMM14:
1530 && (data_type != _SIMM14)
1562 || (data_type == _SIMM14)
1746 s7_data_op2 (&str, 1, _SIMM14);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-score.c 490 {_SIMM14, 14, {-(1 << 13), (1 << 13) - 1}}, /* ( -8192 ~ 8191 ) */
514 {_SIMM14, 14, {0, (1 << 14) - 1}}, /* ( -8192 ~ 8191 ) */
1261 case _SIMM14:
1402 && (data_type != _SIMM14)
1435 || (data_type == _SIMM14)
1676 s3_data_op2 (&str, 1, _SIMM14);
tc-score7.c 558 {_SIMM14, 14, {-(1 << 13), (1 << 13) - 1}}, /* ( -8192 ~ 8191 ) */
582 {_SIMM14, 14, {0, (1 << 14) - 1}}, /* ( -8192 ~ 8191 ) */
1362 case _SIMM14:
1530 && (data_type != _SIMM14)
1562 || (data_type == _SIMM14)
1746 s7_data_op2 (&str, 1, _SIMM14);

Completed in 54 milliseconds