Home
last modified time | relevance | path

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

/art/compiler/optimizing/
Dinstruction_builder.h121 void Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc);
Dinstruction_builder.cc701 void HInstructionBuilder::Binop_22s(const Instruction& instruction, bool reverse, uint32_t dex_pc) { in Binop_22s() function in art::HInstructionBuilder
3062 Binop_22s<HAdd>(instruction, false, dex_pc); in ProcessDexInstruction()
3067 Binop_22s<HAnd>(instruction, false, dex_pc); in ProcessDexInstruction()
3072 Binop_22s<HOr>(instruction, false, dex_pc); in ProcessDexInstruction()
3077 Binop_22s<HXor>(instruction, false, dex_pc); in ProcessDexInstruction()
3082 Binop_22s<HSub>(instruction, true, dex_pc); in ProcessDexInstruction()
3087 Binop_22s<HMul>(instruction, false, dex_pc); in ProcessDexInstruction()