Searched refs:MMXReg (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | ops_sse_header.h | 20 #define Reg MMXReg 32 #define dh_ctype_MMXReg MMXReg * 157 DEF_HELPER_3(cvtpi2ps, void, env, XMMReg, MMXReg) 158 DEF_HELPER_3(cvtpi2pd, void, env, XMMReg, MMXReg) 169 DEF_HELPER_3(cvtps2pi, void, env, MMXReg, XMMReg) 170 DEF_HELPER_3(cvtpd2pi, void, env, MMXReg, XMMReg) 180 DEF_HELPER_3(cvttps2pi, void, env, MMXReg, XMMReg) 181 DEF_HELPER_3(cvttpd2pi, void, env, MMXReg, XMMReg) 246 DEF_HELPER_3(pi2fd, void, env, MMXReg, MMXReg) 247 DEF_HELPER_3(pi2fw, void, env, MMXReg, MMXReg) [all …]
|
D | ops_sse.h | 21 #define Reg MMXReg 675 void helper_cvtpi2ps(CPUX86State *env, XMMReg *d, MMXReg *s) in helper_cvtpi2ps() 681 void helper_cvtpi2pd(CPUX86State *env, XMMReg *d, MMXReg *s) in helper_cvtpi2pd() 725 void helper_cvtps2pi(CPUX86State *env, MMXReg *d, XMMReg *s) in helper_cvtps2pi() 731 void helper_cvtpd2pi(CPUX86State *env, MMXReg *d, XMMReg *s) in helper_cvtpd2pi() 775 void helper_cvttps2pi(CPUX86State *env, MMXReg *d, XMMReg *s) in helper_cvttps2pi() 781 void helper_cvttpd2pi(CPUX86State *env, MMXReg *d, XMMReg *s) in helper_cvttpd2pi() 1241 void helper_pi2fd(CPUX86State *env, MMXReg *d, MMXReg *s) in helper_pi2fd() 1247 void helper_pi2fw(CPUX86State *env, MMXReg *d, MMXReg *s) in helper_pi2fw() 1253 void helper_pf2id(CPUX86State *env, MMXReg *d, MMXReg *s) in helper_pf2id() [all …]
|
D | cpu.h | 686 } MMXReg; typedef 717 MMXReg mmx; 779 MMXReg mmx_t0;
|