Searched refs:CuleS (Results 1 – 2 of 2) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips.h | 468 void CuleS(FRegister fs, FRegister ft); // R2 469 void CuleS(int cc, FRegister fs, FRegister ft); // R2
|
/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
|