Searched defs:Sllv (Results 1 – 4 of 4) sorted by relevance
1735 __ Sllv(temp1, temp1, temp2); // Double the byte count if uncompressed. in VisitStringEquals() local
2165 __ Sllv(temp1, temp1, temp2); // Double the byte count if uncompressed. in VisitStringEquals() local
460 TEST_F(AssemblerMIPSTest, Sllv) { in TEST_F() argument
523 void Mips64Assembler::Sllv(GpuRegister rd, GpuRegister rt, GpuRegister rs) { in Sllv() function in art::mips64::Mips64Assembler