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