Searched refs:y3 (Results 1 - 18 of 18) sorted by relevance

/linux-master/arch/x86/crypto/
H A Dsha512-avx2-asm.S83 y3 = %rsi define
182 mov a, y3 # y3 = a # MAJA
186 or c, y3 # y3 = a|c # MAJA
199 and b, y3 # y3 = (a|c)&b # MAJA
209 or T1, y3 # y3 = MAJ = (a|c)&b)|(a&c) # MAJ
215 add y3,
[all...]
H A Dsha256-avx2-asm.S99 y3 = %esi # clobbers INP define
157 mov a, y3 # y3 = a # MAJA
162 or c, y3 # y3 = a|c # MAJA
177 and b, y3 # y3 = (a|c)&b # MAJA
190 or T1, y3 # y3 = MAJ = (a|c)&b)|(a&c) # MAJ
198 add y3,
[all...]
H A Daria-aesni-avx2-asm_64.S189 y0, y1, y2, y3, \
203 vmovdqu (11 * 32)(rio), y3; \
212 y0, y1, y2, y3, \
217 y0, y1, y2, y3, \
232 vmovdqu y3, 3 * 32(mem_cd); \
240 y0, y1, y2, y3, \
254 vmovdqu y3, 11 * 32(mem); \
422 y0, y1, y2, y3, \
428 vpxor y3, x7, x7; \
434 vpxor y7, y3, y
[all...]
H A Daria-aesni-avx-asm_64.S173 y0, y1, y2, y3, \
187 vmovdqu (11 * 16)(rio), y3; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
216 vmovdqu y3, 3 * 16(mem_cd); \
224 y0, y1, y2, y3, \
238 vmovdqu y3, 11 * 16(mem); \
381 y0, y1, y2, y3, \
387 vpxor y3, x7, x7; \
393 vpxor y7, y3, y
[all...]
H A Daria-gfni-avx512-asm_64.S173 y0, y1, y2, y3, \
187 vmovdqu64 (11 * 64)(rio), y3; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
216 vmovdqu64 y3, 3 * 64(mem_cd); \
224 y0, y1, y2, y3, \
238 vmovdqu64 y3, 11 * 64(mem); \
270 y0, y1, y2, y3, \
297 vpxorq t0, y3, y3; \
[all...]
H A Dcamellia-aesni-avx2-asm_64.S244 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
276 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
278 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
280 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
282 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
285 #define dec_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
287 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
289 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
291 two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
514 #define inpack32_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y
[all...]
H A Dcamellia-aesni-avx-asm_64.S212 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
244 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
246 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
248 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
250 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
253 #define dec_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
255 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
257 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
259 two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \
482 #define inpack16_pre(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c82 to->y3 = from->y3;
105 from->y3, from->y2,
110 from->y4, from->y3,
H A Dia_css_ctc1_5_param.h27 s32 y3; member in struct:sh_css_isp_ctc_params
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_types.h69 u16 y3; /** 4th kneepoint gain. member in struct:ia_css_ctc_config
H A Dia_css_ctc.host.c53 "config.ce_gain_exp=%d, config.y0=%d, config.x1=%d, config.y1=%d, config.x2=%d, config.y2=%d, config.x3=%d, config.y3=%d, config.x4=%d, config.y4=%d\n",
57 config->x3, config->y3,
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_32.h108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
121 "rI" ((USItype)(y3)), \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
146 "rI" ((USItype)(y3)), \
160 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) __FP_FRAC_SUB_4(x3,x2,x1,x0,x3,x2,x1,x0,y3,y2,y1,y0)
/linux-master/drivers/net/wireless/ath/ath9k/
H A Dar9003_paprd.c434 int y5, y3, tmp; local
653 y3 = (alpha * tmp) >> order2_3x;
654 y3 = (y3 * tmp) >> order2_3x;
655 y3 = (y3 * tmp) >> order2_3x;
656 y3 = y3 >> order2_3x_rem;
657 PA_in[i] = y5 + y3 + (256 * tmp) / G_fxp;
720 y3
[all...]
/linux-master/lib/crypto/mpi/
H A Dec.c760 #define y3 (result->y) macro
772 mpi_set_ui(y3, 1);
817 ec_subm(y3, l2, x3, ctx);
818 ec_mulm(y3, y3, l1, ctx);
819 ec_subm(y3, y3, l3, ctx);
823 #undef y3 macro
945 #define y3 (result->y) macro
965 mpi_set(y3, p
1043 #undef y3 macro
[all...]
/linux-master/include/math-emu/
H A Dop-4.h530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
543 r3 = x3 + y3 + _c3; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
575 r3 = x3 - y3 - _c3; \
589 #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0) \
593 __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0); \
/linux-master/arch/arm/crypto/
H A Daes-neonbs-core.S151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
153 veor \t1, \y2, \y3
161 vand \x2, \x2, \y3
169 y0, y1, y2, y3, t0, t1, t2, t3
174 veor \y1, \y1, \y3
175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
182 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
184 veor \y1, \y1, \y3
/linux-master/arch/arm64/crypto/
H A Daes-neonbs-core.S97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1
99 eor \t1, \y2, \y3
107 and \x2, \x2, \y3
115 y0, y1, y2, y3, t0, t1, t2, t3
120 eor \y1, \y1, \y3
121 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2
128 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x6, \x7, \y2, \y3, \t2
130 eor \y1, \y1, \y3
/linux-master/drivers/video/fbdev/
H A Dcg6.c203 u32 x3, y3, z3, color3; member in struct:cg6_fbc
380 sbus_writel(area->dy + area->height - 1, &fbc->y3);

Completed in 1001 milliseconds