Home
last modified time | relevance | path

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

/art/compiler/utils/mips64/
Dassembler_mips64.cc632 void Mips64Assembler::LoadConst32(GpuRegister rd, int32_t value) { in LoadConst32() function in art::mips64::Mips64Assembler
748 LoadConst32(rtmp, value); in Addiu32()
938 LoadConst32(AT, offset); in LoadFromOffset()
972 LoadConst32(AT, offset); in LoadFpuFromOffset()
1020 LoadConst32(AT, offset); in StoreToOffset()
1047 LoadConst32(AT, offset); in StoreFpuToOffset()
1194 LoadConst32(scratch.AsGpuRegister(), imm); in StoreImmediateToFrame()
1204 LoadConst32(scratch.AsGpuRegister(), imm); in StoreImmediateToThread64()
1433 LoadConst32(out_reg.AsGpuRegister(), 0); in CreateHandleScopeEntry()
1474 LoadConst32(out_reg.AsGpuRegister(), 0); in LoadReferenceFromHandleScope()
Dassembler_mips64.h194 void LoadConst32(GpuRegister rd, int32_t value);
/art/compiler/optimizing/
Dcode_generator_mips64.cc182 __ LoadConst32(calling_convention.GetRegisterAt(0), cls_->GetTypeIndex()); in EmitNativeCode() local
234 __ LoadConst32(calling_convention.GetRegisterAt(0), instruction_->GetStringIndex()); in EmitNativeCode() local
646 __ LoadConst32(gpr, GetInt32ValueOf(source.GetConstant()->AsConstant())); in MoveLocation() local
699 __ LoadConst32(TMP, GetInt32ValueOf(src_cst->AsConstant())); in MoveLocation() local
802 __ LoadConst32(dst, GetInt32ValueOf(instruction->AsConstant())); in Move() local
810 __ LoadConst32(TMP, GetInt32ValueOf(instruction->AsConstant())); in Move() local
973 __ LoadConst32(AT, mirror::Class::kStatusInitialized); in GenerateClassInitializationCheck() local
1755 __ LoadConst32(rhs_reg, rhs_imm); in VisitCondition() local
1773 __ LoadConst32(rhs_reg, rhs_imm); in VisitCondition() local
1797 __ LoadConst32(rhs_reg, rhs_imm); in VisitCondition() local
[all …]