Searched refs:MAX_INSNS (Results 1 - 25 of 184) sorted by relevance

12345678

/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dlm32-opc.h73 #define MAX_INSNS ((int) LM32_INSN_LBUGOTOFF + 1) macro
H A Dip2k-opc.h85 #define MAX_INSNS ((int) IP2K_INSN_NOP + 1)
84 #define MAX_INSNS macro
H A Dxstormy16-opc.h84 #define MAX_INSNS ((int) XSTORMY16_INSN_SYSCALL + 1) macro
H A Dmt-opc.h85 #define MAX_INSNS ((int) MT_INSN_DFBR + 1)
84 #define MAX_INSNS macro
H A Dor1k-opc.h90 #define MAX_INSNS ((int) OR1K_INSN_LF_CUST1_D32 + 1) macro
H A Dlm32-desc.c363 static const CGEN_IBASE lm32_cgen_insn_table[MAX_INSNS] =
934 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
936 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
937 for (i = 0; i < MAX_INSNS; ++i)
941 cd->insn_table.num_init_entries = MAX_INSNS;
H A Dip2k-desc.c401 static const CGEN_IBASE ip2k_cgen_insn_table[MAX_INSNS] =
947 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
949 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
950 for (i = 0; i < MAX_INSNS; ++i)
954 cd->insn_table.num_init_entries = MAX_INSNS;
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dip2k-opc.h85 #define MAX_INSNS ((int) IP2K_INSN_NOP + 1)
84 #define MAX_INSNS macro
H A Dlm32-opc.h73 #define MAX_INSNS ((int) LM32_INSN_LBUGOTOFF + 1) macro
H A Dmt-opc.h85 #define MAX_INSNS ((int) MT_INSN_DFBR + 1)
84 #define MAX_INSNS macro
H A Dxstormy16-opc.h84 #define MAX_INSNS ((int) XSTORMY16_INSN_SYSCALL + 1) macro
H A Dbpf-desc.c291 static const CGEN_IBASE bpf_cgen_insn_table[MAX_INSNS] =
1372 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
1374 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
1375 for (i = 0; i < MAX_INSNS; ++i)
1379 cd->insn_table.num_init_entries = MAX_INSNS;
H A Dlm32-desc.c362 static const CGEN_IBASE lm32_cgen_insn_table[MAX_INSNS] =
933 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
935 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
936 for (i = 0; i < MAX_INSNS; ++i)
940 cd->insn_table.num_init_entries = MAX_INSNS;
H A Dip2k-desc.c400 static const CGEN_IBASE ip2k_cgen_insn_table[MAX_INSNS] =
946 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
948 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
949 for (i = 0; i < MAX_INSNS; ++i)
953 cd->insn_table.num_init_entries = MAX_INSNS;
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dip2k-opc.h85 #define MAX_INSNS ((int) IP2K_INSN_NOP + 1)
84 #define MAX_INSNS macro
H A Dlm32-opc.h73 #define MAX_INSNS ((int) LM32_INSN_LBUGOTOFF + 1) macro
H A Dmt-opc.h85 #define MAX_INSNS ((int) MT_INSN_DFBR + 1)
84 #define MAX_INSNS macro
H A Dor1k-opc.h90 #define MAX_INSNS ((int) OR1K_INSN_LF_CUST1_D32 + 1) macro
H A Dxstormy16-opc.h84 #define MAX_INSNS ((int) XSTORMY16_INSN_SYSCALL + 1) macro
H A Dip2k-desc.c400 static const CGEN_IBASE ip2k_cgen_insn_table[MAX_INSNS] =
946 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
948 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
949 for (i = 0; i < MAX_INSNS; ++i)
953 cd->insn_table.num_init_entries = MAX_INSNS;
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dip2k-opc.h85 #define MAX_INSNS ((int) IP2K_INSN_NOP + 1)
84 #define MAX_INSNS macro
H A Dlm32-opc.h73 #define MAX_INSNS ((int) LM32_INSN_LBUGOTOFF + 1) macro
H A Dxstormy16-opc.h84 #define MAX_INSNS ((int) XSTORMY16_INSN_SYSCALL + 1) macro
H A Dmt-opc.h85 #define MAX_INSNS ((int) MT_INSN_DFBR + 1)
84 #define MAX_INSNS macro
H A Dor1k-opc.h90 #define MAX_INSNS ((int) OR1K_INSN_LF_CUST1_D32 + 1) macro

Completed in 340 milliseconds

12345678