Searched refs:GetInt64ValueOf (Results 1 – 4 of 4) sorted by relevance
195 int64_t value = CodeGenerator::GetInt64ValueOf(constant); in CanEncodeConstantAsImmediate()
309 static int64_t GetInt64ValueOf(HConstant* constant) { in GetInt64ValueOf() function
648 __ LoadConst64(gpr, GetInt64ValueOf(source.GetConstant()->AsConstant())); in MoveLocation()701 __ LoadConst64(TMP, GetInt64ValueOf(src_cst->AsConstant())); in MoveLocation()1020 int64_t imm = CodeGenerator::GetInt64ValueOf(right->AsConstant()); in HandleBinaryOp()1065 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleBinaryOp()1172 rhs_imm = CodeGenerator::GetInt64ValueOf(rhs_location.GetConstant()); in HandleShift()1887 int64_t divisor = codegen_->GetInt64ValueOf(value.GetConstant()->AsConstant()); in VisitDivZeroCheck()
549 int64_t value = GetInt64ValueOf(instruction->AsConstant()); in Move()