Searched refs:nc (Results 1 - 3 of 3) sorted by relevance

/art/compiler/dex/quick/mips/
H A Dtarget_mips.cc199 char nc; local
205 nc = *fmt++;
206 if (nc == '!') {
210 DCHECK_LT(static_cast<unsigned>(nc-'0'), 4u);
211 operand = lir->operands[nc-'0'];
/art/compiler/dex/quick/arm/
H A Dtarget_arm.cc359 char nc; local
365 nc = *fmt++;
366 if (nc == '!') {
370 DCHECK_LT(static_cast<unsigned>(nc-'0'), 4U);
371 operand = lir->operands[nc-'0'];
/art/compiler/dex/quick/arm64/
H A Dtarget_arm64.cc340 char nc; local
346 nc = *fmt++;
347 if (nc == '!') {
351 DCHECK_LT(static_cast<unsigned>(nc-'0'), 4U);
352 operand = lir->operands[nc-'0'];

Completed in 174 milliseconds