Lines Matching refs:Binop_23x

651 void HInstructionBuilder::Binop_23x(const Instruction& instruction,  in Binop_23x()  function in art::HInstructionBuilder
2734 Binop_23x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2739 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2744 Binop_23x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2749 Binop_23x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2754 Binop_23x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2759 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2764 Binop_23x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2769 Binop_23x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2779 Binop_23x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2784 Binop_23x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2789 Binop_23x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2794 Binop_23x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2811 Binop_23x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2816 Binop_23x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2833 Binop_23x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2838 Binop_23x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2843 Binop_23x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2848 Binop_23x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2883 Binop_23x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2888 Binop_23x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2893 Binop_23x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2898 Binop_23x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()