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.h238 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Arm64CanEncodeConstantAsImmediate()
Dcode_generator_mips64.cc1253 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()
1356 int64_t value = GetInt64ValueOf(src_cst->AsConstant()); in MoveLocation()
1835 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()
1888 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()
2055 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleShift()
2674 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
2708 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
3096 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in VisitCompare()
3505 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()
3602 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in GenerateIntLongCompare()
[all …]
Dcode_generator.h508 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
Dcode_generator_mips.cc1529 int64_t value = GetInt64ValueOf(c); in MoveConstant()
1552 int64_t value = GetInt64ValueOf(c); in MoveConstant()
2144 int64_t value = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()->AsConstant()); in HandleBinaryOp()
2304 int64_t rhs_imm = use_imm ? CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()) : 0; in HandleShift()
3097 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
3135 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in VisitArraySet()
4047 int64_t imm = CodeGenerator::GetInt64ValueOf(div->InputAt(1)->AsConstant()); in VisitDiv()
6702 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in HandleFieldSet()
6712 int64_t value = CodeGenerator::GetInt64ValueOf(value_location.GetConstant()); in HandleFieldSet()
8695 int64_t imm = CodeGenerator::GetInt64ValueOf(rem->InputAt(1)->AsConstant()); in VisitRem()
Dcode_generator_x86.cc1314 int64_t value = GetInt64ValueOf(constant); in Move64()
4988 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
5013 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
Dcode_generator_x86_64.cc1389 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()
1428 int64_t value = GetInt64ValueOf(constant); in Move()
Dcode_generator_arm_vixl.cc4779 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()