Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/
DTBMRiscVHelper.cs129 public static bool IsVctrl(string mnemonic) in IsVctrl() method in Antmicro.Renode.Peripherals.CPU.TBMRiscVHelper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CPU/ExecutionTracer/FBInstruction/
DInstruction.cs40 …public bool IsVctrl { get { int o = __p.__offset(24); return o != 0 ? 0 != __p.bb.Get(o + __p.bb_p… property