PT_FEAT_SIGN_EXTEND
(BIT(PT_FEAT_SIGN_EXTEND) | BIT(PT_FEAT_FLUSH_RANGE) | \
[0] = { .common.features = BIT(PT_FEAT_SIGN_EXTEND),
[1] = { .common.features = BIT(PT_FEAT_SIGN_EXTEND),
enum { KUNIT_FMT_FEATURES = BIT(PT_FEAT_SIGN_EXTEND)};
if (pt_feature(common, PT_FEAT_SIGN_EXTEND) &&
if (pt_feature(range->common, PT_FEAT_SIGN_EXTEND) &&
if (pt_feature(priv->common, PT_FEAT_SIGN_EXTEND) &&
~((PT_ORIG_SUPPORTED_FEATURES & BIT(PT_FEAT_SIGN_EXTEND)) ?
BIT(PT_FEAT_SIGN_EXTEND)),
if (pt_feature(common, PT_FEAT_SIGN_EXTEND))
if (!pt_feature(common, PT_FEAT_SIGN_EXTEND))
if (!pt_feature(common, PT_FEAT_SIGN_EXTEND))
if (pt_feature(range->common, PT_FEAT_SIGN_EXTEND)) {
cfg.common.features = BIT(PT_FEAT_SIGN_EXTEND) |