Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dcpu.h2411 ARM_FEATURE_MVFR, /* Media and VFP Feature Registers 0 and 1 */ enumerator
H A Dcpu.c1701 set_feature(env, ARM_FEATURE_MVFR); in arm_cpu_propagate_feature_implications()
/openbmc/qemu/target/arm/tcg/
H A Dtranslate-vfp.c776 if (IS_USER(s) || !arm_dc_feature(s, ARM_FEATURE_MVFR)) { in trans_VMSR_VMRS()