Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dlocations.cc67 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in RegisterOrInt32Constant()
78 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in FpuRegisterOrInt32Constant()
Dcommon_arm64.h237 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Arm64CanEncodeConstantAsImmediate()
Dcode_generator_mips64.cc1261 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
1364 int64_t value = GetInt64ValueOf(src_cst->AsConstant()); in MoveLocation()
1960 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()
2013 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
2180 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleShift()
2799 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
2833 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
3240 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
3649 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()
3746 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
[all …]
Dcode_generator.h512 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
Dcode_generator_mips.cc1537 int64_t value = GetInt64ValueOf(c); in MoveConstant()
1560 int64_t value = GetInt64ValueOf(c); in MoveConstant()
2267 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in HandleBinaryOp()
2427 int64_t rhs_imm = use_imm ? CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()) : 0; in HandleShift()
3220 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
3258 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
4189 int64_t imm = CodeGenerator::GetInt64ValueOf(div->InputAt(1)->AsConstant()); in VisitDiv()
6844 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in HandleFieldSet()
6854 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in HandleFieldSet()
8864 int64_t imm = CodeGenerator::GetInt64ValueOf(rem->InputAt(1)->AsConstant()); in VisitRem()
Dcode_generator_x86.cc1330 int64_t value = GetInt64ValueOf(constant); in Move64()
5423 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
5448 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
Dcode_generator_x86_64.cc1466 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()
1505 int64_t value = GetInt64ValueOf(constant); in Move()
Dcode_generator_arm_vixl.cc4689 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()