Home | History | Annotate | Download | only in ia32

Lines Matching defs:fall_through

668                                Label* fall_through) {
674 Split(not_zero, if_true, if_false, fall_through);
681 Label* fall_through) {
682 if (if_false == fall_through) {
684 } else if (if_true == fall_through) {
2431 Label* fall_through = NULL;
2433 &if_true, &if_false, &fall_through);
2437 Split(zero, if_true, if_false, fall_through);
2452 Label* fall_through = NULL;
2454 &if_true, &if_false, &fall_through);
2458 Split(zero, if_true, if_false, fall_through);
2473 Label* fall_through = NULL;
2475 &if_true, &if_false, &fall_through);
2490 Split(below_equal, if_true, if_false, fall_through);
2505 Label* fall_through = NULL;
2507 &if_true, &if_false, &fall_through);
2512 Split(above_equal, if_true, if_false, fall_through);
2527 Label* fall_through = NULL;
2529 &if_true, &if_false, &fall_through);
2536 Split(not_zero, if_true, if_false, fall_through);
2552 Label* fall_through = NULL;
2554 &if_true, &if_false, &fall_through);
2635 Label* fall_through = NULL;
2637 &if_true, &if_false, &fall_through);
2642 Split(equal, if_true, if_false, fall_through);
2657 Label* fall_through = NULL;
2659 &if_true, &if_false, &fall_through);
2664 Split(equal, if_true, if_false, fall_through);
2679 Label* fall_through = NULL;
2681 &if_true, &if_false, &fall_through);
2686 Split(equal, if_true, if_false, fall_through);
2699 Label* fall_through = NULL;
2701 &if_true, &if_false, &fall_through);
2718 Split(equal, if_true, if_false, fall_through);
2735 Label* fall_through = NULL;
2737 &if_true, &if_false, &fall_through);
2742 Split(equal, if_true, if_false, fall_through);
3408 Label* fall_through = NULL;
3410 &if_true, &if_false, &fall_through);
3415 Split(zero, if_true, if_false, fall_through);
3808 test->fall_through());
4118 Label* fall_through = NULL;
4120 &if_true, &if_false, &fall_through);
4131 Split(equal, if_true, if_false, fall_through);
4139 Split(zero, if_true, if_false, fall_through);
4144 Split(equal, if_true, if_false, fall_through);
4148 Split(equal, if_true, if_false, fall_through);
4157 Split(not_zero, if_true, if_false, fall_through);
4164 Split(equal, if_true, if_false, fall_through);
4178 Split(zero, if_true, if_false, fall_through);
4180 if (if_false != fall_through) __ jmp(if_false);
4199 Label* fall_through = NULL;
4201 &if_true, &if_false, &fall_through);
4211 Split(equal, if_true, if_false, fall_through);
4221 Split(zero, if_true, if_false, fall_through);
4272 Split(cc, if_true, if_false, fall_through);
4288 Label* fall_through = NULL;
4290 &if_true, &if_false, &fall_through);
4299 Split(equal, if_true, if_false, fall_through);
4312 Split(not_zero, if_true, if_false, fall_through);