Searched refs:shiftRightOf (Results 1 – 8 of 8) sorted by relevance
158 public abstract IntegerValue shiftRightOf(IntegerValue other); in shiftRightOf() method in IntegerValue174 public abstract LongValue shiftRightOf(LongValue other); in shiftRightOf() method in IntegerValue365 public IntegerValue shiftRightOf(UnknownIntegerValue other) in shiftRightOf() method in IntegerValue367 return shiftRightOf((IntegerValue)other); in shiftRightOf()390 public LongValue shiftRightOf(UnknownLongValue other) in shiftRightOf() method in IntegerValue392 return shiftRightOf((LongValue)other); in shiftRightOf()609 public IntegerValue shiftRightOf(SpecificIntegerValue other) in shiftRightOf() method in IntegerValue611 return shiftRightOf((IntegerValue)other); in shiftRightOf()634 public LongValue shiftRightOf(SpecificLongValue other) in shiftRightOf() method in IntegerValue636 return shiftRightOf((LongValue)other); in shiftRightOf()[all …]
131 return other.shiftRightOf(this); in shiftRight()134 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in SpecificIntegerValue154 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in SpecificIntegerValue271 public IntegerValue shiftRightOf(SpecificIntegerValue other) in shiftRightOf() method in SpecificIntegerValue286 public LongValue shiftRightOf(SpecificLongValue other) in shiftRightOf() method in SpecificIntegerValue
163 return other.shiftRightOf(this); in shiftRight()166 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in ParticularIntegerValue186 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in ParticularIntegerValue299 public IntegerValue shiftRightOf(ParticularIntegerValue other) in shiftRightOf() method in ParticularIntegerValue314 public LongValue shiftRightOf(ParticularLongValue other) in shiftRightOf() method in ParticularIntegerValue
136 public IntegerValue shiftRightOf(IntegerValue other) in shiftRightOf() method in UnknownIntegerValue156 public LongValue shiftRightOf(LongValue other) in shiftRightOf() method in UnknownIntegerValue
131 return other.shiftRightOf(this); in shiftRight()
111 return other.shiftRightOf(this); in shiftRight()
160 return other.shiftRightOf(this); in shiftRight()
384 stack.push(stack.ipop().shiftRightOf(stack.ipop())); in visitSimpleInstruction()388 stack.push(stack.ipop().shiftRightOf(stack.lpop())); in visitSimpleInstruction()