Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-ia64.c6112 int i = 0, highest_unmatched_operand, num_operands = 0, num_outputs = 0; in parse_operands() local
6219 highest_unmatched_operand = -4; in parse_operands()
6226 if (highest_unmatched_operand < 0) in parse_operands()
6227 highest_unmatched_operand |= 1; in parse_operands()
6233 if (highest_unmatched_operand < 0) in parse_operands()
6234 highest_unmatched_operand |= 2; in parse_operands()
6267 if (i > highest_unmatched_operand in parse_operands()
6268 || (i == highest_unmatched_operand in parse_operands()
6271 highest_unmatched_operand = i; in parse_operands()
6295 else if (highest_unmatched_operand < 0 && !(highest_unmatched_operand & 1)) in parse_operands()
[all …]