Home
last modified time | relevance | path

Searched defs:BitsValue (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscvOpcodesParser.cs197 private struct BitsValue struct in Antmicro.Renode.Peripherals.CPU.RiscVOpcodesParser
199 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() argument
241 public int Value { get; }
242 public bool Ignored { get; }
244 public override string ToString() in ToString()