Lines Matching refs:Binop_12x

680 void HInstructionBuilder::Binop_12x(const Instruction& instruction,  in Binop_12x()  function in art::HInstructionBuilder
2501 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2630 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2635 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2640 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2645 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2650 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2655 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2660 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2665 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2670 Binop_12x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2675 Binop_12x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2680 Binop_12x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2709 Binop_12x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2714 Binop_12x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2749 Binop_12x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2754 Binop_12x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2759 Binop_12x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2764 Binop_12x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2769 Binop_12x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2774 Binop_12x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2779 Binop_12x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2784 Binop_12x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()