Home | History | Annotate | Download | only in ia32

Lines Matching refs:fall_through_

505     if (false_label_ != fall_through_) __ jmp(false_label_);
507 if (true_label_ != fall_through_) __ jmp(true_label_);
510 if (false_label_ != fall_through_) __ jmp(false_label_);
512 if (true_label_ != fall_through_) __ jmp(true_label_);
516 if (false_label_ != fall_through_) __ jmp(false_label_);
518 if (true_label_ != fall_through_) __ jmp(true_label_);
629 if (true_label_ != fall_through_) __ jmp(true_label_);
631 if (false_label_ != fall_through_) __ jmp(false_label_);