Lines Matching full:w64
1820 ULong w64 = x86g_check_ldmxcsr( w32 );
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 ) {
2453 UInt lo32 = toUInt(w64);
2457 static inline UChar sel8x8_7 ( ULong w64 ) {
2458 UInt hi32 = toUInt(w64 >> 32);
2461 static inline UChar sel8x8_6 ( ULong w64 ) {
2462 UInt hi32 = toUInt(w64 >> 32);
2465 static inline UChar sel8x8_5 ( ULong w64 ) {
2466 UInt hi32 = toUInt(w64 >> 32);
2469 static inline UChar sel8x8_4 ( ULong w64 ) {
2470 UInt hi32 = toUInt(w64 >> 32);
2473 static inline UChar sel8x8_3 ( ULong w64 ) {
2474 UInt lo32 = toUInt(w64);
2477 static inline UChar sel8x8_2 ( ULong w64 ) {
2478 UInt lo32 = toUInt(w64);
2481 static inline UChar sel8x8_1 ( ULong w64 ) {
2482 UInt lo32 = toUInt(w64);
2485 static inline UChar sel8x8_0 ( ULong w64 ) {
2486 UInt lo32 = toUInt(w64);