Searched refs:ITBL_NUM_OPCODES (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Ditbl-mips.h45 #define ITBL_NUM_OPCODES NUMOPCODES macro
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Ditbl-mips.h45 #define ITBL_NUM_OPCODES NUMOPCODES macro
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Ditbl-mips.h45 #define ITBL_NUM_OPCODES NUMOPCODES macro
/netbsd-current/external/gpl3/gdb.old/dist/gas/
H A Ditbl-ops.c314 DBG (("previous num_opcodes=%d\n", ITBL_NUM_OPCODES));
316 new_num_opcodes = ITBL_NUM_OPCODES + itbl_num_opcodes;
319 size = sizeof (struct ITBL_OPCODE_STRUCT) * ITBL_NUM_OPCODES;
340 o = &new_opcodes[ITBL_NUM_OPCODES]; /* append macro to opcodes list */
373 ITBL_NUM_OPCODES = new_num_opcodes;
/netbsd-current/external/gpl3/binutils.old/dist/gas/
H A Ditbl-ops.c314 DBG (("previous num_opcodes=%d\n", ITBL_NUM_OPCODES));
316 new_num_opcodes = ITBL_NUM_OPCODES + itbl_num_opcodes;
319 size = sizeof (struct ITBL_OPCODE_STRUCT) * ITBL_NUM_OPCODES;
340 o = &new_opcodes[ITBL_NUM_OPCODES]; /* append macro to opcodes list */
373 ITBL_NUM_OPCODES = new_num_opcodes;
/netbsd-current/external/gpl3/binutils/dist/gas/
H A Ditbl-ops.c314 DBG (("previous num_opcodes=%d\n", ITBL_NUM_OPCODES));
316 new_num_opcodes = ITBL_NUM_OPCODES + itbl_num_opcodes;
319 size = sizeof (struct ITBL_OPCODE_STRUCT) * ITBL_NUM_OPCODES;
340 o = &new_opcodes[ITBL_NUM_OPCODES]; /* append macro to opcodes list */
373 ITBL_NUM_OPCODES = new_num_opcodes;

Completed in 189 milliseconds