Searched defs:IsNop (Results 1 – 2 of 2) sorted by relevance
114 public static bool IsNop(string mnemonic) in IsNop() method in Antmicro.Renode.Peripherals.CPU.TBMRiscVHelper
36 …public bool IsNop { get { int o = __p.__offset(16); return o != 0 ? 0 != __p.bb.Get(o + __p.bb_pos… property