Searched refs:MMXReg (Results 1 – 3 of 3) sorted by relevance
/external/qemu/target-i386/ |
D | ops_sse_header.h | 21 #define Reg MMXReg 33 #define dh_ctype_MMXReg MMXReg * 158 DEF_HELPER_2(cvtpi2ps, void, XMMReg, MMXReg) 159 DEF_HELPER_2(cvtpi2pd, void, XMMReg, MMXReg) 170 DEF_HELPER_2(cvtps2pi, void, MMXReg, XMMReg) 171 DEF_HELPER_2(cvtpd2pi, void, MMXReg, XMMReg) 181 DEF_HELPER_2(cvttps2pi, void, MMXReg, XMMReg) 182 DEF_HELPER_2(cvttpd2pi, void, MMXReg, XMMReg) 243 DEF_HELPER_2(pi2fd, void, MMXReg, MMXReg) 244 DEF_HELPER_2(pi2fw, void, MMXReg, MMXReg) [all …]
|
D | ops_sse.h | 22 #define Reg MMXReg 646 void helper_cvtpi2ps(XMMReg *d, MMXReg *s) in helper_cvtpi2ps() 652 void helper_cvtpi2pd(XMMReg *d, MMXReg *s) in helper_cvtpi2pd() 696 void helper_cvtps2pi(MMXReg *d, XMMReg *s) in helper_cvtps2pi() 702 void helper_cvtpd2pi(MMXReg *d, XMMReg *s) in helper_cvtpd2pi() 746 void helper_cvttps2pi(MMXReg *d, XMMReg *s) in helper_cvttps2pi() 752 void helper_cvttpd2pi(MMXReg *d, XMMReg *s) in helper_cvttpd2pi() 1136 void helper_pi2fd(MMXReg *d, MMXReg *s) in helper_pi2fd() 1142 void helper_pi2fw(MMXReg *d, MMXReg *s) in helper_pi2fw() 1148 void helper_pf2id(MMXReg *d, MMXReg *s) in helper_pf2id() [all …]
|
D | cpu.h | 529 } MMXReg; typedef 604 MMXReg mmx; 616 MMXReg mmx_t0;
|