Searched refs:uw (Results 1 - 25 of 118) sorted by relevance

12345

/external/valgrind/main/none/tests/x86/
H A Dinsn_basic.def33 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[691
[all...]
H A Dgen_insn_test.pl28 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|s
[all...]
/external/valgrind/main/none/tests/amd64/
H A Dinsn_mmx.def44 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[112
[all...]
H A Dgen_insn_test.pl29 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|s
[all...]
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_yuv_mmx.c36 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
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c201 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);
H A Dradeon_code.h297 uint32_t uw; member in struct:r300_vertex_program_code::__anon13874::__anon13875
/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr3xx_vertprog_dump.c201 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);
H A Dradeon_code.h297 uint32_t uw; member in struct:r300_vertex_program_code::__anon27285::__anon27286
/external/pcre/dist/sljit/
H A DsljitUtils.c208 sljit_uw uw; member in union:__anon28511
245 stack->base = base.uw;
268 stack->base = base.uw;
/external/elfutils/0.153/lib/
H A Dcolor.c172 E (uw, undef_weak),
/external/valgrind/main/VEX/test/
H A Dmmxtest.c44 unsigned short uw[4]; /* 4 Unsigned Word */ member in union:__anon32332
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/
H A Ddrisw_glx.c142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
147 *w = uw;
/external/mesa3d/src/glx/
H A Ddrisw_glx.c142 unsigned uw, uh, bw, depth; local
146 XGetGeometry(dpy, drawable, &root, x, y, &uw, &uh, &bw, &depth);
147 *w = uw;
/external/qemu/include/exec/
H A Dsoftmmu_header.h38 #define USUFFIX uw
H A Dsoftmmu_template.h38 #define LSUFFIX uw
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf.c2791 UWord uw; local
2879 uw = step_leb128U( &expr );
2880 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2885 VG_(printf)("DW_OP_plus_uconst: %lu", uw);
2914 uw = step_le_u_encoded_literal( &expr, 1 );
2915 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2917 VG_(printf)("DW_OP_const1: %lu", uw);
2922 uw = step_le_u_encoded_literal( &expr, 2 );
2923 PUSH( ML_(CfiExpr_Const)( dst, uw ) );
2925 VG_(printf)("DW_OP_const2: %lu", uw);
[all...]
H A Dreaddwarf3.c1181 UWord uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1183 || uw >= cc->escn_debug_str.szB)
1189 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str), uw );
1192 TRACE_D3("(indirect string, offset: 0x%lx): %s", uw, tmp);
1356 SizeT uw = (UWord)get_Dwarfish_UWord( c, cc->is_dw64 ); local
1358 || uw >= cc->escn_debug_str_alt.szB)
1364 = ML_(cur_plus)( ML_(cur_from_sli)(cc->escn_debug_str_alt), uw);
1367 TRACE_D3("(indirect alt string, offset: 0x%lx): %s", uw, tmp);
H A Dtytypes.c740 UWord uw ) {
743 VG_(sprintf)(buf, "%lu", uw);
/external/ltrace/sysdeps/linux-gnu/
H A Dtrace.c867 enum callback_status (*uw)
881 if (uw == NULL)
882 uw = &no;
890 handler->ugly_workaround_p = uw;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h413 static INLINE struct brw_reg brw_imm_uw( GLushort uw )
416 imm.dw1.ud = uw | (uw << 16);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_eu.h413 static INLINE struct brw_reg brw_imm_uw( GLushort uw )
416 imm.dw1.ud = uw | (uw << 16);
/external/pixman/pixman/
H A Dpixman-bits-image.c665 pixman_fixed_t ux, uy, uw; local
681 uw = image->common.transform->matrix[2][0];
687 uw = 0;
717 w += uw;
/external/valgrind/main/coregrind/m_scheduler/
H A Dscheduler.c1817 unsigned long uw; member in union:__anon32563
1819 u.uw = (unsigned long)arg[2];
1835 unsigned long uw; member in union:__anon32564
1837 u.uw = (unsigned long)arg[2];
/external/jpeg/
H A Dconfig.sub698 os=-sysv4.2uw

Completed in 2456 milliseconds

12345