Searched refs:GetInt64ValueOf (Results 1 – 9 of 9) sorted by relevance
67 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in RegisterOrInt32Constant()78 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in FpuRegisterOrInt32Constant()
256 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Arm64CanEncodeConstantAsImmediate()
1587 int64_t imm = use_imm ? CodeGenerator::GetInt64ValueOf(rs2_location.GetConstant()) : 0; in GenerateIntLongCondition()1684 DCHECK_EQ(CodeGenerator::GetInt64ValueOf(right_location.GetConstant()), 0); in GenerateIntLongCompareAndBranch()2120 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()2162 int64_t imm = use_imm ? CodeGenerator::GetInt64ValueOf(rs2_location.GetConstant()) : 0; in HandleBinaryOp()2270 int64_t imm = CodeGenerator::GetInt64ValueOf(rhs->AsConstant()); in HandleCondition()2368 int64_t imm = CodeGenerator::GetInt64ValueOf(rs2_location.GetConstant()); in HandleShift()3680 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()6159 int64_t value = GetInt64ValueOf(source.GetConstant()->AsConstant()); in MoveLocation()6247 int64_t value = GetInt64ValueOf(source.GetConstant()); in MoveLocation()
572 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
53 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in SVECanEncodeConstantAsImmediate()
1706 int64_t value = GetInt64ValueOf(constant); in Move64()1840 int64_t v = CodeGenerator::GetInt64ValueOf(src.GetConstant()); in MoveToMemory()1861 int64_t v = CodeGenerator::GetInt64ValueOf(src.GetConstant()); in MoveToMemory()6173 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()6199 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
54 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in NEONCanEncodeConstantAsImmediate()
1974 Load64BitValue(dest, GetInt64ValueOf(constant)); in Move()1990 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in Move()2029 int64_t value = GetInt64ValueOf(constant); in Move()5471 int64_t v = CodeGenerator::GetInt64ValueOf(value.GetConstant()); in HandleFieldSet()
5320 uint64_t rot = CodeGenerator::GetInt64ValueOf(rhs.GetConstant()); in HandleLongRotate()