Home | History | Annotate | Download | only in priv

Lines Matching defs:w64

1820      ULong w64 = amd64g_check_ldmxcsr( (ULong)w32 );
1822 warnXMM = (VexEmWarn)(w64 >> 32);
1824 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
2937 static inline UShort sel16x4_3 ( ULong w64 ) {
2938 UInt hi32 = toUInt(w64 >> 32);
2941 static inline UShort sel16x4_2 ( ULong w64 ) {
2942 UInt hi32 = toUInt(w64 >> 32);
2945 static inline UShort sel16x4_1 ( ULong w64 ) {
2946 UInt lo32 = toUInt(w64);
2949 static inline UShort sel16x4_0 ( ULong w64 ) {
2950 UInt lo32 = toUInt(w64);
2954 static inline UChar sel8x8_7 ( ULong w64 ) {
2955 UInt hi32 = toUInt(w64 >> 32);
2958 static inline UChar sel8x8_6 ( ULong w64 ) {
2959 UInt hi32 = toUInt(w64 >> 32);
2962 static inline UChar sel8x8_5 ( ULong w64 ) {
2963 UInt hi32 = toUInt(w64 >> 32);
2966 static inline UChar sel8x8_4 ( ULong w64 ) {
2967 UInt hi32 = toUInt(w64 >> 32);
2970 static inline UChar sel8x8_3 ( ULong w64 ) {
2971 UInt lo32 = toUInt(w64);
2974 static inline UChar sel8x8_2 ( ULong w64 ) {
2975 UInt lo32 = toUInt(w64);
2978 static inline UChar sel8x8_1 ( ULong w64 ) {
2979 UInt lo32 = toUInt(w64);
2982 static inline UChar sel8x8_0 ( ULong w64 ) {
2983 UInt lo32 = toUInt(w64);
3567 argD->w64[0] = r.w64[0] ^ argL->w64[0];
3568 argD->w64[1] = r.w64[1] ^ argL->w64[1];
3578 argD->w64[0] = r.w64[0] ^ argL->w64[0];
3579 argD->w64[1] = r.w64[1] ^ argL->w64[1];