/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
|
D | intrinsics_mips64.cc | 672 __ CmpLeS(FTMP, half, FTMP); in GenRound() local
|
D | intrinsics_mips.cc | 2028 __ CmpLeS(FTMP, half, FTMP); in VisitMathRoundFloat() 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
|
D | assembler_mips.cc | 1469 void MipsAssembler::CmpLeS(FRegister fd, FRegister fs, FRegister ft) { in CmpLeS() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 622 TEST_F(AssemblerMIPS64Test, CmpLeS) { in TEST_F() argument 623 DriverStr(RepeatFFF(&mips64::Mips64Assembler::CmpLeS, "cmp.le.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
|
D | assembler_mips64.h | 631 void CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
|
D | assembler_mips64.cc | 1181 void Mips64Assembler::CmpLeS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLeS() function in art::mips64::Mips64Assembler
|