Searched refs:MMX_L (Results 1 – 3 of 3) sorted by relevance
/qemu/target/i386/ |
H A D | ops_sse.h | 30 #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 D | cpu.h | 1482 #define MMX_L(n) _l_MMXReg[1 - (n)] macro 1502 #define MMX_L(n) _l_MMXReg[n] macro
|
/qemu/target/i386/tcg/ |
H A D | emit.c.inc | 112 return offsetof(MMXReg, MMX_L(0)); 169 return base_ofs + offsetof(MMXReg, MMX_L(n));
|