Home
last modified time | relevance | path

Searched refs:Dsll32 (Results 1 – 3 of 3) sorted by relevance

/art/compiler/utils/mips64/
Dassembler_mips64.cc288 void Mips64Assembler::Dsll32(GpuRegister rd, GpuRegister rt, int shamt) { in Dsll32() function in art::mips64::Mips64Assembler
681 Dsll32(rd, rd, shift_cnt & 31); in LoadConst64()
687 Dsll32(rd, rd, shift_cnt & 31); in LoadConst64()
695 Dsll32(rd, rd, shift_cnt & 31); in LoadConst64()
704 Dsll32(rd, rd, shift_cnt & 31); in LoadConst64()
711 Dsll32(rd, rd, shift_cnt & 31); in LoadConst64()
Dassembler_mips64.h106 void Dsll32(GpuRegister rd, GpuRegister rt, int shamt); // MIPS64
/art/compiler/optimizing/
Dcode_generator_mips64.cc1202 __ Dsll32(dst, lhs, shift_value); in HandleShift() local