Searched defs:ColeD (Results 1 – 4 of 4) sorted by relevance
/art/compiler/optimizing/ |
D | code_generator_mips.cc | 4650 __ ColeD(0, lhs, rhs); in GenerateFpCompare() local 4670 __ ColeD(0, rhs, lhs); in GenerateFpCompare() local 4749 __ ColeD(cc, lhs, rhs); in MaterializeFpCompareR2() local 4765 __ ColeD(cc, rhs, lhs); in MaterializeFpCompareR2() local 5037 __ ColeD(0, lhs, rhs); in GenerateFpCompareAndBranch() local 5055 __ ColeD(0, rhs, lhs); in GenerateFpCompareAndBranch() local 8224 __ ColeD(0, FTMP, src); in VisitTypeConversion() local
|
D | intrinsics_mips.cc | 997 __ ColeD(a, b); in GenMinMaxFP() local 1000 __ ColeD(b, a); // b <= a in GenMinMaxFP() local
|
/art/compiler/utils/mips/ |
D | assembler_mips.cc | 1320 void MipsAssembler::ColeD(FRegister fs, FRegister ft) { in ColeD() function in art::mips::MipsAssembler 1324 void MipsAssembler::ColeD(int cc, FRegister fs, FRegister ft) { in ColeD() function in art::mips::MipsAssembler
|
D | assembler_mips_test.cc | 632 TEST_F(AssemblerMIPSTest, ColeD) { in TEST_F() argument
|