Searched refs:w64 (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/third_party/webrtc/modules/video_coding/main/source/
H A Dinternal_defines.h21 inline uint32_t MaskWord64ToUWord32(int64_t w64) argument
23 return static_cast<uint32_t>(MASK_32_BITS(w64));
/external/valgrind/main/none/tests/ppc64/
H A Dstd_reg_imm.c46 unsigned long long int w64; member in struct:__anon33200
/external/valgrind/main/memcheck/tests/amd64/
H A Dinsn-pmovmskb.c10 ULong w64[2]; /* Note: little-endian */ member in struct:__anon33046
28 (void)VALGRIND_SET_VBITS(&addr->w64[i], &vbits.w64[i], sizeof(vbits.w64[i]));
35 vbits.w64[1], vbits.w64[0], val.w64[1], val.w64[0],
/external/valgrind/main/VEX/priv/
H A Dhost_generic_simd128.c258 res->w64[0] = cmpEQ64(argL->w64[0], argR->w64[0]);
259 res->w64[1] = cmpEQ64(argL->w64[1], argR->w64[1]);
266 res->w64[0] = cmpGT64S(argL->w64[0], argR->w64[0]);
267 res->w64[
[all...]
H A Dhost_generic_simd64.c53 static inline UInt sel32x2_1 ( ULong w64 ) {
54 return 0xFFFFFFFF & toUInt(w64 >> 32);
56 static inline UInt sel32x2_0 ( ULong w64 ) {
57 return 0xFFFFFFFF & toUInt(w64);
71 static inline UShort sel16x4_3 ( ULong w64 ) {
72 UInt hi32 = toUInt(w64 >> 32);
75 static inline UShort sel16x4_2 ( ULong w64 ) {
76 UInt hi32 = toUInt(w64 >> 32);
79 static inline UShort sel16x4_1 ( ULong w64 ) {
80 UInt lo32 = (UInt)w64;
135 index8x8( ULong w64, UChar ix ) argument
[all...]
H A Dguest_x86_helpers.c1834 ULong w64 = x86g_check_ldmxcsr( w32 ); local
1836 warnXMM = (VexEmNote)(w64 >> 32);
1838 gst->guest_SSEROUND = (UInt)w64;
2511 static inline UShort sel16x4_3 ( ULong w64 ) {
2512 UInt hi32 = toUInt(w64 >> 32);
2515 static inline UShort sel16x4_2 ( ULong w64 ) {
2516 UInt hi32 = toUInt(w64 >> 32);
2519 static inline UShort sel16x4_1 ( ULong w64 ) {
2520 UInt lo32 = toUInt(w64);
2523 static inline UShort sel16x4_0 ( ULong w64 ) {
[all...]
H A Dguest_amd64_helpers.c1909 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
1911 warnXMM = (VexEmNote)(w64 >> 32);
1913 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
3045 static inline UShort sel16x4_3 ( ULong w64 ) {
3046 UInt hi32 = toUInt(w64 >> 32);
3049 static inline UShort sel16x4_2 ( ULong w64 ) {
3050 UInt hi32 = toUInt(w64 >> 32);
3053 static inline UShort sel16x4_1 ( ULong w64 ) {
3054 UInt lo32 = toUInt(w64);
3057 static inline UShort sel16x4_0 ( ULong w64 ) {
[all...]
H A Dir_opt.c1482 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1483 w64 &= 0xFFULL;
1484 e2 = IRExpr_Const(IRConst_U8( (UChar)w64 ));
1488 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1489 w64 &= 0xFFFFULL;
1490 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1494 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1495 w64 &= 0x00000000FFFFFFFFULL;
1496 e2 = IRExpr_Const(IRConst_U32( (UInt)w64 ));
1500 ULong w64 local
1566 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
[all...]
H A Dhost_x86_isel.c2094 ULong w64 = e->Iex.Const.con->Ico.U64; local
2095 UInt wHi = toUInt(w64 >> 32);
2096 UInt wLo = toUInt(w64);
2253 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
2254 UInt wHi = toUInt(w64 >> 32);
2255 UInt wLo = toUInt(w64);
H A Dhost_amd64_defs.c1991 static UChar* emit64 ( UChar* p, ULong w64 )
1993 p = emit32(p, toUInt(w64 & 0xFFFFFFFF));
1994 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));
H A Dhost_mips_isel.c2302 ULong w64 = e->Iex.Const.con->Ico.U64; local
2303 UInt wHi = toUInt(w64 >> 32);
2304 UInt wLo = toUInt(w64);
H A Dhost_amd64_isel.c872 ULong w64 = 0; local
876 w64 |= (0xFFULL << (8 * i));
878 return w64;
H A Dhost_ppc_isel.c3096 ULong w64 = e->Iex.Const.con->Ico.U64; local
3097 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF;
3098 UInt wLo = ((UInt)w64) & 0xFFFFFFFF;
H A Dhost_arm_isel.c1922 ULong w64 = e->Iex.Const.con->Ico.U64; local
1923 UInt wHi = toUInt(w64 >> 32);
1924 UInt wLo = toUInt(w64);
H A Dguest_amd64_toIR.c5528 IRTemp w64 = newTemp(Ity_I64); local
5535 d->tmp = w64;
5567 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
6508 IRTemp w64 = newTemp(Ity_I64); local
6534 d->tmp = w64;
6570 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
[all...]
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h74 ULong w64[2]; member in union:__anon32260
84 ULong w64[4]; member in union:__anon32261
/external/qemu/android/build/
H A Dcommon.sh208 MINGW64_PREFIX=x86_64-w64-mingw32
/external/valgrind/main/none/tests/amd64/
H A Dsse4-64.c193 ULong w64; local
199 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
201 if (0) printf("get %08x\n", (UInt)w64);
202 return (UInt)w64;
209 ULong w64 = (ULong)w32; local
215 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c356 ULong w64; local
365 w64 = get_ULong( c );
368 w64 = (ULong)w32;
370 return w64;
/external/valgrind/main/memcheck/
H A Dmc_main.c4343 mc_LOADV_128_or_256(&res->w64[0], a, 256, True);
4347 mc_LOADV_128_or_256(&res->w64[0], a, 256, False);
4352 mc_LOADV_128_or_256(&res->w64[0], a, 128, True);
4356 mc_LOADV_128_or_256(&res->w64[0], a, 128, False);

Completed in 2724 milliseconds