HomeSort by relevance Sort by last modified time
    Searched refs:operandS (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gas/config/
tc-crx.c 550 on the operands. This hash table then provides a quick index to
707 /* Parsing different types of operands
718 char *operandS; /* Pointer to start of sub-opearand. */
726 operandS = operandE = operand;
732 operandS++;
735 process_label_constant (operandS, crx_ins);
742 operandS++;
748 process_label_constant (operandS, crx_ins);
749 operandS = operandE;
751 operandS++
    [all...]
tc-cr16.c 839 on the operands. This hash table then provides a quick index to
1144 /* Parsing different types of operands
1156 char *operandS; /* Pointer to start of sub-opearand. */
1162 operandS = operandE = operand;
1167 operandS++;
1170 process_label_constant (operandS, cr16_ins);
    [all...]

Completed in 150 milliseconds