reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
715 assert(Wd <= W0); 716 if (Wd == 0) 720 RegisterCell Pad = (Wd+Of > W0) ? rc(1).cat(eIMM(0, Wd+Of-W0)) : rc(1); 720 RegisterCell Pad = (Wd+Of > W0) ? rc(1).cat(eIMM(0, Wd+Of-W0)) : rc(1); 721 RegisterCell Ext = eXTR(Pad, Of, Wd+Of); 723 RegisterCell RC = RegisterCell(W0).insert(Ext, BT::BitMask(0, Wd-1)); 725 return rr0(eZXT(RC, Wd), Outputs); 726 return rr0(eSXT(RC, Wd), Outputs);