Lines Matching full:w64
1748 ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 );
1750 warnXMM = (VexEmWarn)(w64 >> 32);
1752 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
2615 static inline UShort sel16x4_3 ( ULong w64 ) {
2616 UInt hi32 = toUInt(w64 >> 32);
2619 static inline UShort sel16x4_2 ( ULong w64 ) {
2620 UInt hi32 = toUInt(w64 >> 32);
2623 static inline UShort sel16x4_1 ( ULong w64 ) {
2624 UInt lo32 = toUInt(w64);
2627 static inline UShort sel16x4_0 ( ULong w64 ) {
2628 UInt lo32 = toUInt(w64);
2632 static inline UChar sel8x8_7 ( ULong w64 ) {
2633 UInt hi32 = toUInt(w64 >> 32);
2636 static inline UChar sel8x8_6 ( ULong w64 ) {
2637 UInt hi32 = toUInt(w64 >> 32);
2640 static inline UChar sel8x8_5 ( ULong w64 ) {
2641 UInt hi32 = toUInt(w64 >> 32);
2644 static inline UChar sel8x8_4 ( ULong w64 ) {
2645 UInt hi32 = toUInt(w64 >> 32);
2648 static inline UChar sel8x8_3 ( ULong w64 ) {
2649 UInt lo32 = toUInt(w64);
2652 static inline UChar sel8x8_2 ( ULong w64 ) {
2653 UInt lo32 = toUInt(w64);
2656 static inline UChar sel8x8_1 ( ULong w64 ) {
2657 UInt lo32 = toUInt(w64);
2660 static inline UChar sel8x8_0 ( ULong w64 ) {
2661 UInt lo32 = toUInt(w64);