Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
377 int i, noplen; in emit_nops() local380 noplen = len; in emit_nops()382 if (noplen > ASM_NOP_MAX) in emit_nops()383 noplen = ASM_NOP_MAX; in emit_nops()385 for (i = 0; i < noplen; i++) in emit_nops()386 EMIT1(x86_nops[noplen][i]); in emit_nops()387 len -= noplen; in emit_nops()