Searched defs:CmpLtS (Results 1 – 6 of 6) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 3269 __ 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
|
D | code_generator_mips.cc | 3721 __ 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/ |
D | assembler_mips32r6_test.cc | 587 TEST_F(AssemblerMIPS32r6Test, CmpLtS) { in TEST_F() argument
|
D | assembler_mips.cc | 1459 void MipsAssembler::CmpLtS(FRegister fd, FRegister fs, FRegister ft) { in CmpLtS() function in art::mips::MipsAssembler
|
/art/compiler/utils/mips64/ |
D | assembler_mips64_test.cc | 612 TEST_F(AssemblerMIPS64Test, CmpLtS) { in TEST_F() argument
|
D | assembler_mips64.cc | 1173 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS() function in art::mips64::Mips64Assembler
|