Searched refs:noplen (Results 1 – 1 of 1) sorted by relevance
425 int i, noplen; in emit_nops() local428 noplen = len; in emit_nops()430 if (noplen > ASM_NOP_MAX) in emit_nops()431 noplen = ASM_NOP_MAX; in emit_nops()433 for (i = 0; i < noplen; i++) in emit_nops()434 EMIT1(x86_nops[noplen][i]); in emit_nops()435 len -= noplen; in emit_nops()