Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/include/opcode/
Dtic54x.h90 int minops, maxops; /* min/max operand count */ member
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-tic54x.c3397 int maxops) in operands_match() argument
3404 while (op <= maxops && refop <= maxops) in operands_match()
3413 --maxops; in operands_match()
3414 if (refop > maxops) in operands_match()
3428 while (op < maxops) in operands_match()
4193 && insn->opcount <= insn->tm->maxops in tic54x_parse_insn()
4196 insn->tm->minops, insn->tm->maxops)) in tic54x_parse_insn()
4278 && insn->paropcount <= insn->tm->maxops in tic54x_parse_parallel_insn_lastline()
4282 insn->tm->minops, insn->tm->maxops)) in tic54x_parse_parallel_insn_lastline()
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i386/
Dxop.s1 # Check XOP instructions (maxcombos=16, maxops=3, archbits=32, seed=1)
Dx86-64-xop.s1 # Check XOP instructions (maxcombos=16, maxops=3, archbits=64, seed=1)