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

/art/compiler/optimizing/
H A Dinstruction_builder.h137 void Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc);
H A Dinstruction_builder.cc581 void HInstructionBuilder::Binop_22b(const Instruction& instruction, bool reverse, uint32_t dex_pc) { function in class:art::HInstructionBuilder
2457 Binop_22b<HAdd>(instruction, false, dex_pc);
2462 Binop_22b<HAnd>(instruction, false, dex_pc);
2467 Binop_22b<HOr>(instruction, false, dex_pc);
2472 Binop_22b<HXor>(instruction, false, dex_pc);
2477 Binop_22b<HSub>(instruction, true, dex_pc);
2482 Binop_22b<HMul>(instruction, false, dex_pc);
2501 Binop_22b<HShl>(instruction, false, dex_pc);
2506 Binop_22b<HShr>(instruction, false, dex_pc);
2511 Binop_22b<HUSh
[all...]

Completed in 49 milliseconds