Searched refs:Dsll32 (Results 1 – 3 of 3) sorted by relevance
/art/compiler/utils/mips64/ |
D | assembler_mips64.cc | 288 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()
|
D | assembler_mips64.h | 106 void Dsll32(GpuRegister rd, GpuRegister rt, int shamt); // MIPS64
|
/art/compiler/optimizing/ |
D | code_generator_mips64.cc | 1202 __ Dsll32(dst, lhs, shift_value); in HandleShift() local
|