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