/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 461 TEST_F(AssemblerMIPS32r6Test, CmpLtS) { in TEST_F() argument 462 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpLtS, "cmp.lt.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
|
D | assembler_mips.h | 401 void CmpLtS(FRegister fd, FRegister fs, FRegister ft); // R6
|
D | assembler_mips.cc | 1477 void MipsAssembler::CmpLtS(FRegister fd, FRegister fs, FRegister ft) { in CmpLtS() function in art::mips::MipsAssembler
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 2997 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local 3002 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local 3733 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local 3753 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local 3846 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 3864 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
D | code_generator_mips.cc | 3431 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local 3436 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local 4770 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local 4790 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local 5081 __ CmpLtS(dst, lhs, rhs); in MaterializeFpCompareR6() local 5097 __ CmpLtS(dst, rhs, lhs); in MaterializeFpCompareR6() local 5176 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local 5194 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 502 TEST_F(AssemblerMIPS64Test, CmpLtS) { in TEST_F() argument 503 DriverStr(RepeatFFF(&mips64::Mips64Assembler::CmpLtS, "cmp.lt.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
|
D | assembler_mips64.h | 612 void CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
|
D | assembler_mips64.cc | 1045 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS() function in art::mips64::Mips64Assembler
|