Home | History | Annotate | Download | only in target-arm

Lines Matching refs:feature

47 static inline void set_feature(CPUARMState *env, int feature)
49 env->features |= 1u << feature;