HomeSort by relevance Sort by last modified time
    Searched refs:uw (Results 1 - 25 of 123) sorted by null

1 2 3 4 5

  /external/valgrind/main/none/tests/x86/
insn_basic.def 33 adcw eflags[0x1,0x0] : imm8[12] r16.uw[3456] => 1.uw[3468]
34 adcw eflags[0x1,0x1] : imm8[12] r16.uw[3456] => 1.uw[3469]
35 adcw eflags[0x1,0x0] : imm16[1234] ax.uw[5678] => 1.uw[6912]
36 adcw eflags[0x1,0x1] : imm16[1234] ax.uw[5678] => 1.uw[6913]
37 adcw eflags[0x1,0x0] : imm16[1234] bx.uw[5678] => 1.uw[6912
    [all...]
gen_insn_test.pl 28 uw => "%u",
41 uw => "",
97 unsigned short uw[1];
104 unsigned short uw[2];
114 unsigned short uw[4];
127 unsigned short uw[8];
211 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
331 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r8|r16|r32|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
460 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
486 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /external/valgrind/main/none/tests/amd64/
insn_mmx.def 44 paddusw mm.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535]
45 paddusw m64.uw[22222,33333,44444,55555] mm.uw[6666,7777,8888,9999] => 1.uw[28888,41110,53332,65535]
56 pcmpeqw mm.uw[1122,3344,5566,7788] mm.uw[1122,1122,5566,5566] => 1.uw[0xffff,0x0000,0xffff,0x0000]
57 pcmpeqw m64.uw[1122,3344,5566,7788] mm.uw[1122,1122,5566,5566] => 1.uw[0xffff,0x0000,0xffff,0x0000
    [all...]
gen_insn_test.pl 29 uw => "%u",
42 uw => "",
117 unsigned short uw[1];
124 unsigned short uw[2];
134 unsigned short uw[4];
147 unsigned short uw[8];
234 if ($preset =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
354 if ($arg =~ /^([abcd]l|[abcd]x|e[abcd]x|r[abcd]x|r8|r16|r32|r64|mm|xmm|m8|m16|m32|m64|m128)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
483 if ($result =~ /^(\d+)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/)
509 elsif ($result =~ /^([abcd][lh]|[abcd]x|e[abcd]x|r[abcd]x)\.(sb|ub|sw|uw|sd|ud|sq|uq|ps|pd)\[([^\]]+)\]$/
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_yuv_mmx.c 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} };
45 static mmx_t MMX_Ugrn565 = { .uw = {0xffe8, 0xffe8, 0xffe8, 0xffe8} };
46 static mmx_t MMX_Vgrn565 = { .uw = {0xffcd, 0xffcd, 0xffcd, 0xffcd} };
48 static mmx_t MMX_red565 = { .uw = {0xf800, 0xf800, 0xf800, 0xf800} }
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 201 fprintf(stderr,": uw-> 0x%08x lw-> 0x%08x "
203 vs->fc_op_addrs.r500[i].uw,
209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff,
210 vs->fc_op_addrs.r500[i].uw & 0xffff);
radeon_code.h 297 uint32_t uw; member in struct:r300_vertex_program_code::__anon14599::__anon14600
r3xx_vertprog.c 457 [compiler->code->num_fc_ops].uw =
  /external/mesa3d/src/gallium/drivers/r300/compiler/
r3xx_vertprog_dump.c 201 fprintf(stderr,": uw-> 0x%08x lw-> 0x%08x "
203 vs->fc_op_addrs.r500[i].uw,
209 (vs->fc_op_addrs.r500[i].uw >> 16) & 0xffff,
210 vs->fc_op_addrs.r500[i].uw & 0xffff);
radeon_code.h 297 uint32_t uw; member in struct:r300_vertex_program_code::__anon24941::__anon24942
  /external/jmonkeyengine/engine/src/test/jme3test/water/
TestPostWater.java 138 uw=cam.getLocation().y<waterHeight;
143 if(uw){
277 private boolean uw=false;
285 if(water.isUnderWater() && !uw){
288 uw=true;
290 if(!water.isUnderWater() && uw){
291 uw=false;
  /external/valgrind/main/VEX/test/
mmxtest.c 44 unsigned short uw[4]; /* 4 Unsigned Word */ member in union:__anon29440
495 mm->uw[0] = 0xFFFF & (random() >> 7);
496 mm->uw[1] = 0xFFFF & (random() >> 7);
497 mm->uw[2] = 0xFFFF & (random() >> 7);
498 mm->uw[3] = 0xFFFF & (random() >> 7);
  /external/chromium_org/third_party/mesa/src/src/glx/
drisw_glx.c 142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
147 *w = uw;
  /external/mesa3d/src/glx/
drisw_glx.c 142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
147 *w = uw;
  /external/qemu/
softmmu_header.h 29 #define USUFFIX uw
softmmu_template.h 33 #define USUFFIX uw
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
brw_eu.h 413 static INLINE struct brw_reg brw_imm_uw( GLushort uw )
416 imm.dw1.ud = uw | (uw << 16);
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_eu.h 413 static INLINE struct brw_reg brw_imm_uw( GLushort uw )
416 imm.dw1.ud = uw | (uw << 16);
  /external/pixman/pixman/
pixman-bits-image.c 665 pixman_fixed_t ux, uy, uw; local
681 uw = image->common.transform->matrix[2][0];
687 uw = 0;
717 w += uw;
    [all...]
  /external/valgrind/main/coregrind/m_scheduler/
scheduler.c 1698 unsigned long uw; member in union:__anon29655
1715 unsigned long uw; member in union:__anon29656
    [all...]
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 1180 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1347 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
    [all...]
tytypes.c 740 UWord uw ) {
743 VG_(sprintf)(buf, "%lu", uw);
  /external/libffi/src/sh64/
sysv.S 418 ld.uw r14, 16, r2
  /external/jpeg/
config.sub 698 os=-sysv4.2uw
  /external/qemu/distrib/jpeg-6b/
config.sub 698 os=-sysv4.2uw

Completed in 1259 milliseconds

1 2 3 4 5