Searched defs:Binop_12x (Results 1 - 1 of 1) sorted by relevance

/art/compiler/optimizing/
H A Dbuilder.cc281 void HGraphBuilder::Binop_12x(const Instruction& instruction, Primitive::Type type) { function in class:art::HGraphBuilder
649 Binop_12x<HAdd>(instruction, Primitive::kPrimInt);
654 Binop_12x<HAdd>(instruction, Primitive::kPrimLong);
659 Binop_12x<HSub>(instruction, Primitive::kPrimInt);
664 Binop_12x<HSub>(instruction, Primitive::kPrimLong);

Completed in 6 milliseconds