reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
238 opShift = beginVarBit - N + 1; 239 opMask <<= opShift; 241 opShift = beginInstBit - beginVarBit; 245 if (opShift > 0) { 246 Case += " op <<= " + itostr(opShift) + ";\n"; 247 } else if (opShift < 0) { 248 Case += " op >>= " + itostr(-opShift) + ";\n"; 252 if (opShift > 0) { 254 itostr(opShift) + ";\n"; 255 } else if (opShift < 0) { 257 itostr(-opShift) + ";\n";