Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
393 int i, noplen; in emit_nops() local396 noplen = len; in emit_nops()398 if (noplen > ASM_NOP_MAX) in emit_nops()399 noplen = ASM_NOP_MAX; in emit_nops()401 for (i = 0; i < noplen; i++) in emit_nops()402 EMIT1(x86_nops[noplen][i]); in emit_nops()403 len -= noplen; in emit_nops()