Lines Matching refs:regs_count
167 iassert(instr->regs_count == 2);
214 iassert((instr->regs_count == 2) || (instr->regs_count == 3));
322 iassert(instr->regs_count == 4);
405 iassert(instr->regs_count == 2);
459 iassert((instr->regs_count == 2) ||
460 (instr->regs_count == 3) || (instr->regs_count == 4));
471 src2 = instr->regs_count > 2 ? instr->regs[2] : NULL;
475 src2 = instr->regs_count > 3 ? instr->regs[3] : NULL;
665 if (instr->regs_count > 2)
676 iassert(instr->regs_count >= 3);
680 src2 = (instr->regs_count >= 4) ? instr->regs[3] : NULL;
682 iassert(instr->regs_count >= 2);
686 src2 = (instr->regs_count >= 3) ? instr->regs[2] : NULL;
990 instr->regs_count);
1001 new_instr->regs_count = 0;
1002 for (i = 0; i < instr->regs_count; i++) {
1024 debug_assert(instr->regs_count < instr->regs_max);
1026 instr->regs[instr->regs_count++] = reg;