Home
last modified time | relevance | path

Searched refs:has_feature (Results 1 – 3 of 3) sorted by relevance

/qemu/target/tricore/
H A Dtranslate.c84 static int has_feature(DisasContext *ctx, int feature) in has_feature() function
342 if (has_feature(ctx, FEATURE)) { \
367 if (has_feature(ctx, FEATURE)) { \
2763 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_b()
2776 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_h()
3211 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_src_opc()
3659 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
3677 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
4246 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in decode_bo_addrmode_post_pre_base()
4252 if (has_feature(ctx, TRICORE_FEATURE_131)) { in decode_bo_addrmode_post_pre_base()
[all …]
/qemu/subprojects/libvduse/
H A Dlibvduse.c165 static inline bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
173 return has_feature(dev->features, fbit); in vduse_dev_has_feature()
1285 !has_feature(features, VIRTIO_F_VERSION_1) || !config || in vduse_dev_create()
/qemu/subprojects/libvhost-user/
H A Dlibvhost-user.c107 bool has_feature(uint64_t features, unsigned int fbit) in has_feature() function
117 return has_feature(dev->features, fbit); in vu_has_feature()
122 return has_feature(dev->protocol_features, fbit); in vu_has_protocol_feature()