Module openj9.dtfj

Class U32


  • public class U32
    extends UDATA
    • Constructor Detail

      • U32

        public U32​(long value)
      • U32

        public U32​(Scalar parameter)
    • Method Detail

      • add

        public U32 add​(int number)
      • add

        public U32 add​(I32 parameter)
      • add

        public U32 add​(U32 parameter)
      • eq

        public boolean eq​(U64 parameter)
      • eq

        public boolean eq​(UDATA parameter)
      • add

        public I64 add​(I64 parameter)
      • eq

        public boolean eq​(I64 parameter)
      • sub

        public U32 sub​(int number)
      • sub

        public U32 sub​(U32 parameter)
      • sub

        public I64 sub​(I64 parameter)
      • bitOr

        public U32 bitOr​(U32 parameter)
      • bitOr

        public I64 bitOr​(I64 parameter)
      • bitXor

        public U32 bitXor​(U32 parameter)
      • bitXor

        public IDATA bitXor​(IDATA parameter)
      • bitAnd

        public U32 bitAnd​(U32 parameter)
      • bitAnd

        public UDATA bitAnd​(UDATA parameter)
      • bitAnd

        public U32 bitAnd​(IScalar parameter)
      • bitAnd

        public I64 bitAnd​(I64 parameter)
      • mult

        public U32 mult​(U32 parameter)