Searched refs:unsignedShiftRightOf (Results 1 – 8 of 8) sorted by relevance
164 public abstract IntegerValue unsignedShiftRightOf(IntegerValue other); in unsignedShiftRightOf() method in IntegerValue179 public abstract LongValue unsignedShiftRightOf(LongValue other); in unsignedShiftRightOf() method in IntegerValue374 public IntegerValue unsignedShiftRightOf(UnknownIntegerValue other) in unsignedShiftRightOf() method in IntegerValue376 return unsignedShiftRightOf((IntegerValue)other); in unsignedShiftRightOf()399 public LongValue unsignedShiftRightOf(UnknownLongValue other) in unsignedShiftRightOf() method in IntegerValue401 return unsignedShiftRightOf((LongValue)other); in unsignedShiftRightOf()618 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) in unsignedShiftRightOf() method in IntegerValue620 return unsignedShiftRightOf((IntegerValue)other); in unsignedShiftRightOf()643 public LongValue unsignedShiftRightOf(SpecificLongValue other) in unsignedShiftRightOf() method in IntegerValue645 return unsignedShiftRightOf((LongValue)other); in unsignedShiftRightOf()[all …]
141 return other.unsignedShiftRightOf(this); in unsignedShiftRight()144 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in SpecificIntegerValue159 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in SpecificIntegerValue276 public IntegerValue unsignedShiftRightOf(SpecificIntegerValue other) in unsignedShiftRightOf() method in SpecificIntegerValue291 public LongValue unsignedShiftRightOf(SpecificLongValue other) in unsignedShiftRightOf() method in SpecificIntegerValue
173 return other.unsignedShiftRightOf(this); in unsignedShiftRight()176 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in ParticularIntegerValue191 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in ParticularIntegerValue304 public IntegerValue unsignedShiftRightOf(ParticularIntegerValue other) in unsignedShiftRightOf() method in ParticularIntegerValue319 public LongValue unsignedShiftRightOf(ParticularLongValue other) in unsignedShiftRightOf() method in ParticularIntegerValue
146 public IntegerValue unsignedShiftRightOf(IntegerValue other) in unsignedShiftRightOf() method in UnknownIntegerValue161 public LongValue unsignedShiftRightOf(LongValue other) in unsignedShiftRightOf() method in UnknownIntegerValue
116 return other.unsignedShiftRightOf(this); in unsignedShiftRight()
136 return other.unsignedShiftRightOf(this); in unsignedShiftRight()
169 return other.unsignedShiftRightOf(this); in unsignedShiftRight()
392 stack.push(stack.ipop().unsignedShiftRightOf(stack.ipop())); in visitSimpleInstruction()396 stack.push(stack.ipop().unsignedShiftRightOf(stack.lpop())); in visitSimpleInstruction()