Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/opcode/
Dtic54x.h90 int minops, maxops; /* min/max operand count */ member
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-tic54x.c3369 int maxops) in operands_match() argument
3376 while (op <= maxops && refop <= maxops) in operands_match()
3385 --maxops; in operands_match()
3386 if (refop > maxops) in operands_match()
3400 while (op < maxops) in operands_match()
4166 && insn->opcount <= insn->tm->maxops in tic54x_parse_insn()
4169 insn->tm->minops, insn->tm->maxops)) in tic54x_parse_insn()
4251 && insn->paropcount <= insn->tm->maxops in tic54x_parse_parallel_insn_lastline()
4255 insn->tm->minops, insn->tm->maxops)) in tic54x_parse_parallel_insn_lastline()
/toolchain/binutils/binutils-2.27/gas/testsuite/gas/i386/
Dx86-64-xop.s1 # Check XOP instructions (maxcombos=16, maxops=3, archbits=64, seed=1)
Dxop.s1 # Check XOP instructions (maxcombos=16, maxops=3, archbits=32, seed=1)