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