Home
last modified time | relevance | path

Searched refs:CmpLeS (Results 1 – 4 of 4) 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
598 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpLeS, "cmp.le.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips.h489 void CmpLeS(FRegister fd, FRegister fs, FRegister ft); // R6