Home | History | Annotate | Download | only in coregrind

Lines Matching full:cmpxchg8b

811      /* cmpxchg8b is a minimum requirement now; if we don't have it we
814 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */
952 /* cmpxchg8b is a minimum requirement now; if we don't have it we
955 have_cx8 = (edx & (1<<8)) != 0; /* True => have cmpxchg8b */