Home | History | Annotate | Download | only in x64

Lines Matching full:both_smi

1788   Condition both_smi = CheckBothSmi(src1, src2);
1789 j(NegateCondition(both_smi), on_not_both_smi);
1797 Condition both_smi = CheckBothNonNegativeSmi(src1, src2);
1798 j(NegateCondition(both_smi), on_not_both_smi);