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

/external/webrtc/webrtc/modules/video_coding/
H A Dinternal_defines.h20 inline uint32_t MaskWord64ToUWord32(int64_t w64) { argument
21 return static_cast<uint32_t>(MASK_32_BITS(w64));
/external/valgrind/none/tests/ppc64/
H A Dstd_reg_imm.c46 unsigned long long int w64; member in struct:__anon19555
/external/valgrind/memcheck/tests/amd64/
H A Dinsn-pmovmskb.c10 ULong w64[2]; /* Note: little-endian */ member in struct:__anon19397
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/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 Dguest_x86_helpers.c1872 ULong w64 = x86g_check_ldmxcsr( w32 ); local
1874 warnXMM = (VexEmNote)(w64 >> 32);
1876 gst->guest_SSEROUND = w64 & 0xFFFFFFFF;
1953 ULong w64 = x86g_check_ldmxcsr( mxcsr ); local
1954 vex_state->guest_SSEROUND = w64 & 0xFFFFFFFF;
1955 return (VexEmNote)(w64 >> 32);
2625 static inline UShort sel16x4_3 ( ULong w64 ) {
2626 UInt hi32 = toUInt(w64 >> 32);
2629 static inline UShort sel16x4_2 ( ULong w64 ) {
2630 UInt hi32 = toUInt(w64 >> 3
[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_amd64_helpers.c2157 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
2159 VexEmNote warnXMM = (VexEmNote)(w64 >> 32);
2161 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
3525 static inline UShort sel16x4_3 ( ULong w64 ) {
3526 UInt hi32 = toUInt(w64 >> 32);
3529 static inline UShort sel16x4_2 ( ULong w64 ) {
3530 UInt hi32 = toUInt(w64 >> 32);
3533 static inline UShort sel16x4_1 ( ULong w64 ) {
3534 UInt lo32 = toUInt(w64);
3537 static inline UShort sel16x4_0 ( ULong w64 ) {
[all...]
H A Dhost_generic_reg_alloc2.c288 static inline UInt ULong__maxIndex ( ULong w64 ) {
289 return 63 - __builtin_clzll(w64);
292 static inline UInt ULong__minIndex ( ULong w64 ) {
293 return __builtin_ctzll(w64);
H A Dir_opt.c1504 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1505 w64 &= 0xFFULL;
1506 e2 = IRExpr_Const(IRConst_U8( (UChar)w64 ));
1510 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1511 w64 &= 0xFFFFULL;
1512 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1516 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1517 w64 &= 0x00000000FFFFFFFFULL;
1518 e2 = IRExpr_Const(IRConst_U32( (UInt)w64 ));
1522 ULong w64 local
1588 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.c2068 static UChar* emit64 ( UChar* p, ULong w64 )
2070 p = emit32(p, toUInt(w64 & 0xFFFFFFFF));
2071 p = emit32(p, toUInt((w64 >> 32) & 0xFFFFFFFF));
H A Dhost_mips_isel.c2311 ULong w64 = e->Iex.Const.con->Ico.U64; local
2312 UInt wHi = toUInt(w64 >> 32);
2313 UInt wLo = toUInt(w64);
H A Dhost_amd64_isel.c871 ULong w64 = 0; local
875 w64 |= (0xFFULL << (8 * i));
877 return w64;
H A Dhost_ppc_isel.c3196 ULong w64 = e->Iex.Const.con->Ico.U64; local
3197 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF;
3198 UInt wLo = ((UInt)w64) & 0xFFFFFFFF;
H A Dhost_arm_isel.c1933 ULong w64 = e->Iex.Const.con->Ico.U64; local
1934 UInt wHi = toUInt(w64 >> 32);
1935 UInt wLo = toUInt(w64);
H A Dguest_amd64_toIR.c5582 IRTemp w64 = newTemp(Ity_I64); local
5589 d->tmp = w64;
5621 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
6532 IRTemp w64 = newTemp(Ity_I64); local
6558 d->tmp = w64;
6594 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
[all...]
/external/valgrind/VEX/pub/
H A Dlibvex_basictypes.h80 ULong w64[2]; member in union:__anon18523
90 ULong w64[4]; member in union:__anon18524
/external/compiler-rt/make/platform/
H A Dclang_mingw.mk1 Description := Static runtime libraries for mingw-w64
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dvpx_convolve_copy_sse2.asm45 je .w64
84 .w64
/external/valgrind/none/tests/amd64/
H A Dsse4-64.c168 ULong w64; local
174 : /*OUT*/"=r"(w64) : /*IN*/ : "memory","cc"
176 if (0) printf("get %08x\n", (UInt)w64);
177 return (UInt)w64;
184 ULong w64 = (ULong)w32; local
190 : /*OUT*/ : /*IN*/"r"(w64) : "memory",/*"mxcsr",*/"cc"
/external/valgrind/coregrind/m_debuginfo/
H A Dreaddwarf3.c361 ULong w64; local
370 w64 = get_ULong( c );
373 w64 = (ULong)w32;
375 return w64;
/external/valgrind/memcheck/
H A Dmc_main.c4486 mc_LOADV_128_or_256(&res->w64[0], a, 256, True);
4490 mc_LOADV_128_or_256(&res->w64[0], a, 256, False);
4495 mc_LOADV_128_or_256(&res->w64[0], a, 128, True);
4499 mc_LOADV_128_or_256(&res->w64[0], a, 128, False);

Completed in 579 milliseconds