Searched refs:expecting_operand (Results 1 – 4 of 4) sorted by relevance
739 int expecting_operand = 0; in tic30_parallel_insn() local821 if (expecting_operand) in tic30_parallel_insn()842 expecting_operand = 1; in tic30_parallel_insn()1488 int expecting_operand = 0; in md_assemble() local1555 if (expecting_operand) in md_assemble()1576 expecting_operand = 1; in md_assemble()
3082 int expecting_operand = 0; in get_operands() local3128 if (expecting_operand || *lptr == ',') in get_operands()3141 expecting_operand = 1; in get_operands()
4060 unsigned int expecting_operand = 0; in parse_operands() local4146 if (expecting_operand) in parse_operands()4167 expecting_operand = 1; in parse_operands()
3447 (expecting_operand, paren_not_balanced): Localise variables.