Lines Matching refs:hi32
2663 UInt hi32 = toUInt(w64 >> 32); in sel16x4_3() local
2664 return toUShort(hi32 >> 16); in sel16x4_3()
2667 UInt hi32 = toUInt(w64 >> 32); in sel16x4_2() local
2668 return toUShort(hi32); in sel16x4_2()
2680 UInt hi32 = toUInt(w64 >> 32); in sel8x8_7() local
2681 return toUChar(hi32 >> 24); in sel8x8_7()
2684 UInt hi32 = toUInt(w64 >> 32); in sel8x8_6() local
2685 return toUChar(hi32 >> 16); in sel8x8_6()
2688 UInt hi32 = toUInt(w64 >> 32); in sel8x8_5() local
2689 return toUChar(hi32 >> 8); in sel8x8_5()
2692 UInt hi32 = toUInt(w64 >> 32); in sel8x8_4() local
2693 return toUChar(hi32 >> 0); in sel8x8_4()