Home | History | Annotate | Download | only in arm

Lines Matching refs:ok

1350   // This code stores a temporary value in ip. This is OK, as the code below
1428 // This code stores a temporary value in ip. This is OK, as the code below
2365 Label ok;
2370 b(eq, &ok);
2373 b(eq, &ok);
2375 bind(&ok);
2477 Label ok, fail;
2479 b(&ok);
2482 bind(&ok);