Searched refs:GetInt64ValueOf (Results 1 – 8 of 8) sorted by relevance
67 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in RegisterOrInt32Constant()78 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in FpuRegisterOrInt32Constant()
238 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Arm64CanEncodeConstantAsImmediate()
1253 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 …]
508 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
1529 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()
1314 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()
1389 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()1428 int64_t value = GetInt64ValueOf(constant); in Move()
4779 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()