/toolchain/binutils/binutils-2.25/opcodes/ |
D | ip2k-desc.c | 399 static const CGEN_IBASE ip2k_cgen_insn_table[MAX_INSNS] = 940 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 942 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 943 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 947 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | lm32-desc.c | 361 static const CGEN_IBASE lm32_cgen_insn_table[MAX_INSNS] = 927 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 929 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 930 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 934 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | xstormy16-desc.c | 491 static const CGEN_IBASE xstormy16_cgen_insn_table[MAX_INSNS] = 1242 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1244 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1245 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 1249 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | m32r-desc.c | 439 static const CGEN_IBASE m32r_cgen_insn_table[MAX_INSNS] = 1290 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1292 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1293 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 1297 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | mt-desc.c | 545 static const CGEN_IBASE mt_cgen_insn_table[MAX_INSNS] = 1071 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1073 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1074 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 1078 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | fr30-desc.c | 575 static const CGEN_IBASE fr30_cgen_insn_table[MAX_INSNS] = 1511 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1513 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1514 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 1518 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | lm32-opc.h | 68 #define MAX_INSNS ((int) LM32_INSN_LBUGOTOFF + 1) macro
|
D | ip2k-opc.h | 79 #define MAX_INSNS ((int) IP2K_INSN_NOP + 1) macro
|
D | or1k-opc.h | 75 #define MAX_INSNS ((int) OR1K_INSN_LF_CUST1_D + 1) macro
|
D | mt-opc.h | 79 #define MAX_INSNS ((int) MT_INSN_DFBR + 1) macro
|
D | xstormy16-opc.h | 79 #define MAX_INSNS ((int) XSTORMY16_INSN_SYSCALL + 1) macro
|
D | ip2k-opc.c | 133 static const CGEN_OPCODE ip2k_cgen_insn_opcode_table[MAX_INSNS] = 887 for (i = 0; i < MAX_INSNS; ++i) in ip2k_cgen_init_opcode_table()
|
D | m32r-opc.h | 93 #define MAX_INSNS ((int) M32R_INSN_BTST + 1) macro
|
D | fr30-opc.h | 87 #define MAX_INSNS ((int) FR30_INSN_XCHB + 1) macro
|
D | epiphany-desc.c | 913 static const CGEN_IBASE epiphany_cgen_insn_table[MAX_INSNS] = 2034 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 2036 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 2037 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 2041 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | xc16x-desc.c | 1013 static const CGEN_IBASE xc16x_cgen_insn_table[MAX_INSNS] = 3274 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 3276 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 3277 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 3281 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | epiphany-opc.h | 142 #define MAX_INSNS ((int) EPIPHANY_INSN_F_SQRTF32 + 1) macro
|
D | iq2000-opc.h | 122 #define MAX_INSNS ((int) IQ2000_INSN_CTC + 1) macro
|
D | iq2000-desc.c | 459 static const CGEN_IBASE iq2000_cgen_insn_table[MAX_INSNS] = 1945 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1947 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN)); in build_insn_table() 1948 for (i = 0; i < MAX_INSNS; ++i) in build_insn_table() 1952 cd->insn_table.num_init_entries = MAX_INSNS; in build_insn_table()
|
D | lm32-opc.c | 145 static const CGEN_OPCODE lm32_cgen_insn_opcode_table[MAX_INSNS] = 839 for (i = 0; i < MAX_INSNS; ++i) in lm32_cgen_init_opcode_table()
|
D | lm32-opinst.c | 370 static const CGEN_OPINST *lm32_cgen_opinst_table[MAX_INSNS] = { 474 for (i = 0; i < MAX_INSNS; ++i)
|
D | or1k-opc.c | 179 static const CGEN_OPCODE or1k_cgen_insn_opcode_table[MAX_INSNS] = 1065 for (i = 0; i < MAX_INSNS; ++i) in or1k_cgen_init_opcode_table()
|
D | or1k-opinst.c | 452 static const CGEN_OPINST *or1k_cgen_opinst_table[MAX_INSNS] = { 588 for (i = 0; i < MAX_INSNS; ++i)
|
D | xc16x-opc.h | 150 #define MAX_INSNS ((int) XC16X_INSN_ASHRRI + 1) macro
|
D | xstormy16-opc.c | 169 static const CGEN_OPCODE xstormy16_cgen_insn_opcode_table[MAX_INSNS] = 1160 for (i = 0; i < MAX_INSNS; ++i) in xstormy16_cgen_init_opcode_table()
|