Home | History | Annotate | Download | only in priv

Lines Matching refs:w64

2252    ULong   w64   = amd64g_check_ldmxcsr( (ULong)w32 );
2254 VexEmNote warnXMM = (VexEmNote)(w64 >> 32);
2256 gst->guest_SSEROUND = w64 & 0xFFFFFFFFULL;
3620 static inline UShort sel16x4_3 ( ULong w64 ) {
3621 UInt hi32 = toUInt(w64 >> 32);
3624 static inline UShort sel16x4_2 ( ULong w64 ) {
3625 UInt hi32 = toUInt(w64 >> 32);
3628 static inline UShort sel16x4_1 ( ULong w64 ) {
3629 UInt lo32 = toUInt(w64);
3632 static inline UShort sel16x4_0 ( ULong w64 ) {
3633 UInt lo32 = toUInt(w64);
3637 static inline UChar sel8x8_7 ( ULong w64 ) {
3638 UInt hi32 = toUInt(w64 >> 32);
3641 static inline UChar sel8x8_6 ( ULong w64 ) {
3642 UInt hi32 = toUInt(w64 >> 32);
3645 static inline UChar sel8x8_5 ( ULong w64 ) {
3646 w64 >> 32);
3649 static inline UChar sel8x8_4 ( ULong w64 ) {
3650 UInt hi32 = toUInt(w64 >> 32);
3653 static inline UChar sel8x8_3 ( ULong w64 ) {
3654 UInt lo32 = toUInt(w64);
3657 static inline UChar sel8x8_2 ( ULong w64 ) {
3658 UInt lo32 = toUInt(w64);
3661 static inline UChar sel8x8_1 ( ULong w64 ) {
3662 UInt lo32 = toUInt(w64);
3665 static inline UChar sel8x8_0 ( ULong w64 ) {
3666 UInt lo32 = toUInt(w64);
4257 argD->w64[0] = r.w64[0] ^ argL->w64[0];
4258 argD->w64[1] = r.w64[1] ^ argL->w64[1];
4268 argD->w64[0] = r.w64[0] ^ argL->w64[0];
4269 argD->w64[1] = r.w64[1] ^ argL->w64[1];