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

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 32 static mmx_t MMX_0080w = { .ud = {0x00800080, 0x00800080} };
33 static mmx_t MMX_00FFw = { .ud = {0x00ff00ff, 0x00ff00ff} };
34 static mmx_t MMX_FF00w = { .ud = {0xff00ff00, 0xff00ff00} };
36 static mmx_t MMX_Ycoeff = { .uw = {0x004a, 0x004a, 0x004a, 0x004a} };
38 static mmx_t MMX_UbluRGB = { .uw = {0x0072, 0x0072, 0x0072, 0x0072} };
39 static mmx_t MMX_VredRGB = { .uw = {0x0059, 0x0059, 0x0059, 0x0059} };
40 static mmx_t MMX_UgrnRGB = { .uw = {0xffea, 0xffea, 0xffea, 0xffea} };
41 static mmx_t MMX_VgrnRGB = { .uw = {0xffd2, 0xffd2, 0xffd2, 0xffd2} };
43 static mmx_t MMX_Ublu5x5 = { .uw = {0x0081, 0x0081, 0x0081, 0x0081} };
44 static mmx_t MMX_Vred5x5 = { .uw = {0x0066, 0x0066, 0x0066, 0x0066} }
    [all...]
mmx.h 56 } __attribute__ ((aligned (8))) mmx_t; /* On an 8-byte (64-bit) boundary */ typedef in typeref:union:__anon13504
242 mmx_t mmx_trace; \
263 mmx_t mmx_trace; \
284 mmx_t mmx_trace; \
303 mmx_t mmx_trace; \
324 mmx_t mmx_trace; \
505 mmx_m2r(pandn, (mmx_t) -1LL, reg); \
510 mmx_m2r(pandn, (mmx_t) -1LL, regd); \
516 mmx_m2r(pandn, (mmx_t) -1LL, mm0); \
  /external/qemu/android/skin/
argb.h 20 typedef __m64 mmx_t; typedef
21 typedef mmx_t argb_t;
23 static inline mmx_t
24 mmx_load8888( unsigned value, mmx_t zero )
30 mmx_save8888( mmx_t argb, mmx_t zero )
35 static inline mmx_t
38 mmx_t t1 = _mm_cvtsi32_si64( value );
42 static inline mmx_t
43 mmx_mulshift( mmx_t argb, int multiplier, int rshift, mmx_t zero
    [all...]
  /external/valgrind/main/VEX/test/
mmxtest.c 47 } mmx_t; typedef in typeref:union:__anon16582
87 mmx_t mmx_trace; \
105 mmx_t mmx_trace; \
121 mmx_t mmx_trace; \
139 mmx_t mmx_trace; \
493 void mkRand( mmx_t* mm )
507 mmx_t ma;
508 mmx_t mb;
509 mmx_t ma0, mb0;

Completed in 52 milliseconds