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

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h90 int minops, maxops; /* min/max operand count */ member in struct:_template
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic54x.c3359 int minops,
3364 if (opcount == 0 && minops == 0)
4156 if (insn->opcount >= insn->tm->minops
4160 insn->tm->minops, insn->tm->maxops))
4241 if (insn->paropcount >= insn->tm->minops
4246 insn->tm->minops, insn->tm->maxops))
3355 operands_match(tic54x_insn *insn, struct opstruct *operands, int opcount, const enum optype *refoptype, int minops, int maxops) argument
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c3359 int minops,
3364 if (opcount == 0 && minops == 0)
4156 if (insn->opcount >= insn->tm->minops
4160 insn->tm->minops, insn->tm->maxops))
4241 if (insn->paropcount >= insn->tm->minops
4246 insn->tm->minops, insn->tm->maxops))
3355 operands_match(tic54x_insn *insn, struct opstruct *operands, int opcount, const enum optype *refoptype, int minops, int maxops) argument
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c3390 int minops,
3395 if (opcount == 0 && minops == 0)
4187 if (insn->opcount >= insn->tm->minops
4191 insn->tm->minops, insn->tm->maxops))
4272 if (insn->paropcount >= insn->tm->minops
4277 insn->tm->minops, insn->tm->maxops))
3386 operands_match(tic54x_insn *insn, struct opstruct *operands, int opcount, const enum optype *refoptype, int minops, int maxops) argument

Completed in 288 milliseconds