Home | History | Annotate | Download | only in optimizing

Lines Matching refs:Binop_12x_shift

550 void HInstructionBuilder::Binop_12x_shift(const Instruction& instruction,
2357 Binop_12x_shift<HShl>(instruction, Primitive::kPrimInt, dex_pc);
2362 Binop_12x_shift<HShl>(instruction, Primitive::kPrimLong, dex_pc);
2367 Binop_12x_shift<HShr>(instruction, Primitive::kPrimInt, dex_pc);
2372 Binop_12x_shift<HShr>(instruction, Primitive::kPrimLong, dex_pc);
2377 Binop_12x_shift<HUShr>(instruction, Primitive::kPrimInt, dex_pc);
2382 Binop_12x_shift<HUShr>(instruction, Primitive::kPrimLong, dex_pc);