Lines Matching refs:kFloat64

1632     bool is_wide = (type == DataType::Type::kInt64) || (type == DataType::Type::kFloat64);  in SetupInvokeArguments()
1712 constexpr DataType::Type kFloat64 = DataType::Type::kFloat64; in BuildSimpleIntrinsic() local
1802 instruction = new (allocator_) HMin(kFloat64, /*left=*/ nullptr, /*right=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
1814 instruction = new (allocator_) HMax(kFloat64, /*left=*/ nullptr, /*right=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
1826 instruction = new (allocator_) HAbs(kFloat64, /*input=*/ nullptr, dex_pc); in BuildSimpleIntrinsic()
2812 Unop_12x<HNeg>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2837 Conversion_12x(instruction, DataType::Type::kInt32, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2852 Conversion_12x(instruction, DataType::Type::kInt64, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2867 Conversion_12x(instruction, DataType::Type::kFloat32, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2872 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2877 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2882 Conversion_12x(instruction, DataType::Type::kFloat64, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2912 Binop_23x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2937 Binop_23x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2962 Binop_23x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2984 Binop_23x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3006 Binop_23x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3076 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3101 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3121 Binop_12x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3155 Binop_12x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3195 Binop_12x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3381 Binop_23x_cmp(instruction, DataType::Type::kFloat64, ComparisonBias::kGtBias, dex_pc); in ProcessDexInstruction()
3391 Binop_23x_cmp(instruction, DataType::Type::kFloat64, ComparisonBias::kLtBias, dex_pc); in ProcessDexInstruction()