Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.h195 void LoadConst64(GpuRegister rd, int64_t value); // MIPS64
Dassembler_mips64.cc646 void Mips64Assembler::LoadConst64(GpuRegister rd, int64_t value) { in LoadConst64() function in art::mips64::Mips64Assembler
757 LoadConst64(rtmp, value); in Daddiu64()
/art/compiler/optimizing/
Dcode_generator_mips64.cc648 __ LoadConst64(gpr, GetInt64ValueOf(source.GetConstant()->AsConstant())); in MoveLocation() local
701 __ LoadConst64(TMP, GetInt64ValueOf(src_cst->AsConstant())); in MoveLocation() local
804 __ LoadConst64(dst, instruction->AsLongConstant()->GetValue()); in Move() local
813 __ LoadConst64(TMP, instruction->AsLongConstant()->GetValue()); in Move() local