Home | History | Annotate | Download | only in amd64

Lines Matching defs:ok

14   register int ok;
24 " movl $1,%0 \n\t" /* "ok = 1" */
27 " movl $0,%0 \n\t" /* "ok = 0" */
29 : "=r"(ok) : : "cc", "rax"
31 return ok;
40 long long int ok = transactionally_apply ( testfn, NULL );
41 printf("transactionally_apply: ok = %lld (expected %d)\n", ok, 0);
48 : "=r"(ok) : : "cc","rax"
50 printf("xtest: rflags.Z = %lld (expected %d)\n", ok, 1);