Home | History | Annotate | Download | only in cctest

Lines Matching full:fcmp

1481   COMPARE(fcmp(s0, s1), "fcmp s0, s1");
1482 COMPARE(fcmp(s31, s30), "fcmp s31, s30");
1483 COMPARE(fcmp(d0, d1), "fcmp d0, d1");
1484 COMPARE(fcmp(d31, d30), "fcmp d31, d30");
1485 COMPARE(fcmp(s12, 0), "fcmp s12, #0.0");
1486 COMPARE(fcmp(d12, 0), "fcmp d12, #0.0");