Home | History | Annotate | Download | only in ia32

Lines Matching refs:ok

279   Label ok;
281 j(zero, &ok);
285 bind(&ok);
1063 Label ok;
1065 j(not_zero, &ok, taken);
1068 bind(&ok);
1077 Label ok;
1079 j(not_zero, &ok, taken);
1083 bind(&ok);
1683 Label ok, fail;
1685 jmp(&ok);
1688 bind(&ok);
1833 Label ok;
1836 j(equal, &ok);
1839 j(equal, &ok);
1841 bind(&ok);
2025 // Trashing eax is ok as it will be the return value.