Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
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/
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/
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/dist/gas/config/
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/
Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Dtic54x.h116 #define OPTYPE(X) ((X)&~OPT) macro