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

/freebsd-11.0-release/contrib/binutils/include/opcode/
H A Darc.h86 struct arc_opcode *next_asm; /* Next instr to try during assembly. */ member in struct:arc_opcode
95 /* Macros to access `next_asm', `next_dis' so users needn't care about the
97 #define ARC_OPCODE_NEXT_ASM(op) ((op)->next_asm)
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arc.c814 ext_op->next_asm = arc_ext_opcodes;
/freebsd-11.0-release/contrib/binutils/opcodes/
H A Darc-opc.c1621 arc_opcodes[i].next_asm = opcode_map[opcode_hash];

Completed in 72 milliseconds