Home
last modified time | relevance | path

Searched refs:Binop_22s (Results 1 – 2 of 2) sorted by relevance

/art/compiler/optimizing/
Dinstruction_builder.h123 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
Dinstruction_builder.cc690 void HInstructionBuilder::Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22s() function in art::HInstructionBuilder
2789 Binop_22s<HAdd>(instruction, false, dex_pc); in ProcessDexInstruction()
2794 Binop_22s<HAnd>(instruction, false, dex_pc); in ProcessDexInstruction()
2799 Binop_22s<HOr>(instruction, false, dex_pc); in ProcessDexInstruction()
2804 Binop_22s<HXor>(instruction, false, dex_pc); in ProcessDexInstruction()
2809 Binop_22s<HSub>(instruction, true, dex_pc); in ProcessDexInstruction()
2814 Binop_22s<HMul>(instruction, false, dex_pc); in ProcessDexInstruction()