Lines Matching refs:hi32
2441 UInt hi32 = toUInt(w64 >> 32); in sel16x4_3() local
2442 return toUShort(hi32 >> 16); in sel16x4_3()
2445 UInt hi32 = toUInt(w64 >> 32); in sel16x4_2() local
2446 return toUShort(hi32); in sel16x4_2()
2458 UInt hi32 = toUInt(w64 >> 32); in sel8x8_7() local
2459 return toUChar(hi32 >> 24); in sel8x8_7()
2462 UInt hi32 = toUInt(w64 >> 32); in sel8x8_6() local
2463 return toUChar(hi32 >> 16); in sel8x8_6()
2466 UInt hi32 = toUInt(w64 >> 32); in sel8x8_5() local
2467 return toUChar(hi32 >> 8); in sel8x8_5()
2470 UInt hi32 = toUInt(w64 >> 32); in sel8x8_4() local
2471 return toUChar(hi32 >> 0); in sel8x8_4()