Home
last modified time | relevance | path

Searched refs:expecting_operand (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic30.c739 int expecting_operand = 0; in tic30_parallel_insn() local
821 if (expecting_operand) in tic30_parallel_insn()
842 expecting_operand = 1; in tic30_parallel_insn()
1488 int expecting_operand = 0; in md_assemble() local
1555 if (expecting_operand) in md_assemble()
1576 expecting_operand = 1; in md_assemble()
Dtc-tic54x.c3082 int expecting_operand = 0; in get_operands() local
3128 if (expecting_operand || *lptr == ',') in get_operands()
3141 expecting_operand = 1; in get_operands()
Dtc-i386.c4060 unsigned int expecting_operand = 0; in parse_operands() local
4146 if (expecting_operand) in parse_operands()
4167 expecting_operand = 1; in parse_operands()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-98993447 (expecting_operand, paren_not_balanced): Localise variables.