Searched refs:MAX_NOPS (Results 1 – 2 of 2) sorted by relevance
3314 (MAX_NOPS): Bump to 4.3317 (nops_for_insn): Use MAX_DELAY_NOPS rather than MAX_NOPS. Use3354 * config/tc-mips.c (MAX_NOPS): New macro.3355 (history): Resize to 1 + MAX_NOPS.
785 #define MAX_NOPS 4 macro792 static struct mips_cl_insn history[1 + MAX_NOPS];6527 struct mips_cl_insn buffer[MAX_NOPS]; in nops_for_sequence()6533 memcpy (cursor, hist, (MAX_NOPS - num_insns) * sizeof (*cursor)); in nops_for_sequence()