Home
last modified time | relevance | path

Searched defs:CmpLtS (Results 1 – 3 of 3) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc3269 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local
3274 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local
4107 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local
4127 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local
4218 __ CmpLtS(dst, lhs, rhs); in MaterializeFpCompare() local
4234 __ CmpLtS(dst, rhs, lhs); in MaterializeFpCompare() local
4311 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4329 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc3721 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local
3726 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local
5276 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local
5296 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local
5587 __ CmpLtS(dst, lhs, rhs); in MaterializeFpCompareR6() local
5603 __ CmpLtS(dst, rhs, lhs); in MaterializeFpCompareR6() local
5682 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
5700 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc587 TEST_F(AssemblerMIPS32r6Test, CmpLtS) { in TEST_F() argument