Home
last modified time | relevance | path

Searched refs:CmpLtS (Results 1 – 8 of 8) sorted by relevance

/art/compiler/utils/mips/
Dassembler_mips32r6_test.cc461 TEST_F(AssemblerMIPS32r6Test, CmpLtS) { in TEST_F() argument
462 DriverStr(RepeatFFF(&mips::MipsAssembler::CmpLtS, "cmp.lt.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips.h401 void CmpLtS(FRegister fd, FRegister fs, FRegister ft); // R6
Dassembler_mips.cc1477 void MipsAssembler::CmpLtS(FRegister fd, FRegister fs, FRegister ft) { in CmpLtS() function in art::mips::MipsAssembler
/art/compiler/optimizing/
Dcode_generator_mips64.cc2997 __ 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
Dcode_generator_mips.cc3431 __ 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/
Dassembler_mips64_test.cc502 TEST_F(AssemblerMIPS64Test, CmpLtS) { in TEST_F() argument
503 DriverStr(RepeatFFF(&mips64::Mips64Assembler::CmpLtS, "cmp.lt.s ${reg1}, ${reg2}, ${reg3}"), in TEST_F()
Dassembler_mips64.h612 void CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
Dassembler_mips64.cc1045 void Mips64Assembler::CmpLtS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in CmpLtS() function in art::mips64::Mips64Assembler