Searched defs:CeqS (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 3446 __ 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
|
D | intrinsics_mips.cc | 951 __ CeqS(b, b); in GenMinMaxFP() local 963 __ CeqS(a, b); in GenMinMaxFP() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1332 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
|
D | assembler_mips_test.cc | 577 TEST_F(AssemblerMIPSTest, CeqS) { in TEST_F() argument
|