Searched refs:d_4 (Results 1 – 1 of 1) sorted by relevance
/freebsd/sys/contrib/openzfs/module/icp/asm-x86_64/aes/ |
H A D | aestab.h | 94 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] = \ macro 99 #define d_4(t, n, b, e, f, g, h) static const t n[4][256] 114 d_4(uint32_t, t_dec(f, n), sb_data, u0, u1, u2, u3); 121 d_4(uint32_t, t_dec(f, l), sb_data, w0, w1, w2, w3); 128 d_4(uint32_t, t_dec(i, n), isb_data, v0, v1, v2, v3); 135 d_4(uint32_t, t_dec(i, l), isb_data, w0, w1, w2, w3); 150 d_4(uint32_t, t_dec(l, s), sb_data, w0, w1, w2, w3); 158 d_4(uint32_t, t_dec(i, m), mm_data, v0, v1, v2, v3);
|