Home
last modified time | relevance | path

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

/qemu/target/tricore/
H A Dtranslate.c83 static int has_feature(DisasContext *ctx, int feature) in has_feature() function
2767 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_b()
2780 if (!has_feature(ctx, TRICORE_FEATURE_131)) { in gen_dvinit_h()
3215 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_src_opc()
3663 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
3681 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_16Bit_opc()
4894 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_bol_opc()
4904 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_bol_opc()
4911 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_bol_opc()
4918 if (has_feature(ctx, TRICORE_FEATURE_16)) { in decode_bol_opc()
[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()