Searched refs:SelS (Results 1 – 4 of 4) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 520 TEST_F(AssemblerMIPS32r6Test, SelS) { in TEST_F() argument 521 DriverStr(RepeatFFF(&mips::MipsAssembler::SelS, "sel.s ${reg1}, ${reg2}, ${reg3}"), "sel.s"); in TEST_F()
|
D | assembler_mips.h | 514 void SelS(FRegister fd, FRegister fs, FRegister ft); // R6
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 4760 __ SelS(fcond_reg, in GenConditionalMove() local 4764 __ SelS(fcond_reg, in GenConditionalMove() local 6962 __ SelS(ftmp, a, b); in GenerateMinMaxFP() local
|
D | code_generator_mips.cc | 6459 __ SelS(fcond_reg, in GenConditionalMoveR6() local 6463 __ SelS(fcond_reg, in GenConditionalMoveR6() local 9189 __ SelS(ftmp, a, b); in GenerateMinMaxFP() local
|