Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/opcodes/
Dxgate-dis.c41 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()
[all …]