Lines Matching defs:expectnot
177 * Compare @v against @expectnot. When it does _not_ match, load @v
181 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot,
198 "cmpq %%rbx, %[expectnot]\n\t"
204 "cmpq %%rbx, %[expectnot]\n\t"
220 [expectnot] "r" (expectnot),
786 * Compare @v against @expectnot. When it does _not_ match, load @v
790 int rseq_cmpnev_storeoffp_load(intptr_t *v, intptr_t expectnot,
807 "cmpl %%ebx, %[expectnot]\n\t"
813 "cmpl %%ebx, %[expectnot]\n\t"
829 [expectnot] "r" (expectnot),