HomeSort by relevance Sort by last modified time
    Searched full:operand_number (Results 1 - 1 of 1) sorted by null

  /art/compiler/dex/quick/x86/
target_x86.cc 349 int operand_number = operand_number_ch - '0'; local
350 DCHECK_LT(operand_number, 6); // Expect upto 6 LIR operands.
352 int operand = lir->operands[operand_number];
363 static_cast<uint32_t>(lir->operands[operand_number+1]));
    [all...]

Completed in 105 milliseconds