Searched defs:w64 (Results 1 - 13 of 13) sorted by relevance

/external/valgrind/main/none/tests/ppc64/
H A Dstd_reg_imm.c46 unsigned long long int w64; member in struct:__anon14205
/external/valgrind/main/VEX/pub/
H A Dlibvex_basictypes.h71 ULong w64[2]; member in union:__anon13397
/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/VEX/priv/
H A Dguest_amd64_helpers.c1795 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 ); local
1797 warnXMM = (VexEmWarn)(w64 >> 32);
1799 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
2662 static inline UShort sel16x4_3 ( ULong w64 ) {
2663 UInt hi32 = toUInt(w64 >> 32);
2666 static inline UShort sel16x4_2 ( ULong w64 ) {
2667 UInt hi32 = toUInt(w64 >> 32);
2670 static inline UShort sel16x4_1 ( ULong w64 ) {
2671 UInt lo32 = toUInt(w64);
2674 static inline UShort sel16x4_0 ( ULong w64 ) {
[all...]
H A Dguest_x86_helpers.c1820 ULong w64 = x86g_check_ldmxcsr( w32 ); local
1822 warnXMM = (VexEmWarn)(w64 >> 32);
1824 gst->guest_SSEROUND = (UInt)w64;
2440 static inline UShort sel16x4_3 ( ULong w64 ) {
2441 UInt hi32 = toUInt(w64 >> 32);
2444 static inline UShort sel16x4_2 ( ULong w64 ) {
2445 UInt hi32 = toUInt(w64 >> 32);
2448 static inline UShort sel16x4_1 ( ULong w64 ) {
2449 UInt lo32 = toUInt(w64);
2452 static inline UShort sel16x4_0 ( ULong w64 ) {
[all...]
H A Dhost_amd64_isel.c796 ULong w64 = 0; local
800 w64 |= (0xFFULL << (8 * i));
802 return w64;
2381 //.. ULong w64 = e->Iex.Const.con->Ico.U64;
2382 //.. UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF;
2383 //.. UInt wLo = ((UInt)w64) & 0xFFFFFFFF;
H A Dhost_arm_isel.c1807 ULong w64 = e->Iex.Const.con->Ico.U64; local
1808 UInt wHi = toUInt(w64 >> 32);
1809 UInt wLo = toUInt(w64);
H A Dhost_generic_simd64.c52 static inline UInt sel32x2_1 ( ULong w64 ) {
53 return 0xFFFFFFFF & toUInt(w64 >> 32);
55 static inline UInt sel32x2_0 ( ULong w64 ) {
56 return 0xFFFFFFFF & toUInt(w64);
70 static inline UShort sel16x4_3 ( ULong w64 ) {
71 UInt hi32 = toUInt(w64 >> 32);
74 static inline UShort sel16x4_2 ( ULong w64 ) {
75 UInt hi32 = toUInt(w64 >> 32);
78 static inline UShort sel16x4_1 ( ULong w64 ) {
79 UInt lo32 = (UInt)w64;
134 index8x8( ULong w64, UChar ix ) argument
[all...]
H A Dhost_x86_isel.c1939 ULong w64 = e->Iex.Const.con->Ico.U64; local
1940 UInt wHi = toUInt(w64 >> 32);
1941 UInt wLo = toUInt(w64);
2141 ULong w64 = e->Iex.Binop.arg2->Iex.Const.con->Ico.U64; local
2142 UInt wHi = toUInt(w64 >> 32);
2143 UInt wLo = toUInt(w64);
H A Dir_opt.c1130 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1131 w64 &= 0xFFULL;
1132 e2 = IRExpr_Const(IRConst_U8( (UChar)w64 ));
1136 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1137 w64 &= 0xFFFFULL;
1138 e2 = IRExpr_Const(IRConst_U16( (UShort)w64 ));
1142 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
1143 w64 &= 0x00000000FFFFFFFFULL;
1144 e2 = IRExpr_Const(IRConst_U32( (UInt)w64 ));
1148 ULong w64 local
1214 ULong w64 = e->Iex.Unop.arg->Iex.Const.con->Ico.U64; local
[all...]
H A Dhost_ppc_isel.c2640 ULong w64 = e->Iex.Const.con->Ico.U64; local
2641 UInt wHi = ((UInt)(w64 >> 32)) & 0xFFFFFFFF;
2642 UInt wLo = ((UInt)w64) & 0xFFFFFFFF;
H A Dguest_amd64_toIR.c5067 IRTemp w64 = newTemp(Ity_I64); local
5075 d->tmp = w64;
5106 assign(ew, unop(Iop_64to32,mkexpr(w64)) );
/external/valgrind/main/coregrind/m_debuginfo/
H A Dreaddwarf3.c347 ULong w64; local
356 w64 = get_ULong( c );
359 w64 = (ULong)w32;
361 return w64;

Completed in 290 milliseconds