Lines Matching refs:Binop_23x

650 void HInstructionBuilder::Binop_23x(const Instruction& instruction,  in Binop_23x()  function in art::HInstructionBuilder
2292 Binop_23x<HAdd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2297 Binop_23x<HAdd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2302 Binop_23x<HAdd>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2307 Binop_23x<HAdd>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2312 Binop_23x<HSub>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2317 Binop_23x<HSub>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2322 Binop_23x<HSub>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2327 Binop_23x<HSub>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2337 Binop_23x<HMul>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2342 Binop_23x<HMul>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2347 Binop_23x<HMul>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2352 Binop_23x<HMul>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2369 Binop_23x<HDiv>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2374 Binop_23x<HDiv>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2391 Binop_23x<HRem>(instruction, DataType::Type::kFloat32, dex_pc); in ProcessDexInstruction()
2396 Binop_23x<HRem>(instruction, DataType::Type::kFloat64, dex_pc); in ProcessDexInstruction()
2401 Binop_23x<HAnd>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2406 Binop_23x<HAnd>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2441 Binop_23x<HOr>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2446 Binop_23x<HOr>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()
2451 Binop_23x<HXor>(instruction, DataType::Type::kInt32, dex_pc); in ProcessDexInstruction()
2456 Binop_23x<HXor>(instruction, DataType::Type::kInt64, dex_pc); in ProcessDexInstruction()