Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dcode_generator_mips.cc2136 __ CeqS(0, lhs, rhs); in VisitCompare() local
2143 __ CeqS(0, lhs, rhs); in VisitCompare() local
3100 __ CeqS(0, lhs, rhs); in GenerateFpCompareAndBranch() local
3104 __ CeqS(0, lhs, rhs); in GenerateFpCompareAndBranch() local
4984 __ CeqS(0, src, src); in VisitTypeConversion() local
Dintrinsics_mips.cc910 __ CeqS(b, b); in GenMinMaxFP() local
922 __ CeqS(a, b); in GenMinMaxFP() local
/art/compiler/utils/mips/
Dassembler_mips.cc918 void MipsAssembler::CeqS(FRegister fs, FRegister ft) { in CeqS() function in art::mips::MipsAssembler
922 void MipsAssembler::CeqS(int cc, FRegister fs, FRegister ft) { in CeqS() function in art::mips::MipsAssembler
Dassembler_mips_test.cc569 TEST_F(AssemblerMIPSTest, CeqS) { in TEST_F() argument