Lines Matching refs:ZMMReg

34 #define Reg ZMMReg
659 void helper_cvtpi2ps(CPUX86State *env, ZMMReg *d, MMXReg *s) in helper_cvtpi2ps()
665 void helper_cvtpi2pd(CPUX86State *env, ZMMReg *d, MMXReg *s) in helper_cvtpi2pd()
671 void helper_cvtsi2ss(CPUX86State *env, ZMMReg *d, uint32_t val) in helper_cvtsi2ss()
676 void helper_cvtsi2sd(CPUX86State *env, ZMMReg *d, uint32_t val) in helper_cvtsi2sd()
682 void helper_cvtsq2ss(CPUX86State *env, ZMMReg *d, uint64_t val) in helper_cvtsq2ss()
687 void helper_cvtsq2sd(CPUX86State *env, ZMMReg *d, uint64_t val) in helper_cvtsq2sd()
730 void glue(helper_cvtps2dq, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in WRAP_FLOATCONV()
738 void glue(helper_cvtpd2dq, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in glue()
750 void helper_cvtps2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvtps2pi()
756 void helper_cvtpd2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvtpd2pi()
762 int32_t helper_cvtss2si(CPUX86State *env, ZMMReg *s) in helper_cvtss2si()
767 int32_t helper_cvtsd2si(CPUX86State *env, ZMMReg *s) in helper_cvtsd2si()
773 int64_t helper_cvtss2sq(CPUX86State *env, ZMMReg *s) in helper_cvtss2sq()
778 int64_t helper_cvtsd2sq(CPUX86State *env, ZMMReg *s) in helper_cvtsd2sq()
786 void glue(helper_cvttps2dq, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in glue()
795 void glue(helper_cvttpd2dq, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in glue()
808 void helper_cvttps2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvttps2pi()
814 void helper_cvttpd2pi(CPUX86State *env, MMXReg *d, ZMMReg *s) in helper_cvttpd2pi()
820 int32_t helper_cvttss2si(CPUX86State *env, ZMMReg *s) in helper_cvttss2si()
825 int32_t helper_cvttsd2si(CPUX86State *env, ZMMReg *s) in helper_cvttsd2si()
831 int64_t helper_cvttss2sq(CPUX86State *env, ZMMReg *s) in helper_cvttss2sq()
836 int64_t helper_cvttsd2sq(CPUX86State *env, ZMMReg *s) in helper_cvttsd2sq()
843 void glue(helper_rsqrtps, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in glue()
856 void helper_rsqrtss(CPUX86State *env, ZMMReg *d, ZMMReg *v, ZMMReg *s) in helper_rsqrtss()
870 void glue(helper_rcpps, SUFFIX)(CPUX86State *env, ZMMReg *d, ZMMReg *s) in glue()
881 void helper_rcpss(CPUX86State *env, ZMMReg *d, ZMMReg *v, ZMMReg *s) in helper_rcpss()
906 void helper_extrq_r(CPUX86State *env, ZMMReg *d, ZMMReg *s) in helper_extrq_r()
911 void helper_extrq_i(CPUX86State *env, ZMMReg *d, int index, int length) in helper_extrq_i()
928 void helper_insertq_r(CPUX86State *env, ZMMReg *d, ZMMReg *s) in helper_insertq_r()
933 void helper_insertq_i(CPUX86State *env, ZMMReg *d, ZMMReg *s, int index, int length) in helper_insertq_i()