Home
last modified time | relevance | path

Searched refs:fpe (Results 1 – 2 of 2) sorted by relevance

/qemu/target/s390x/tcg/
H A Dtranslate.c1662 const bool fpe = s390_has_feat(S390_FEAT_FLOATING_POINT_EXT); in fpinst_extract_m34() local
1667 if (!fpe && m3_with_fpe) { in fpinst_extract_m34()
1671 if (!fpe && m4_with_fpe) { in fpinst_extract_m34()
1676 if (m3 == 2 || m3 > 7 || (!fpe && m3 == 3)) { in fpinst_extract_m34()
/qemu/target/s390x/
H A Dcpu_features_def.h.inc58 DEF_FEAT(FLOATING_POINT_EXT, "fpe", STFL, 37, "Floating-point extension facility")