Home
last modified time | relevance | path

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

/qemu/target/i386/
H A Dops_sse.h30 #define L(n) MMX_L(n)
1353 d->MMX_L(0) = float32_le(s->MMX_S(0), d->MMX_S(0), in helper_pfcmpge()
1355 d->MMX_L(1) = float32_le(s->MMX_S(1), d->MMX_S(1), in helper_pfcmpge()
1361 d->MMX_L(0) = float32_lt(s->MMX_S(0), d->MMX_S(0), in helper_pfcmpgt()
1363 d->MMX_L(1) = float32_lt(s->MMX_S(1), d->MMX_S(1), in helper_pfcmpgt()
1419 d->MMX_L(1) = s->MMX_L(0) & 0x7fffffff; in helper_pfrsqrt()
1423 d->MMX_L(1) |= s->MMX_L(0) & 0x80000000; in helper_pfrsqrt()
1424 d->MMX_L(0) = d->MMX_L(1); in helper_pfrsqrt()
1443 r = s->MMX_L(0); in helper_pswapd()
1444 d->MMX_L(0) = s->MMX_L(1); in helper_pswapd()
[all …]
H A Dcpu.h1372 #define MMX_L(n) _l_MMXReg[1 - (n)] macro
1392 #define MMX_L(n) _l_MMXReg[n] macro
/qemu/target/i386/tcg/
H A Demit.c.inc90 return offsetof(MMXReg, MMX_L(0));
147 return base_ofs + offsetof(MMXReg, MMX_L(n));