Interface JitIntUnOp

All Superinterfaces:
JitDefOp, JitOp, JitUnOp
All Known Implementing Classes:
JitInt2CompOp, JitIntNegateOp, JitIntSExtOp, JitIntZExtOp, JitLzCountOp, JitPopCountOp, JitSubPieceOp

public interface JitIntUnOp extends JitUnOp
A unary p-code operator use-def node with int types.
  • Method Details

    • uType

      default JitTypeBehavior uType()
      Description copied from interface: JitUnOp
      The required type behavior for the operand
      Specified by:
      uType in interface JitUnOp
      Returns:
      the behavior
    • type

      default JitTypeBehavior type()
      Description copied from interface: JitDefOp
      The required type behavior for the output
      Specified by:
      type in interface JitDefOp
      Returns:
      the behavior