Exemplo n.º 1
0
 public IRShiftInstruction(IRShiftType pShiftType)
     : base(IROpcode.Shift)
 {
     ShiftType = pShiftType;
 }
Exemplo n.º 2
0
 public IRShiftInstruction(IRShiftType pShiftType) : base(IROpcode.Shift)
 {
     ShiftType = pShiftType;
 }