Home | History | Annotate | Download | only in priv

Lines Matching defs:w64

1833      ULong w64 = x86g_check_ldmxcsr( w32 );
1835 warnXMM = (VexEmWarn)(w64 >> 32);
1837 gst->guest_SSEROUND = (UInt)w64;
2453 static inline UShort sel16x4_3 ( ULong w64 ) {
2454 UInt hi32 = toUInt(w64 >> 32);
2457 static inline UShort sel16x4_2 ( ULong w64 ) {
2458 UInt hi32 = toUInt(w64 >> 32);
2461 static inline UShort sel16x4_1 ( ULong w64 ) {
2462 UInt lo32 = toUInt(w64);
2465 static inline UShort sel16x4_0 ( ULong w64 ) {
2466 UInt lo32 = toUInt(w64);
2470 static inline UChar sel8x8_7 ( ULong w64 ) {
2471 UInt hi32 = toUInt(w64 >> 32);
2474 static inline UChar sel8x8_6 ( ULong w64 ) {
2475 UInt hi32 = toUInt(w64 >> 32);
2478 static inline UChar sel8x8_5 ( ULong w64 ) {
2479 UInt hi32 = toUInt(w64 >> 32);
2482 static inline UChar sel8x8_4 ( ULong w64 ) {
2483 UInt hi32 = toUInt(w64 >> 32);
2486 static inline UChar sel8x8_3 ( ULong w64 ) {
2487 UInt lo32 = toUInt(w64);
2490 static inline UChar sel8x8_2 ( ULong w64 ) {
2491 UInt lo32 = toUInt(w64);
2494 static inline UChar sel8x8_1 ( ULong w64 ) {
2495 UInt lo32 = toUInt(w64);
2498 static inline UChar sel8x8_0 ( ULong w64 ) {
2499 UInt lo32 = toUInt(w64);