Searched defs:Dsll (Results 1 – 3 of 3) sorted by relevance
1456 TEST_F(AssemblerMIPS64Test, Dsll) { in TEST_F() argument2610 void Dsll(mips64::GpuRegister rd, mips64::GpuRegister rt, int shamt) { in Dsll() function
539 void Mips64Assembler::Dsll(GpuRegister rd, GpuRegister rt, int shamt) { in Dsll() function in art::mips64::Mips64Assembler
2206 __ Dsll(dst, lhs, shift_value); in HandleShift() local