Searched defs:CuleS (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4833 __ CuleS(0, lhs, rhs); in GenerateFpCompare() local 4849 __ CuleS(0, rhs, lhs); in GenerateFpCompare() local 4998 __ CuleS(cc, lhs, rhs); in MaterializeFpCompareR2() local 5010 __ CuleS(cc, rhs, lhs); in MaterializeFpCompareR2() local 5232 __ CuleS(0, lhs, rhs); in GenerateFpCompareAndBranch() local 5246 __ CuleS(0, rhs, lhs); in GenerateFpCompareAndBranch() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1382 void MipsAssembler::CuleS(FRegister fs, FRegister ft) { in CuleS() function in art::mips::MipsAssembler 1386 void MipsAssembler::CuleS(int cc, FRegister fs, FRegister ft) { in CuleS() function in art::mips::MipsAssembler
|
D | assembler_mips_test.cc | 602 TEST_F(AssemblerMIPSTest, CuleS) { in TEST_F() argument
|