Lines Matching refs:kInt64

1511     bool is_wide = (type == DataType::Type::kInt64) || (type == DataType::Type::kFloat64);  in SetupInvokeArguments()
1583 constexpr DataType::Type kInt64 = DataType::Type::kInt64; in BuildSimpleIntrinsic() local
1597 instruction = new (allocator_) HRor(kInt64, /*value=*/ nullptr, /*distance=*/ nullptr); in BuildSimpleIntrinsic()
1605 kInt64, /*first=*/ nullptr, /*second=*/ nullptr, ComparisonBias::kNoBias, dex_pc); in BuildSimpleIntrinsic()
1613 kInt64, /*first=*/ nullptr, graph_->GetLongConstant(0), ComparisonBias::kNoBias, dex_pc); in BuildSimpleIntrinsic()
1669 instruction = new (allocator_) HMin(kInt64, /*left=*/ nullptr, /*right=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
1681 instruction = new (allocator_) HMax(kInt64, /*left=*/ nullptr, /*right=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
1693 instruction = new (allocator_) HAbs(kInt64, /*input=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
2041 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in BuildCheckedDivRem()
2057 || (type == DataType::Type::kInt64 && second->AsLongConstant()->GetValue() == 0)) { in BuildCheckedDivRem()
2221 new (allocator_) HArraySet(object, index, value, DataType::Type::kInt64, dex_pc); in BuildFillWideArrayData()
2481 HInstruction* value = LoadLocal(instruction.VRegB(), DataType::Type::kInt64); in ProcessDexInstruction()
2634 Unop_12x<HNeg>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2654 Unop_12x<HNot>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2659 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2674 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2679 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2684 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2694 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2709 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2739 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2759 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2784 Binop_23x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2806 dex_pc, DataType::Type::kInt64, false, true); in ProcessDexInstruction()
2828 dex_pc, DataType::Type::kInt64, false, false); in ProcessDexInstruction()
2848 Binop_23x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2858 Binop_23x_shift<HShl>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2868 Binop_23x_shift<HShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2878 Binop_23x_shift<HUShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2888 Binop_23x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2898 Binop_23x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2903 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2923 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2943 Binop_12x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2965 dex_pc, DataType::Type::kInt64, false, true); in ProcessDexInstruction()
2977 dex_pc, DataType::Type::kInt64, false, false); in ProcessDexInstruction()
2997 Binop_12x_shift<HShl>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3007 Binop_12x_shift<HShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3017 Binop_12x_shift<HUShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3037 Binop_12x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3047 Binop_12x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3057 Binop_12x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3203 Binop_23x_cmp(instruction, DataType::Type::kInt64, ComparisonBias::kNoBias, dex_pc); in ProcessDexInstruction()
3303 ARRAY_XX(_WIDE, DataType::Type::kInt64); in ProcessDexInstruction()