Searched refs:CmpLeD (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4169 __ 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
|
D | code_generator_mips.cc | 5392 __ 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/ |
D | assembler_mips32r6_test.cc | 647 TEST_F(AssemblerMIPS32r6Test, CmpLeD) { in TEST_F() argument 648 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpLeD, "cmp.le.d ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
|
D | assembler_mips.h | 499 void CmpLeD(FRegister fd, FRegister fs, FRegister ft); // R6
|