Home | History | Annotate | Download | only in x64

Lines Matching defs:fall_through

609                                Label* fall_through) {
615 Split(not_zero, if_true, if_false, fall_through);
622 Label* fall_through) {
623 if (if_false == fall_through) {
625 } else if (if_true == fall_through) {
2325 Label* fall_through = NULL;
2327 &if_true, &if_false, &fall_through);
2346 Label* fall_through = NULL;
2348 &if_true, &if_false, &fall_through);
2352 Split(non_negative_smi, if_true, if_false, fall_through);
2367 Label* fall_through = NULL;
2369 &if_true, &if_false, &fall_through);
2384 Split(below_equal, if_true, if_false, fall_through);
2399 Label* fall_through = NULL;
2401 &if_true, &if_false, &fall_through);
2406 Split(above_equal, if_true, if_false, fall_through);
2421 Label* fall_through = NULL;
2423 &if_true, &if_false, &fall_through);
2430 Split(not_zero, if_true, if_false, fall_through);
2446 Label* fall_through = NULL;
2448 &if_true, &if_false, &fall_through);
2528 Label* fall_through = NULL;
2530 &if_true, &if_false, &fall_through);
2535 Split(equal, if_true, if_false, fall_through);
2550 Label* fall_through = NULL;
2552 &if_true, &if_false, &fall_through);
2557 Split(equal, if_true, if_false, fall_through);
2572 Label* fall_through = NULL;
2574 &if_true, &if_false, &fall_through);
2579 Split(equal, if_true, if_false, fall_through);
2592 Label* fall_through = NULL;
2594 &if_true, &if_false, &fall_through);
2611 Split(equal, if_true, if_false, fall_through);
2628 Label* fall_through = NULL;
2630 &if_true, &if_false, &fall_through);
2635 Split(equal, if_true, if_false, fall_through);
3299 Label* fall_through = NULL;
3301 &if_true, &if_false, &fall_through);
3721 test->fall_through());
4032 Label* fall_through = NULL;
4034 &if_true, &if_false, &fall_through);
4045 Split(equal, if_true, if_false, fall_through);
4053 Split(zero, if_true, if_false, fall_through);
4058 Split(equal, if_true, if_false, fall_through);
4062 Split(equal, if_true, if_false, fall_through);
4071 Split(not_zero, if_true, if_false, fall_through);
4078 Split(equal, if_true, if_false, fall_through);
4092 Split(zero, if_true, if_false, fall_through);
4094 if (if_false != fall_through) __ jmp(if_false);
4113 Label* fall_through = NULL;
4115 &if_true, &if_false, &fall_through);
4125 Split(equal, if_true, if_false, fall_through);
4135 Split(zero, if_true, if_false, fall_through);
4186 Split(cc, if_true, if_false, fall_through);
4202 Label* fall_through = NULL;
4204 &if_true, &if_false, &fall_through);
4213 Split(equal, if_true, if_false, fall_through);
4226 Split(not_zero, if_true, if_false, fall_through);