Home
last modified time | relevance | path

Searched defs:CmpLtS (Results 1 – 6 of 6) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips64.cc3269 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local
3274 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local
4107 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local
4127 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local
4218 __ CmpLtS(dst, lhs, rhs); in MaterializeFpCompare() local
4234 __ CmpLtS(dst, rhs, lhs); in MaterializeFpCompare() local
4311 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
4329 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
Dcode_generator_mips.cc3721 __ CmpLtS(FTMP, lhs, rhs); in VisitCompare() local
3726 __ CmpLtS(FTMP, rhs, lhs); in VisitCompare() local
5276 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompare() local
5296 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompare() local
5587 __ CmpLtS(dst, lhs, rhs); in MaterializeFpCompareR6() local
5603 __ CmpLtS(dst, rhs, lhs); in MaterializeFpCompareR6() local
5682 __ CmpLtS(FTMP, lhs, rhs); in GenerateFpCompareAndBranch() local
5700 __ CmpLtS(FTMP, rhs, lhs); in GenerateFpCompareAndBranch() local
/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc587 TEST_F(AssemblerMIPS32r6Test, CmpLtS) { in TEST_F() argument
Dassembler_mips.cc1459 void MipsAssembler::CmpLtS(FRegister fd, FRegister fs, FRegister ft) { in CmpLtS() function in art::mips::MipsAssembler
/art/compiler/utils/mips64/
Dassembler_mips64_test.cc612 TEST_F(AssemblerMIPS64Test, CmpLtS) { in TEST_F() argument
Dassembler_mips64.cc1173 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS() function in art::mips64::Mips64Assembler