Searched refs:ASM_NOP_MAX (Results 1 – 4 of 4) sorted by relevance
71 #define ASM_NOP_MAX 8 macro
91 const unsigned char * const x86_nops[ASM_NOP_MAX+1] =109 if (noplen > ASM_NOP_MAX) in add_nops()110 noplen = ASM_NOP_MAX; in add_nops()
894 if (noplen > ASM_NOP_MAX) in emit_nops()895 noplen = ASM_NOP_MAX; in emit_nops()
Completed in 15 milliseconds