Searched refs:w64lo (Results 1 – 2 of 2) sorted by relevance
372 h_generic_calc_GetMSBs8x16 ( ULong w64hi, ULong w64lo ) in h_generic_calc_GetMSBs8x16() argument383 if (w64lo & (1ULL << (64-1))) r |= (1<<7); in h_generic_calc_GetMSBs8x16()384 if (w64lo & (1ULL << (56-1))) r |= (1<<6); in h_generic_calc_GetMSBs8x16()385 if (w64lo & (1ULL << (48-1))) r |= (1<<5); in h_generic_calc_GetMSBs8x16()386 if (w64lo & (1ULL << (40-1))) r |= (1<<4); in h_generic_calc_GetMSBs8x16()387 if (w64lo & (1ULL << (32-1))) r |= (1<<3); in h_generic_calc_GetMSBs8x16()388 if (w64lo & (1ULL << (24-1))) r |= (1<<2); in h_generic_calc_GetMSBs8x16()389 if (w64lo & (1ULL << (16-1))) r |= (1<<1); in h_generic_calc_GetMSBs8x16()390 if (w64lo & (1ULL << ( 8-1))) r |= (1<<0); in h_generic_calc_GetMSBs8x16()
90 UInt h_generic_calc_GetMSBs8x16 ( ULong w64hi, ULong w64lo );