HomeSort by relevance Sort by last modified time
    Searched refs:Binop_22b (Results 1 - 2 of 2) sorted by null

  /art/compiler/optimizing/
builder.h 85 void Binop_22b(const Instruction& instruction, bool reverse);
builder.cc 300 void HGraphBuilder::Binop_22b(const Instruction& instruction, bool reverse) {
679 Binop_22b<HAdd>(instruction, false);
684 Binop_22b<HSub>(instruction, true);

Completed in 36 milliseconds