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

/art/compiler/optimizing/
H A Dcode_generator_mips64.cc1207 __ Dsll(dst, lhs, shift_value);
1329 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_2);
1344 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_2);
1362 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_4);
1377 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_8);
1392 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_4);
1407 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_8);
1491 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_2);
1509 __ Dsll(TMP, index.AsRegister<GpuRegister>(), TIMES_4);
1537 __ Dsll(TM
[all...]
/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);
H A Dassembler_mips64_test.cc928 TEST_F(AssemblerMIPS64Test, Dsll) {
929 DriverStr(RepeatRRIb(&mips64::Mips64Assembler::Dsll, 5, "dsll ${reg1}, ${reg2}, {imm}"), "dsll");
H A Dassembler_mips64.h172 void Dsll(GpuRegister rd, GpuRegister rt, int shamt); // MIPS64

Completed in 35 milliseconds