Lines Matching refs:opcodePTR

41   struct xgate_opcode *opcodePTR;  member
69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes; in print_insn() local
86 i++, decodeTablePTR++, opcodePTR++) in print_insn()
90 for (s = opcodePTR->format; *s; s++) in print_insn()
100 assert ((s - opcodePTR->format) == 16 || (s - opcodePTR->format) == 32); in print_insn()
101 assert (opcodePTR->bin_opcode == bin); in print_insn()
105 decodeTablePTR->opcodePTR = opcodePTR; in print_insn()
123 (*info->fprintf_func)(info->stream, "%s", decodePTR->opcodePTR->name); in print_insn()
128 if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_C)) in print_insn()
133 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_C_R)) in print_insn()
138 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON_R_P)) in print_insn()
143 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_TRI)) in print_insn()
149 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDR)) in print_insn()
170 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_DYA)) in print_insn()
172 operandOne = ripBits (&operMaskReg, 3, opcodePTR, raw_code); in print_insn()
173 operandTwo = ripBits (&operMaskReg, 3, opcodePTR, raw_code); in print_insn()
177 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IDO5)) in print_insn()
182 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_MON)) in print_insn()
184 operandOne = ripBits (&operMaskReg, 3, decodePTR->opcodePTR, in print_insn()
188 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL9)) in print_insn()
207 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_REL10)) in print_insn()
226 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM4)) in print_insn()
231 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM8)) in print_insn()
233 if (macro_search (decodePTR->opcodePTR->name, previousOpName) && in print_insn()
245 strcpy (previousOpName, decodePTR->opcodePTR->name); in print_insn()
250 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_IMM3)) in print_insn()
255 else if (!strcmp (decodePTR->opcodePTR->constraints, XGATE_OP_INH)) in print_insn()
262 opcodePTR->constraints); in print_insn()
298 struct xgate_opcode *opcodePTR, in ripBits() argument
306 << ((opcodePTR->size * 8) - 1); in ripBits()
358 == decodeTablePTR->opcodePTR->bin_opcode) in find_match()
361 if (decodeTablePTR->opcodePTR->cycles_min != 0) in find_match()