Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips64.cc4116 __ CmpLeS(FTMP, lhs, rhs); in GenerateFpCompare() local
4136 __ CmpLeS(FTMP, rhs, lhs); in GenerateFpCompare() local
4225 __ CmpLeS(dst, lhs, rhs); in MaterializeFpCompare() local
4241 __ CmpLeS(dst, rhs, lhs); in MaterializeFpCompare() local
4319 __ CmpLeS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4337 __ CmpLeS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc5285 __ CmpLeS(FTMP, lhs, rhs); in GenerateFpCompare() local
5305 __ CmpLeS(FTMP, rhs, lhs); in GenerateFpCompare() local
5594 __ CmpLeS(dst, lhs, rhs); in MaterializeFpCompareR6() local
5610 __ CmpLeS(dst, rhs, lhs); in MaterializeFpCompareR6() local
5690 __ CmpLeS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
5708 __ CmpLeS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc597 TEST_F(AssemblerMIPS32r6Test, CmpLeS) { in TEST_F() argument