Home
last modified time | relevance | path

Searched refs:CmpLeD (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc4169 __ CmpLeD(FTMP, lhs, rhs); in GenerateFpCompare() local
4189 __ CmpLeD(FTMP, rhs, lhs); in GenerateFpCompare() local
4266 __ CmpLeD(dst, lhs, rhs); in MaterializeFpCompare() local
4282 __ CmpLeD(dst, rhs, lhs); in MaterializeFpCompare() local
4366 __ CmpLeD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4384 __ CmpLeD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc5392 __ CmpLeD(FTMP, lhs, rhs); in GenerateFpCompare() local
5412 __ CmpLeD(FTMP, rhs, lhs); in GenerateFpCompare() local
5635 __ CmpLeD(dst, lhs, rhs); in MaterializeFpCompareR6() local
5651 __ CmpLeD(dst, rhs, lhs); in MaterializeFpCompareR6() local
5785 __ CmpLeD(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
5803 __ CmpLeD(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc647 TEST_F(AssemblerMIPS32r6Test, CmpLeD) { in TEST_F() argument
648 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpLeD, "cmp.le.d ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips.h499 void CmpLeD(FRegister fd, FRegister fs, FRegister ft); // R6