Home | History | Annotate | Download | only in x64

Lines Matching refs:ok

236       NearLabel ok;
238 __ j(above_equal, &ok);
241 __ bind(&ok);
267 NearLabel ok;
269 __ j(above_equal, &ok);
284 __ bind(&ok);
3220 NearLabel done, fail, ok;
3222 __ j(equal, &ok);
3235 __ j(equal, &ok);
3239 __ bind(&ok);