OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MMX_S
(Results
1 - 2
of
2
) sorted by null
/external/qemu/target-i386/
ops_sse.h
1138
d->
MMX_S
(0) = int32_to_float32(s->MMX_L(0), &env->mmx_status);
1139
d->
MMX_S
(1) = int32_to_float32(s->MMX_L(1), &env->mmx_status);
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);
1150
d->MMX_L(0) = float32_to_int32_round_to_zero(s->
MMX_S
(0), &env->mmx_status);
1151
d->MMX_L(1) = float32_to_int32_round_to_zero(s->
MMX_S
(1), &env->mmx_status);
1156
d->MMX_L(0) = satsw(float32_to_int32_round_to_zero(s->
MMX_S
(0), &env->mmx_status));
1157
d->MMX_L(1) = satsw(float32_to_int32_round_to_zero(s->
MMX_S
(1), &env->mmx_status));
1163
r.
MMX_S
(0) = float32_add(d->
MMX_S
(0), d->MMX_S(1), &env->mmx_status)
[
all
...]
cpu.h
542
#define
MMX_S
(n) _s[1 - (n)]
554
#define
MMX_S
(n) _s[n]
Completed in 56 milliseconds