Searched refs:SET_64BIT (Results 1 – 1 of 1) sorted by relevance
463 #define SET_64BIT(dst32, u64) do { \ macro468 #define SET_64BIT(dst32, u64) do { \ macro541 if (N > 0) SET_64BIT(dst, V0); \542 if (N > 1) SET_64BIT(dst, V1); \543 if (N > 2) SET_64BIT(dst, V2); \544 if (N > 3) SET_64BIT(dst, V3); \547 if (N < 2 && size >= 4) SET_64BIT(dst, V1); \548 if (N < 3 && size >= 6) SET_64BIT(dst, V2); \549 if (N < 4 && size >= 8) SET_64BIT(dst, V3); \