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

  /external/valgrind/main/VEX/priv/
host_generic_simd128.c 136 res->w32[0] = mul32(argL->w32[0], argR->w32[0]);
137 res->w32[1] = mul32(argL->w32[1], argR->w32[1]);
138 res->w32[2] = mul32(argL->w32[2], argR->w32[2]);
139 res->w32[3] = mul32(argL->w32[3], argR->w32[3])
    [all...]
guest_generic_x87.c 649 resV->w32[0] = bits4_to_bytes4( (intRes2 >> 0) & 0xF );
650 resV->w32[1] = bits4_to_bytes4( (intRes2 >> 4) & 0xF );
651 resV->w32[2] = bits4_to_bytes4( (intRes2 >> 8) & 0xF );
652 resV->w32[3] = bits4_to_bytes4( (intRes2 >> 12) & 0xF );
654 resV->w32[0] = intRes2 & 0xFFFF;
655 resV->w32[1] = 0;
656 resV->w32[2] = 0;
657 resV->w32[3] = 0;
673 resV->w32[0] = newECX;
674 resV->w32[1] = 0
    [all...]
host_generic_simd64.c 1179 static inline UShort sel16x2_1 ( UInt w32 ) {
1180 return 0xFFFF & (UShort)(w32 >> 16);
1182 static inline UShort sel16x2_0 ( UInt w32 ) {
1183 return 0xFFFF & (UShort)(w32);
1188 UInt w32 = (((UInt)w3) << 24) | (((UInt)w2) << 16) local
1190 return w32;
1193 static inline UChar sel8x4_3 ( UInt w32 ) {
1194 return toUChar(0xFF & (w32 >> 24));
1196 static inline UChar sel8x4_2 ( UInt w32 ) {
1197 return toUChar(0xFF & (w32 >> 16))
    [all...]
guest_amd64_helpers.c 1818 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
host_mips_defs.c 2317 UInt w32 = 0; local
    [all...]
guest_x86_helpers.c 1831 { UInt w32 = (((UInt)addrS[12]) & 0xFFFF) local
    [all...]
host_ppc_defs.c 2952 UInt w32 = 0; local
    [all...]
host_amd64_defs.c     [all...]
host_x86_defs.c     [all...]
ir_opt.c 1483 UInt w32 = e->Iex.Unop.arg->Iex.Const.con->Ico.U32; local
    [all...]
  /ndk/sources/host-tools/make-3.81/
build_w32.bat 18 if not exist config.h copy config.h.W32 config.h
19 cd w32\subproc
31 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D TIVOLI /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c variable.c
33 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c rule.c
35 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c remote-stub.c
37 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c commands.c
39 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c file.c
41 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c getloadavg.c
43 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/%make%.pch /Fo.\WinDebug/ /Fd.\WinDebug/%make%.pdb /c default.c
45 cl.exe /nologo /MT /W4 /GX /Zi /YX /Od /I . /I glob /I w32/include /D _DEBUG /D WINDOWS32 /D WIN32 /D _CONSOLE /D HAVE_CONFIG_H /FR.\WinDebug/ /Fp.\WinDebug/ (…)
    [all...]
subproc.bat 20 cd w32\subproc
  /external/libvpx/libvpx/vp9/common/x86/
vp9_copy_sse2.asm 27 je .w32
51 .w32:
  /external/valgrind/main/VEX/pub/
libvex_basictypes.h 73 UInt w32[4]; member in union:__anon29379
  /external/valgrind/main/none/tests/amd64/
pcmpstr64w.c 25 UInt w32[4]; member in union:__anon30146
157 resV->w32[0] = newECX;
158 resV->w32[1] = 0;
159 resV->w32[2] = 0;
160 resV->w32[3] = 0;
    [all...]
sse4-64.c 206 void set_mxcsr ( UInt w32 )
208 if (0) printf("set %08x\n", w32);
209 ULong w64 = (ULong)w32;
    [all...]
  /external/valgrind/main/memcheck/
mc_main.c 2112 UInt w32[OC_W32S_PER_LINE]; member in struct:__anon30097
    [all...]
  /ndk/sources/host-tools/make-3.81/w32/
Makefile 2 # w32/Makefile. Generated from Makefile.in by configure.
56 subdir = w32
219 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu w32/Makefile'; \
221 $(AUTOMAKE) --gnu w32/Makefile
  /external/valgrind/main/coregrind/m_debuginfo/
readdwarf3.c 349 UInt w32; local
351 w32 = get_UInt( c );
352 if (w32 >= 0xFFFFFFF0 && w32 < 0xFFFFFFFF) {
355 else if (w32 == 0xFFFFFFFF) {
360 w64 = (ULong)w32;
    [all...]
readdwarf.c 280 UInt w32 = ML_(read_UInt)(p_img); local
281 if (w32 == 0xFFFFFFFF) {
286 return (ULong)w32;
    [all...]

Completed in 322 milliseconds