Lines Matching defs:expectnot
77 * Compare @v against @expectnot. When it does _not_ match, load @v
81 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot,
98 "cmpq %%rbx, %[expectnot]\n\t"
104 "cmpq %%rbx, %[expectnot]\n\t"
120 [expectnot] "r" (expectnot),
589 * Compare @v against @expectnot. When it does _not_ match, load @v
593 int RSEQ_TEMPLATE_IDENTIFIER(rseq_cmpnev_storeoffp_load)(intptr_t *v, intptr_t expectnot,
610 "cmpl %%ebx, %[expectnot]\n\t"
616 "cmpl %%ebx, %[expectnot]\n\t"
632 [expectnot] "r" (expectnot),