Searched refs:SelS (Results 1 – 6 of 6) sorted by relevance
/art/compiler/utils/mips/ |
D | assembler_mips32r6_test.cc | 510 TEST_F(AssemblerMIPS32r6Test, SelS) { in TEST_F() argument 511 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/utils/mips64/ |
D | assembler_mips64.h | 612 void SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft);
|
D | assembler_mips64.cc | 1105 void Mips64Assembler::SelS(FpuRegister fd, FpuRegister fs, FpuRegister ft) { in SelS() function in art::mips64::Mips64Assembler
|
/art/compiler/optimizing/ |
D | intrinsics_mips64.cc | 591 __ SelS(ftmp, a, b); in GenMinMaxFP() local
|
D | intrinsics_mips.cc | 912 __ SelS(ftmp, a, b); in GenMinMaxFP() local
|