Lines Matching refs:Binop_12x

691 void HInstructionBuilder::Binop_12x(const Instruction& instruction,  in Binop_12x()  function in art::HInstructionBuilder
2774 Binop_12x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2903 Binop_12x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2908 Binop_12x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2913 Binop_12x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2918 Binop_12x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2923 Binop_12x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2928 Binop_12x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2933 Binop_12x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2938 Binop_12x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2943 Binop_12x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2948 Binop_12x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2953 Binop_12x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2982 Binop_12x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2987 Binop_12x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3022 Binop_12x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
3027 Binop_12x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
3032 Binop_12x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
3037 Binop_12x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3042 Binop_12x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
3047 Binop_12x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
3052 Binop_12x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
3057 Binop_12x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()