Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
396 int i, noplen; in emit_nops() local399 noplen = len; in emit_nops()401 if (noplen > ASM_NOP_MAX) in emit_nops()402 noplen = ASM_NOP_MAX; in emit_nops()404 for (i = 0; i < noplen; i++) in emit_nops()405 EMIT1(x86_nops[noplen][i]); in emit_nops()406 len -= noplen; in emit_nops()