Searched refs:next_dis (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h87 struct arc_opcode *next_dis; /* Next instr to try during disassembly. */ member in struct:arc_opcode
95 /* Macros to access `next_asm', `next_dis' so users needn't care about the
98 #define ARC_OPCODE_NEXT_DIS(op) ((op)->next_dis)
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c815 ext_op->next_dis = arc_ext_opcodes;
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c1624 arc_opcodes[i].next_dis = icode_map[icode_hash];

Completed in 115 milliseconds