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

/external/qemu/target-i386/
H A Dops_sse.h26 #define L(n) MMX_L(n)
648 d->XMM_S(0) = int32_to_float32(s->MMX_L(0), &env->sse_status);
649 d->XMM_S(1) = int32_to_float32(s->MMX_L(1), &env->sse_status);
654 d->XMM_D(0) = int32_to_float64(s->MMX_L(0), &env->sse_status);
655 d->XMM_D(1) = int32_to_float64(s->MMX_L(1), &env->sse_status);
698 d->MMX_L(0) = float32_to_int32(s->XMM_S(0), &env->sse_status);
699 d->MMX_L(1) = float32_to_int32(s->XMM_S(1), &env->sse_status);
704 d->MMX_L(0) = float64_to_int32(s->XMM_D(0), &env->sse_status);
705 d->MMX_L(1) = float64_to_int32(s->XMM_D(1), &env->sse_status);
748 d->MMX_L(
[all...]
H A Dcpu.h541 #define MMX_L(n) _l[1 - (n)] macro
553 #define MMX_L(n) _l[n] macro
H A Dtranslate.c3335 offsetof(CPUX86State,fpregs[reg].mmx.MMX_L(0)));
3443 tcg_gen_st32_tl(cpu_T[0], cpu_env, offsetof(CPUX86State,mmx_t0.MMX_L(0)));
3445 tcg_gen_st32_tl(cpu_T[0], cpu_env, offsetof(CPUX86State,mmx_t0.MMX_L(1)));

Completed in 77 milliseconds