Searched refs:SET_64BIT (Results 1 – 1 of 1) sorted by relevance
460 #define SET_64BIT(dst32, u64) do { \ macro465 #define SET_64BIT(dst32, u64) do { \ macro539 if (N > 0) SET_64BIT(dst, V0); \540 if (N > 1) SET_64BIT(dst, V1); \541 if (N > 2) SET_64BIT(dst, V2); \542 if (N > 3) SET_64BIT(dst, V3); \545 if (N < 2 && size >= 4) SET_64BIT(dst, V1); \546 if (N < 3 && size >= 6) SET_64BIT(dst, V2); \547 if (N < 4 && size >= 8) SET_64BIT(dst, V3); \