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

/art/compiler/utils/mips64/
H A Dassembler_mips64.h184 a->Dsll(rd, rd, shift_cnt);
194 a->Dsll(rd, rd, shift_cnt);
213 a->Dsll(rd, rd, shift_cnt);
226 a->Dsll(rd, rd, shift_cnt);
237 a->Dsll(rd, rd, shift_cnt);
502 void Dsll(GpuRegister rd, GpuRegister rt, int shamt); // MIPS64
H A Dassembler_mips64_test.cc1446 TEST_F(AssemblerMIPS64Test, Dsll) {
1447 DriverStr(RepeatRRIb(&mips64::Mips64Assembler::Dsll, 5, "dsll ${reg1}, ${reg2}, {imm}"), "dsll");
2600 void Dsll(mips64::GpuRegister rd, mips64::GpuRegister rt, int shamt) { function in struct:art::LoadConst64Tester
H A Dassembler_mips64.cc539 void Mips64Assembler::Dsll(GpuRegister rd, GpuRegister rt, int shamt) { function in class:art::mips64::Mips64Assembler
/art/compiler/optimizing/
H A Dcode_generator_mips64.cc2081 __ Dsll(dst, lhs, shift_value);

Completed in 89 milliseconds