Searched defs:BitsValue (Results 1 – 1 of 1) sorted by relevance
197 private struct BitsValue struct in Antmicro.Renode.Peripherals.CPU.RiscVOpcodesParser199 public static bool TryParse(string s, out BitsValue bv) in TryParse()217 public bool TryGetBinaryPattern(int length, out string result) in TryGetBinaryPattern()235 private BitsValue(int value, bool ignored = false) in BitsValue() argument241 public int Value { get; }242 public bool Ignored { get; }244 public override string ToString() in ToString()