Home
last modified time | relevance | path

Searched refs:GetInt64ValueOf (Results 1 – 8 of 8) sorted by relevance

/art/compiler/optimizing/
Dlocations.cc54 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in RegisterOrInt32Constant()
65 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in FpuRegisterOrInt32Constant()
Dcommon_arm64.h211 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in CanEncodeConstantAsImmediate()
Dcode_generator_mips64.cc692 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
772 int64_t value = GetInt64ValueOf(src_cst->AsConstant()); in MoveLocation()
1029 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()
1074 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
1181 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleShift()
1713 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
2164 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()
2252 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
2387 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompareAndBranch()
Dcode_generator.h388 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
Dcode_generator_mips.cc925 int64_t value = GetInt64ValueOf(c); in MoveConstant()
948 int64_t value = GetInt64ValueOf(c); in MoveConstant()
1272 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in HandleBinaryOp()
1432 int64_t rhs_imm = use_imm ? CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()) : 0; in HandleShift()
Dcode_generator_x86.cc4795 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
4820 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
Dcode_generator_arm.cc3161 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()
Dcode_generator_x86_64.cc1154 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()