Searched refs:ASM_NOP_MAX (Results 1 – 3 of 3) sorted by relevance
139 #define ASM_NOP_MAX 8 macro140 #define NOP_ATOMIC5 (ASM_NOP_MAX+1) /* Entry for the 5-byte atomic NOP */
99 static const unsigned char * const intel_nops[ASM_NOP_MAX+2] =127 static const unsigned char * const k8_nops[ASM_NOP_MAX+2] =155 static const unsigned char * const k7_nops[ASM_NOP_MAX+2] =183 static const unsigned char * const p6_nops[ASM_NOP_MAX+2] =263 if (noplen > ASM_NOP_MAX) in add_nops()264 noplen = ASM_NOP_MAX; in add_nops()
1590 if (noplen > ASM_NOP_MAX) in emit_nops()1591 noplen = ASM_NOP_MAX; in emit_nops()