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

  /src/external/gpl3/binutils/dist/gas/config/
tc-crx.c 865 char *operandH, *operandT; /* Single operand head/tail pointers. */
873 operandS = operandH = operandT = (INST_HAS_REG_LIST) ?
881 operand[op_num++] = strdup (operandH);
882 operandH = operandT;
918 operand[op_num++] = strdup (operandH);
tc-crx.c 865 char *operandH, *operandT; /* Single operand head/tail pointers. */
873 operandS = operandH = operandT = (INST_HAS_REG_LIST) ?
881 operand[op_num++] = strdup (operandH);
882 operandH = operandT;
918 operand[op_num++] = strdup (operandH);
tc-cr16.c 1380 char *operandH, *operandT; /* Single operand head/tail pointers. */
1388 operandS = operandH = operandT = operands;
1395 operand[op_num++] = strdup (operandH);
1396 operandH = operandT;
1432 operand[op_num++] = strdup (operandH);
tc-cr16.c 1380 char *operandH, *operandT; /* Single operand head/tail pointers. */
1388 operandS = operandH = operandT = operands;
1395 operand[op_num++] = strdup (operandH);
1396 operandH = operandT;
1432 operand[op_num++] = strdup (operandH);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-crx.c 865 char *operandH, *operandT; /* Single operand head/tail pointers. */
873 operandS = operandH = operandT = (INST_HAS_REG_LIST) ?
881 operand[op_num++] = strdup (operandH);
882 operandH = operandT;
918 operand[op_num++] = strdup (operandH);
tc-crx.c 865 char *operandH, *operandT; /* Single operand head/tail pointers. */
873 operandS = operandH = operandT = (INST_HAS_REG_LIST) ?
881 operand[op_num++] = strdup (operandH);
882 operandH = operandT;
918 operand[op_num++] = strdup (operandH);
tc-cr16.c 1383 char *operandH, *operandT; /* Single operand head/tail pointers. */
1391 operandS = operandH = operandT = operands;
1398 operand[op_num++] = strdup (operandH);
1399 operandH = operandT;
1435 operand[op_num++] = strdup (operandH);
tc-cr16.c 1383 char *operandH, *operandT; /* Single operand head/tail pointers. */
1391 operandS = operandH = operandT = operands;
1398 operand[op_num++] = strdup (operandH);
1399 operandH = operandT;
1435 operand[op_num++] = strdup (operandH);

Completed in 91 milliseconds