Searched defs:Dsll32 (Results 1 - 1 of 1) sorted by relevance

/art/compiler/utils/mips64/
H A Dassembler_mips64.cc388 void Mips64Assembler::Dsll32(GpuRegister rd, GpuRegister rt, int shamt) { function in class:art::mips64::Mips64Assembler
1092 Dsll32(rd, rd, shift_cnt & 31);
1099 Dsll32(rd, rd, shift_cnt & 31);
1108 Dsll32(rd, rd, shift_cnt & 31);
1118 Dsll32(rd, rd, shift_cnt & 31);
1126 Dsll32(rd, rd, shift_cnt & 31);

Completed in 42 milliseconds