Home
last modified time | relevance | path

Searched refs:CmpLeS (Results 1 – 10 of 10) 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
Dintrinsics_mips64.cc672 __ CmpLeS(FTMP, half, FTMP); in GenRound() local
Dintrinsics_mips.cc2028 __ CmpLeS(FTMP, half, FTMP); in VisitMathRoundFloat() 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
Dassembler_mips.cc1469 void MipsAssembler::CmpLeS(FRegister fd, FRegister fs, FRegister ft) { in CmpLeS() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc622 TEST_F(AssemblerMIPS64Test, CmpLeS) { in TEST_F() argument
623 DriverStr(RepeatFFF(&mips64::Mips64Assembler::CmpLeS, "cmp.le.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips64.h631 void CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
Dassembler_mips64.cc1181 void Mips64Assembler::CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeS() function in art::mips64::Mips64Assembler