Lines Matching defs:newValue
61 public static uint SetBitsFrom(uint source, uint newValue, int position, int width) in SetBitsFrom()
68 public static ulong SetBitsFrom(ulong source, ulong newValue, int position, int width) in SetBitsFrom()
236 public static void UpdateWithShifted(ref uint reg, uint newValue, int position, int width) in UpdateWithShifted()
241 public static void UpdateWithShifted(ref ulong reg, ulong newValue, int position, int width) in UpdateWithShifted()
246 public static void UpdateWithMasked(ref uint reg, uint newValue, uint mask) in UpdateWithMasked()
251 public static void UpdateWithMasked(ref ulong reg, ulong newValue, ulong mask) in UpdateWithMasked()
256 public static void UpdateWith(ref uint reg, uint newValue, int position, int width) in UpdateWith()
262 public static void UpdateWith(ref ulong reg, ulong newValue, int position, int width) in UpdateWith()
268 public static void OrWith(ref uint reg, uint newValue, int position, int width) in OrWith()
274 public static void OrWith(ref ulong reg, ulong newValue, int position, int width) in OrWith()
280 public static void AndWithNot(ref uint reg, uint newValue, int position, int width) in AndWithNot()
286 public static void AndWithNot(ref ulong reg, ulong newValue, int position, int width) in AndWithNot()
292 public static void XorWith(ref uint reg, uint newValue, int position, int width) in XorWith()
298 public static void XorWith(ref ulong reg, ulong newValue, int position, int width) in XorWith()