Home
last modified time | relevance | path

Searched refs:w64hi (Results 1 – 2 of 2) sorted by relevance

/external/valgrind/VEX/priv/
Dhost_generic_simd128.c372 h_generic_calc_GetMSBs8x16 ( ULong w64hi, ULong w64lo ) in h_generic_calc_GetMSBs8x16() argument
375 if (w64hi & (1ULL << (64-1))) r |= (1<<15); in h_generic_calc_GetMSBs8x16()
376 if (w64hi & (1ULL << (56-1))) r |= (1<<14); in h_generic_calc_GetMSBs8x16()
377 if (w64hi & (1ULL << (48-1))) r |= (1<<13); in h_generic_calc_GetMSBs8x16()
378 if (w64hi & (1ULL << (40-1))) r |= (1<<12); in h_generic_calc_GetMSBs8x16()
379 if (w64hi & (1ULL << (32-1))) r |= (1<<11); in h_generic_calc_GetMSBs8x16()
380 if (w64hi & (1ULL << (24-1))) r |= (1<<10); in h_generic_calc_GetMSBs8x16()
381 if (w64hi & (1ULL << (16-1))) r |= (1<<9); in h_generic_calc_GetMSBs8x16()
382 if (w64hi & (1ULL << ( 8-1))) r |= (1<<8); in h_generic_calc_GetMSBs8x16()
Dhost_generic_simd128.h90 UInt h_generic_calc_GetMSBs8x16 ( ULong w64hi, ULong w64lo );