Home | History | Annotate | Download | only in ia32

Lines Matching refs:fall_through

541                                Label* fall_through) {
562 Split(not_zero, if_true, if_false, fall_through);
569 Label* fall_through) {
570 if (if_false == fall_through) {
572 } else if (if_true == fall_through) {
2336 Label* fall_through = NULL;
2338 &if_true, &if_false, &fall_through);
2342 Split(zero, if_true, if_false, fall_through);
2356 Label* fall_through = NULL;
2358 &if_true, &if_false, &fall_through);
2362 Split(zero, if_true, if_false, fall_through);
2376 Label* fall_through = NULL;
2378 &if_true, &if_false, &fall_through);
2394 Split(below_equal, if_true, if_false, fall_through);
2408 Label* fall_through = NULL;
2410 &if_true, &if_false, &fall_through);
2416 Split(above_equal, if_true, if_false, fall_through);
2430 Label* fall_through = NULL;
2432 &if_true, &if_false, &fall_through);
2440 Split(not_zero, if_true, if_false, fall_through);
2455 Label* fall_through = NULL;
2457 &if_true, &if_false, &fall_through);
2538 Label* fall_through = NULL;
2540 &if_true, &if_false, &fall_through);
2546 Split(equal, if_true, if_false, fall_through);
2560 Label* fall_through = NULL;
2562 &if_true, &if_false, &fall_through);
2568 Split(equal, if_true, if_false, fall_through);
2582 Label* fall_through = NULL;
2584 &if_true, &if_false, &fall_through);
2590 Split(equal, if_true, if_false, fall_through);
2603 Label* fall_through = NULL;
2605 &if_true, &if_false, &fall_through);
2622 Split(equal, if_true, if_false, fall_through);
2638 Label* fall_through = NULL;
2640 &if_true, &if_false, &fall_through);
2645 Split(equal, if_true, if_false, fall_through);
3298 Label* fall_through = NULL;
3300 &if_true, &if_false, &fall_through);
3305 Split(zero, if_true, if_false, fall_through);
3702 Label* fall_through = NULL;
3706 &if_false, &if_true, &fall_through);
3708 VisitForControl(expr->expression(), if_true, if_false, fall_through);
4021 Label* fall_through) {
4042 Split(equal, if_true, if_false, fall_through);
4050 Split(zero, if_true, if_false, fall_through);
4055 Split(equal, if_true, if_false, fall_through);
4064 Split(not_zero, if_true, if_false, fall_through);
4068 Split(above_equal, if_true, if_false, fall_through);
4080 Split(zero, if_true, if_false, fall_through);
4082 if (if_false != fall_through) __ jmp(if_false);
4099 Label* fall_through = NULL;
4101 &if_true, &if_false, &fall_through);
4108 if (TryLiteralCompare(op, left, right, if_true, if_false, fall_through)) {
4120 Split(equal, if_true, if_false, fall_through);
4130 Split(zero, if_true, if_false, fall_through);
4191 Split(cc, if_true, if_false, fall_through);
4205 Label* fall_through = NULL;
4207 &if_true, &if_false, &fall_through);
4214 Split(equal, if_true, if_false, fall_through);
4225 Split(not_zero, if_true, if_false, fall_through);