Searched defs:operand_number (Results 1 - 1 of 1) sorted by path

/art/compiler/dex/quick/x86/
H A Dtarget_x86.cc373 int operand_number = operand_number_ch - '0'; local
374 DCHECK_LT(operand_number, 6); // Expect upto 6 LIR operands.
376 int operand = lir->operands[operand_number];
387 static_cast<uint32_t>(lir->operands[operand_number+1]));

Completed in 24 milliseconds