Home | History | Annotate | Download | only in priv

Lines Matching defs:w64

1872      ULong w64 = x86g_check_ldmxcsr( w32 );
1874 warnXMM = (VexEmNote)(w64 >> 32);
1876 gst->guest_SSEROUND = w64 & 0xFFFFFFFF;
1953 ULong w64 = x86g_check_ldmxcsr( mxcsr );
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 >> 32);
2633 static inline UShort sel16x4_1 ( ULong w64 ) {
2634 UInt lo32 = toUInt(w64);
2637 static inline UShort sel16x4_0 ( ULong w64 ) {
2638 UInt lo32 = toUInt(w64);
2642 static inline UChar sel8x8_7 ( ULong w64 ) {
2643 UInt hi32 = toUInt(w64 >> 32);
2646 static inline UChar sel8x8_6 ( ULong w64 ) {
2647 UInt hi32 = toUInt(w64 >> 32);
2650 static inline UChar sel8x8_5 ( ULong w64 ) {
2651 UInt hi32 = toUInt(w64 >> 32);
2654 static inline UChar sel8x8_4 ( ULong w64 ) {
2655 UInt hi32 = toUInt(w64 >> 32);
2658 static inline UChar sel8x8_3 ( ULong w64 ) {
2659 UInt lo32 = toUInt(w64);
2662 static inline UChar sel8x8_2 ( ULong w64 ) {
2663 UInt lo32 = toUInt(w64);
2666 static inline UChar sel8x8_1 ( ULong w64 ) {
2667 UInt lo32 = toUInt(w64);
2670 static inline UChar sel8x8_0 ( ULong w64 ) {
2671 UInt lo32 = toUInt(w64);