Searched refs:LOAD_DATA (Results 1 – 5 of 5) sorted by relevance
| /linux/arch/powerpc/crypto/ |
| H A D | aes-spe-modes.S | 13 #define LOAD_DATA(reg, off) \ macro 30 #define LOAD_DATA(reg, off) \ macro 167 LOAD_DATA(rD0, 0) 168 LOAD_DATA(rD1, 4) 169 LOAD_DATA(rD2, 8) 170 LOAD_DATA(rD3, 12) 194 LOAD_DATA(rD0, 0) 196 LOAD_DATA(rD1, 4) 197 LOAD_DATA(rD2, 8) 198 LOAD_DATA(rD3, 12) [all …]
|
| /linux/lib/raid6/ |
| H A D | s390vx.uc | 43 #define LOAD_DATA(x, ptr) fpu_vlm(x, x + $# - 1, ptr) 62 LOAD_DATA(0,&dptr[z0][d]); 69 LOAD_DATA(16,&dptr[z][d]); 96 LOAD_DATA(0,&dptr[z0][d]); 103 LOAD_DATA(16,&dptr[z][d]); 114 LOAD_DATA(16,&p[d]); 117 LOAD_DATA(16,&q[d]);
|
| /linux/lib/crypto/powerpc/ |
| H A D | md5-asm.S | 48 #define LOAD_DATA(reg, off) \ macro 54 #define LOAD_DATA(reg, off) \ macro 62 LOAD_DATA(w0, off) /* W */ \ 66 LOAD_DATA(w1, off+4) /* W */ \
|
| H A D | sha256-spe-asm.S | 90 #define LOAD_DATA(reg, off) \ macro 95 #define LOAD_DATA(reg, off) \ macro 102 LOAD_DATA(w, off) /* 1: W */ \ 126 LOAD_DATA(w, off+4) /* 2: W */ \
|
| H A D | sha1-spe-asm.S | 95 #define LOAD_DATA(reg, off) \ macro 100 #define LOAD_DATA(reg, off) \ macro 107 LOAD_DATA(w0, off) /* 1: W */ \ 116 LOAD_DATA(w1, off+4) /* 2: W */ \
|