reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
4560 ImmR = (32 - LSB) & 0x1f; 4562 ImmR = (64 - LSB) & 0x3f; 4566 if (ImmR != 0 && ImmS >= ImmR) 4566 if (ImmR != 0 && ImmS >= ImmR) 4570 const MCExpr *ImmRExpr = MCConstantExpr::create(ImmR, getContext());