Home
last modified time | relevance | path

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

/openbmc/qemu/tests/tcg/ppc64/
H A Dvsx_f2i_nan.c11 #define DEFINE_VSX_F2I_FUNC(SRC_T, DEST_T, INSN) \ macro
20 DEFINE_VSX_F2I_FUNC(float32, int32, xvcvspsxws) in DEFINE_VSX_F2I_FUNC() function
21 DEFINE_VSX_F2I_FUNC(float32, uint32, xvcvspuxws) in DEFINE_VSX_F2I_FUNC()
22 DEFINE_VSX_F2I_FUNC(float32, int64, xvcvspsxds) in DEFINE_VSX_F2I_FUNC()
23 DEFINE_VSX_F2I_FUNC(float32, uint64, xvcvspuxds) in DEFINE_VSX_F2I_FUNC()
24 DEFINE_VSX_F2I_FUNC(float64, int32, xvcvdpsxws) in DEFINE_VSX_F2I_FUNC()
25 DEFINE_VSX_F2I_FUNC(float64, uint32, xvcvdpuxws) in DEFINE_VSX_F2I_FUNC()
26 DEFINE_VSX_F2I_FUNC(float64, int64, xvcvdpsxds) in DEFINE_VSX_F2I_FUNC()
27 DEFINE_VSX_F2I_FUNC(float64, uint64, xvcvdpuxds) in DEFINE_VSX_F2I_FUNC()