reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
221 unsigned hiBit = loBit + N; 226 extractStr = "op.extractBits(" + itostr(hiBit - loBit) + ", " + 227 itostr(loBit) + ")"; 231 extractStr = "op.extractBitsAsZExtValue(" + itostr(hiBit - loBit) + 232 ", " + itostr(loBit) + ")"; 234 itostr(loInstBit) + ", " + itostr(hiBit - loBit) + ");\n";