Searched defs:CuleD (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 5446 __ CuleD(0, lhs, rhs); in GenerateFpCompare() local 5462 __ CuleD(0, rhs, lhs); in GenerateFpCompare() local 5545 __ CuleD(cc, lhs, rhs); in MaterializeFpCompareR2() local 5557 __ CuleD(cc, rhs, lhs); in MaterializeFpCompareR2() local 5833 __ CuleD(0, lhs, rhs); in GenerateFpCompareAndBranch() local 5847 __ CuleD(0, rhs, lhs); in GenerateFpCompareAndBranch() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1433 void MipsAssembler::CuleD(FRegister fs, FRegister ft) { in CuleD() function in art::mips::MipsAssembler 1437 void MipsAssembler::CuleD(int cc, FRegister fs, FRegister ft) { in CuleD() function in art::mips::MipsAssembler
|
D | assembler_mips_test.cc | 737 TEST_F(AssemblerMIPSTest, CuleD) { in TEST_F() argument
|