Searched refs:Dsra (Results 1 – 3 of 3) sorted by relevance
105 void Dsra(GpuRegister rd, GpuRegister rt, int shamt); // MIPS64
284 void Mips64Assembler::Dsra(GpuRegister rd, GpuRegister rt, int shamt) { in Dsra() function in art::mips64::Mips64Assembler
1195 __ Dsra(dst, lhs, shift_value); in HandleShift() local