Home | History | Annotate | Download | only in opcodes

Lines Matching refs:MAX_INSNS

491 static const CGEN_IBASE xstormy16_cgen_insn_table[MAX_INSNS] =
1242 CGEN_INSN *insns = xmalloc (MAX_INSNS * sizeof (CGEN_INSN));
1244 memset (insns, 0, MAX_INSNS * sizeof (CGEN_INSN));
1245 for (i = 0; i < MAX_INSNS; ++i)
1249 cd->insn_table.num_init_entries = MAX_INSNS;