Home | History | Annotate | Download | only in opcodes

Lines Matching refs:MAX_HW

1809   /* MAX_HW is only an upper bound on the number of selected entries.
1813 (const CGEN_HW_ENTRY **) xmalloc (MAX_HW * sizeof (CGEN_HW_ENTRY *));
1817 memset (selected, 0, MAX_HW * sizeof (CGEN_HW_ENTRY *));
1824 cd->hw_table.num_entries = MAX_HW;