Lines Matching refs:kInt64
1419 bool is_wide = (type == DataType::Type::kInt64) || (type == DataType::Type::kFloat64); in SetupInvokeArguments()
1768 DCHECK(type == DataType::Type::kInt32 || type == DataType::Type::kInt64); in BuildCheckedDivRem()
1784 || (type == DataType::Type::kInt64 && second->AsLongConstant()->GetValue() == 0)) { in BuildCheckedDivRem()
1948 new (allocator_) HArraySet(object, index, value, DataType::Type::kInt64, dex_pc); in BuildFillWideArrayData()
2208 HInstruction* value = LoadLocal(instruction.VRegB(), DataType::Type::kInt64); in ProcessDexInstruction()
2361 Unop_12x<HNeg>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2381 Unop_12x<HNot>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2386 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2401 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2406 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2411 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2421 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2436 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2466 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2486 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2511 Binop_23x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2533 dex_pc, DataType::Type::kInt64, false, true); in ProcessDexInstruction()
2555 dex_pc, DataType::Type::kInt64, false, false); in ProcessDexInstruction()
2575 Binop_23x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2585 Binop_23x_shift<HShl>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2595 Binop_23x_shift<HShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2605 Binop_23x_shift<HUShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2615 Binop_23x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2625 Binop_23x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2630 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2650 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2670 Binop_12x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2692 dex_pc, DataType::Type::kInt64, false, true); in ProcessDexInstruction()
2704 dex_pc, DataType::Type::kInt64, false, false); in ProcessDexInstruction()
2724 Binop_12x_shift<HShl>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2734 Binop_12x_shift<HShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2744 Binop_12x_shift<HUShr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2764 Binop_12x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2774 Binop_12x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2784 Binop_12x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2930 Binop_23x_cmp(instruction, DataType::Type::kInt64, ComparisonBias::kNoBias, dex_pc); in ProcessDexInstruction()
3030 ARRAY_XX(_WIDE, DataType::Type::kInt64); in ProcessDexInstruction()