Searched defs:ColtD (Results 1 – 3 of 3) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 3395 __ ColtD(0, lhs, rhs); in VisitCompare() local 3402 __ ColtD(0, rhs, lhs); in VisitCompare() local 4641 __ ColtD(0, lhs, rhs); in GenerateFpCompare() local 4661 __ ColtD(0, rhs, lhs); in GenerateFpCompare() local 4742 __ ColtD(cc, lhs, rhs); in MaterializeFpCompareR2() local 4758 __ ColtD(cc, rhs, lhs); in MaterializeFpCompareR2() local 5029 __ ColtD(0, lhs, rhs); in GenerateFpCompareAndBranch() local 5047 __ ColtD(0, rhs, lhs); in GenerateFpCompareAndBranch() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1300 void MipsAssembler::ColtD(FRegister fs, FRegister ft) { in ColtD() function in art::mips::MipsAssembler 1304 void MipsAssembler::ColtD(int cc, FRegister fs, FRegister ft) { in ColtD() function in art::mips::MipsAssembler
|
D | assembler_mips_test.cc | 622 TEST_F(AssemblerMIPSTest, ColtD) { in TEST_F() argument
|