Searched refs:minops (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/legacy/binutils/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/haiku-buildtools/binutils/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/haiku-buildtools/legacy/binutils/gas/config/
H A Dtc-tic54x.c3651 operands_match (insn, operands, opcount, refoptype, minops, maxops)
3656 int minops;
3661 if (opcount == 0 && minops == 0)
4476 if (insn->opcount >= insn->tm->minops
4480 insn->tm->minops, insn->tm->maxops))
4566 if (insn->paropcount >= insn->tm->minops
4571 insn->tm->minops, insn->tm->maxops))
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic54x.c3368 int minops,
3373 if (opcount == 0 && minops == 0)
4165 if (insn->opcount >= insn->tm->minops
4169 insn->tm->minops, insn->tm->maxops))
4250 if (insn->paropcount >= insn->tm->minops
4255 insn->tm->minops, insn->tm->maxops))
3364 operands_match(tic54x_insn *insn, struct opstruct *operands, int opcount, const enum optype *refoptype, int minops, int maxops) argument

Completed in 165 milliseconds