Lines Matching defs:regs
1795 unsigned regs = fieldFromInstruction(Val, 0, 8);
1798 if (regs == 0 || (Vd + regs) > 32) {
1799 regs = Vd + regs > 32 ? 32 - Vd : regs;
1800 regs = std::max( 1u, regs);
1806 for (unsigned i = 0; i < (regs - 1); ++i) {
1820 unsigned regs = fieldFromInstruction(Val, 1, 7);
1824 if (regs == 0 || (Vd + regs) > MaxReg) {
1825 regs = Vd + regs > MaxReg ? MaxReg - Vd : regs;
1826 regs = std::max( 1u, regs);
1827 regs = std::min(MaxReg, regs);
1833 for (unsigned i = 0; i < (regs - 1); ++i) {
6455 unsigned regs = fieldFromInstruction(Insn, 0, 8);
6456 if (regs == 0) {
6459 unsigned reglist = regs | (fieldFromInstruction(Insn, 12, 4) << 8) |
6469 unsigned max_reg = Vd + regs;
7074 // An immediate that represents a floating point registers list. '$regs' in