Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3371 int op = 0, refop = 0; in operands_match() local
3376 while (op <= maxops && refop <= maxops) in operands_match()
3378 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) in operands_match()
3382 if (refoptype[refop] & OPT) in operands_match()
3384 ++refop; in operands_match()
3386 if (refop > maxops) in operands_match()
3394 operands[op].type = OPTYPE (refoptype[refop]); in operands_match()
3395 ++refop; in operands_match()
3403 if ((refoptype[refop] & OPT) == 0) in operands_match()
3407 if (OPTYPE (refoptype[refop]) == OP_DST) in operands_match()
[all …]