Home | History | Annotate | Download | only in cctest

Lines Matching full:fcmp

1463   COMPARE(fcmp(s0, s1), "fcmp s0, s1");
1464 COMPARE(fcmp(s31, s30), "fcmp s31, s30");
1465 COMPARE(fcmp(d0, d1), "fcmp d0, d1");
1466 COMPARE(fcmp(d31, d30), "fcmp d31, d30");
1467 COMPARE(fcmp(s12, 0), "fcmp s12, #0.0");
1468 COMPARE(fcmp(d12, 0), "fcmp d12, #0.0");