Home
last modified time | relevance | path

Searched defs:CeqS (Results 1 – 4 of 4) sorted by relevance

/art/compiler/optimizing/
Dcode_generator_mips.cc3446 __ CeqS(0, lhs, rhs); in VisitCompare() local
3453 __ CeqS(0, lhs, rhs); in VisitCompare() local
4811 __ CeqS(0, lhs, rhs); in GenerateFpCompare() local
4816 __ CeqS(0, lhs, rhs); in GenerateFpCompare() local
4982 __ CeqS(cc, lhs, rhs); in MaterializeFpCompareR2() local
4985 __ CeqS(cc, lhs, rhs); in MaterializeFpCompareR2() local
5213 __ CeqS(0, lhs, rhs); in GenerateFpCompareAndBranch() local
5217 __ CeqS(0, lhs, rhs); in GenerateFpCompareAndBranch() local
8492 __ CeqS(0, src, src); in VisitTypeConversion() local
Dintrinsics_mips.cc951 __ CeqS(b, b); in GenMinMaxFP() local
963 __ CeqS(a, b); in GenMinMaxFP() local
/art/compiler/utils/mips/
Dassembler_mips.cc1332 void MipsAssembler::CeqS(FRegister fs, FRegister ft) { in CeqS() function in art::mips::MipsAssembler
1336 void MipsAssembler::CeqS(int cc, FRegister fs, FRegister ft) { in CeqS() function in art::mips::MipsAssembler
Dassembler_mips_test.cc577 TEST_F(AssemblerMIPSTest, CeqS) { in TEST_F() argument