HomeSort by relevance Sort by last modified time
    Searched refs:xgate_opcode (Results 1 - 4 of 4) sorted by null

  /toolchain/binutils/binutils-2.25/include/opcode/
xgate.h 49 /* XGATE operand formats as stored in the XGATE_opcode table.
80 struct xgate_opcode struct
97 extern const struct xgate_opcode xgate_opcodes[];
  /toolchain/binutils/binutils-2.25/gas/config/
tc-xgate.c 62 struct xgate_opcode *opc0[MAX_OPCODES];
105 static struct xgate_opcode *xgate_find_match (struct xgate_opcode_handle *,
107 static int cmp_opcode (struct xgate_opcode *, struct xgate_opcode *);
112 static void xgate_scan_operands (struct xgate_opcode *opcode, s_operand []);
113 static unsigned int xgate_parse_operand (struct xgate_opcode *, int *, int,
291 struct xgate_opcode *xgate_opcode_ptr = NULL;
292 struct xgate_opcode *xgate_op_table = NULL;
301 xgate_op_table = (struct xgate_opcode *)
302 xmalloc ((xgate_num_opcodes) * sizeof (struct xgate_opcode));
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
xgate-dis.c 41 struct xgate_opcode *opcodePTR;
48 struct xgate_opcode *, unsigned int);
69 struct xgate_opcode *opcodePTR = (struct xgate_opcode*) xgate_opcodes;
298 struct xgate_opcode *opcodePTR,
xgate-opc.c 99 const struct xgate_opcode xgate_opcodes[] = {

Completed in 180 milliseconds