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

/art/compiler/utils/mips64/
H A Dassembler_mips64.cc372 void Mips64Assembler::Dsll(GpuRegister rd, GpuRegister rt, int shamt) { function in class:art::mips64::Mips64Assembler
1090 Dsll(rd, rd, shift_cnt);
1097 Dsll(rd, rd, shift_cnt);
1106 Dsll(rd, rd, shift_cnt);
1116 Dsll(rd, rd, shift_cnt);
1124 Dsll(rd, rd, shift_cnt);

Completed in 33 milliseconds