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

  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 3428 struct soperand *soprnd = NULL; local
3436 soprnd = (struct soperand *) oprnd;
3486 if (!get_operand_value (op, oper, &soprnd->subs[0]))
3499 if (!get_operand_value (op, oper, &soprnd->subs[1]))
4535 struct soperand *soprnd = NULL; local
4540 soprnd = (struct soperand *) oprnd;
4541 generate_masked_operand (&soprnd->subs[0], oprnd_idx);
4542 generate_masked_operand (&soprnd->subs[1], oprnd_idx);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 3428 struct soperand *soprnd = NULL; local
3436 soprnd = (struct soperand *) oprnd;
3486 if (!get_operand_value (op, oper, &soprnd->subs[0]))
3499 if (!get_operand_value (op, oper, &soprnd->subs[1]))
4535 struct soperand *soprnd = NULL; local
4540 soprnd = (struct soperand *) oprnd;
4541 generate_masked_operand (&soprnd->subs[0], oprnd_idx);
4542 generate_masked_operand (&soprnd->subs[1], oprnd_idx);
  /src/external/gpl3/binutils/dist/opcodes/
csky-opc.h 238 struct soperand soprnd; member in struct:csky_operand::suboperand1
242 struct soperand soprnd; member in struct:csky_operand::suboperand2
503 #define SOPCODE_INFO1(op, soprnd) \
505 {{soprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}}
  /src/external/gpl3/binutils.old/dist/opcodes/
csky-opc.h 238 struct soperand soprnd; member in struct:csky_operand::suboperand1
242 struct soperand soprnd; member in struct:csky_operand::suboperand2
503 #define SOPCODE_INFO1(op, soprnd) \
505 {{soprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}}
  /src/external/gpl3/gdb/dist/opcodes/
csky-opc.h 238 struct soperand soprnd; member in struct:csky_operand::suboperand1
242 struct soperand soprnd; member in struct:csky_operand::suboperand2
503 #define SOPCODE_INFO1(op, soprnd) \
505 {{soprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}}
  /src/external/gpl3/gdb.old/dist/opcodes/
csky-opc.h 238 struct soperand soprnd; member in struct:csky_operand::suboperand1
242 struct soperand soprnd; member in struct:csky_operand::suboperand2
503 #define SOPCODE_INFO1(op, soprnd) \
505 {{soprnd, \
507 #define SOPCODE_INFO2(op, oprnd, soprnd) \
509 {{OPERAND_INFO oprnd, soprnd}}}

Completed in 54 milliseconds