Searched defs:MsubvB (Results 1 – 4 of 4) sorted by relevance
1034 __ MsubvB(acc, left, right); in VisitVecMultiplyAccumulate() local
1032 __ MsubvB(acc, left, right); in VisitVecMultiplyAccumulate() local
2456 TEST_F(AssemblerMIPS32r6Test, MsubvB) { in TEST_F() argument
2212 void Mips64Assembler::MsubvB(VectorRegister wd, VectorRegister ws, VectorRegister wt) { in MsubvB() function in art::mips64::Mips64Assembler