reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1589 if (regs == 0 || regs > 16 || (Vd + regs) > 32) { 1589 if (regs == 0 || regs > 16 || (Vd + regs) > 32) { 1589 if (regs == 0 || regs > 16 || (Vd + regs) > 32) { 1590 regs = Vd + regs > 32 ? 32 - Vd : regs; 1590 regs = Vd + regs > 32 ? 32 - Vd : regs; 1590 regs = Vd + regs > 32 ? 32 - Vd : regs; 1591 regs = std::max( 1u, regs); 1591 regs = std::max( 1u, regs); 1592 regs = std::min(16u, regs); 1592 regs = std::min(16u, regs); 1598 for (unsigned i = 0; i < (regs - 1); ++i) {