Searched defs:CuleS (Results 1 – 3 of 3) sorted by relevance
| /art/compiler/optimizing/ |
| D | code_generator_mips.cc | 5339 __ CuleS(0, lhs, rhs); in GenerateFpCompare() local 5355 __ CuleS(0, rhs, lhs); in GenerateFpCompare() local 5504 __ CuleS(cc, lhs, rhs); in MaterializeFpCompareR2() local 5516 __ CuleS(cc, rhs, lhs); in MaterializeFpCompareR2() local 5738 __ CuleS(0, lhs, rhs); in GenerateFpCompareAndBranch() local 5752 __ CuleS(0, rhs, lhs); in GenerateFpCompareAndBranch() local
|
| /art/compiler/utils/mips/ |
| D | assembler_mips.cc | 1356 void MipsAssembler::CuleS(FRegister fs, FRegister ft) { in CuleS() function in art::mips::MipsAssembler 1360 void MipsAssembler::CuleS(int cc, FRegister fs, FRegister ft) { in CuleS() function in art::mips::MipsAssembler
|
| D | assembler_mips_test.cc | 702 TEST_F(AssemblerMIPSTest, CuleS) { in TEST_F() argument
|