HomeSort by relevance Sort by last modified time
    Searched refs:MMX_W (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-i386/
cpu.h 540 #define MMX_W(n) _w[3 - (n)]
552 #define MMX_W(n) _w[n]
ops_sse.h 25 #define W(n) MMX_W(n)
1144 d->MMX_S(0) = int32_to_float32((int16_t)s->MMX_W(0), &env->mmx_status);
1145 d->MMX_S(1) = int32_to_float32((int16_t)s->MMX_W(2), &env->mmx_status);
    [all...]
translate.c     [all...]

Completed in 578 milliseconds