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

/art/compiler/optimizing/
H A Dinstruction_builder.cc571 void HInstructionBuilder::Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc) { function in class:art::HInstructionBuilder
2353 Binop_22b<HAdd>(instruction, false, dex_pc);
2358 Binop_22b<HAnd>(instruction, false, dex_pc);
2363 Binop_22b<HOr>(instruction, false, dex_pc);
2368 Binop_22b<HXor>(instruction, false, dex_pc);
2373 Binop_22b<HSub>(instruction, true, dex_pc);
2378 Binop_22b<HMul>(instruction, false, dex_pc);
2397 Binop_22b<HShl>(instruction, false, dex_pc);
2402 Binop_22b<HShr>(instruction, false, dex_pc);
2407 Binop_22b<HUSh
[all...]

Completed in 821 milliseconds