Home
last modified time | relevance | path

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

/qemu/target/s390x/tcg/
H A Dvec_fpu_helper.c689 #define DEF_GVEC_VFMA(NAME, FLAGS) \ macro
694 DEF_GVEC_VFMA(vfma, 0)
695 DEF_GVEC_VFMA(vfms, float_muladd_negate_c) in DEF_GVEC_VFMA() function
696 DEF_GVEC_VFMA(vfnma, float_muladd_negate_result) in DEF_GVEC_VFMA()
697 DEF_GVEC_VFMA(vfnms, float_muladd_negate_c | float_muladd_negate_result) in DEF_GVEC_VFMA()