Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dtic54x-dis.c92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()
93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()
94 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()
95 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()
206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()
211 switch (OPTYPE (tm_operands[i])) in print_instruction()
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dtic54x-dis.c92 && (OPTYPE (tm->operand_types[0]) == OP_Smem in has_lkaddr()
93 || OPTYPE (tm->operand_types[1]) == OP_Smem in has_lkaddr()
94 || OPTYPE (tm->operand_types[2]) == OP_Smem in has_lkaddr()
95 || OPTYPE (tm->operand_types[1]) == OP_Sind in has_lkaddr()
96 || OPTYPE (tm->operand_types[0]) == OP_Lmem in has_lkaddr()
97 || OPTYPE (tm->operand_types[1]) == OP_Lmem)); in has_lkaddr()
206 for (i = 0; i < MAX_OPERANDS && OPTYPE (tm_operands[i]) != OP_None; i++) in print_instruction()
211 switch (OPTYPE (tm_operands[i])) in print_instruction()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dcommon.c449 #define OPTYPE(x) optype(x) macro
451 #define OPTYPE(x) coptype(x) macro
476 switch (OPTYPE( t->n_op )) { in fwalk()
498 opty = OPTYPE(t->n_op); in walkf()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c3369 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) in operands_match()
3385 operands[op].type = OPTYPE (refoptype[refop]); in operands_match()
3398 if (OPTYPE (refoptype[refop]) == OP_DST) in operands_match()
4006 if ((OPTYPE (insn->operands[i].type) == OP_Smem in build_insn()
4007 || OPTYPE (insn->operands[i].type) == OP_Lmem in build_insn()
4008 || OPTYPE (insn->operands[i].type) == OP_Sind) in build_insn()
4065 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem in optimize_insn()
4066 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT in optimize_insn()
4069 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn()
4070 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn()
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c3400 while (!is_type (&operands[op], OPTYPE (refoptype[refop]))) in operands_match()
3416 operands[op].type = OPTYPE (refoptype[refop]); in operands_match()
3429 if (OPTYPE (refoptype[refop]) == OP_DST) in operands_match()
4037 if ((OPTYPE (insn->operands[i].type) == OP_Smem in build_insn()
4038 || OPTYPE (insn->operands[i].type) == OP_Lmem in build_insn()
4039 || OPTYPE (insn->operands[i].type) == OP_Sind) in build_insn()
4096 if ((OPTYPE (insn->tm->operand_types[0]) == OP_Xmem in optimize_insn()
4097 && OPTYPE (insn->tm->operand_types[1]) == OP_SHFT in optimize_insn()
4100 || (OPTYPE (insn->tm->operand_types[0]) == OP_Smem in optimize_insn()
4101 && OPTYPE (insn->tm->operand_types[1]) == OP_SHIFT in optimize_insn()
[all …]
/netbsd-src/external/gpl3/binutils/dist/include/opcode/
H A Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro
/netbsd-src/external/gpl3/binutils.old/dist/include/opcode/
H A Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro