static bool match(this PerfData.Instruction ii, eRegSize rs) { return(ii.args.Any(aa => aa.match(rs))); }
static bool regsOnly(this PerfData.Instruction ii) { return(ii.args.Any(aa => aa.regsOnly())); }