Searched refs:y0 (Results 1 - 25 of 42) sorted by relevance

12

/linux-master/arch/x86/crypto/
H A Dsha256-ssse3-asm.S107 y0 = %r13d define
152 mov e, y0 # y0 = e
153 ror $(25-11), y0 # y0 = e >> (25-11)
157 xor e, y0 # y0 = e ^ (e >> (25-11))
159 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
164 xor e, y0 # y
[all...]
H A Dsha256-avx-asm.S114 y0 = %r13d define
158 mov e, y0 # y0 = e
159 MY_ROR (25-11), y0 # y0 = e >> (25-11)
163 xor e, y0 # y0 = e ^ (e >> (25-11))
165 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
169 xor e, y0 # y
[all...]
H A Dsha512-avx2-asm.S96 y0 = %r13 define
183 rorx $41, e, y0 # y0 = e >> 41 # S1A
190 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1
195 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1
208 add y0, y2 # y2 = S1 + CH # --
245 rorx $41, e, y0 # y0
[all...]
H A Dsha256-avx2-asm.S111 y0 = %r13d define
158 rorx $25, e, y0 # y0 = e >> 25 # S1A
167 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
173 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
188 add y0, y2 # y2 = S1 + CH # --
206 rorx $25, e, y0 # y0
[all...]
H A Daria-aesni-avx2-asm_64.S189 y0, y1, y2, y3, \
200 vmovdqu (8 * 32)(rio), y0; \
212 y0, y1, y2, y3, \
217 y0, y1, y2, y3, \
229 vmovdqu y0, 0 * 32(mem_cd); \
240 y0, y1, y2, y3, \
251 vmovdqu y0, 8 * 32(mem); \
422 y0, y1, y2, y3, \
425 vpxor y0, x4, x4; \
431 vpxor y4, y0, y
[all...]
H A Daria-aesni-avx-asm_64.S173 y0, y1, y2, y3, \
184 vmovdqu (8 * 16)(rio), y0; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
213 vmovdqu y0, 0 * 16(mem_cd); \
224 y0, y1, y2, y3, \
235 vmovdqu y0, 8 * 16(mem); \
381 y0, y1, y2, y3, \
384 vpxor y0, x4, x4; \
390 vpxor y4, y0, y
[all...]
H A Daria-gfni-avx512-asm_64.S173 y0, y1, y2, y3, \
184 vmovdqu64 (8 * 64)(rio), y0; \
196 y0, y1, y2, y3, \
201 y0, y1, y2, y3, \
213 vmovdqu64 y0, 0 * 64(mem_cd); \
224 y0, y1, y2, y3, \
235 vmovdqu64 y0, 8 * 64(mem); \
270 y0, y1, y2, y3, \
291 vpxorq t0, y0, y0; \
[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, 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, y
[all...]
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/
H A Dia_css_xnr3_types.h50 int y0; /** Sigma for Y range similarity in dark area */ member in struct:ia_css_xnr3_sigma_params
H A Dia_css_xnr3_param.h42 s32 y0; member in struct:sh_css_xnr3_alpha_params
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/
H A Dia_css_ctc1_5.host.c26 int y1, int y0, int x1, int x0)
29 int dy = y1 - y0;
46 assert(y0 >= 0 && y0 <= max_dydx);
79 to->y0 = from->y0;
95 from->y1, from->y0,
24 ctc_gradient( int *dydx, int *shift, int y1, int y0, int x1, int x0) argument
H A Dia_css_ctc1_5_param.h24 s32 y0; member in struct:sh_css_isp_ctc_params
/linux-master/arch/sh/include/uapi/asm/
H A Dptrace_32.h69 unsigned long y0; member in struct:pt_dspregs
/linux-master/arch/sparc/include/asm/
H A Dsfp-machine_32.h78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
90 "rI" ((USItype)(y0)) \
93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
105 "rI" ((USItype)(y0)) \
108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
127 "rI" ((USItype)(y0)) \
133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
152 "rI" ((USItype)(y0)) \
158 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) __FP_FRAC_SUB_3(x2,x1,x0,x2,x1,x0,y2,y1,y0)
[all...]
/linux-master/include/linux/
H A Dfixp-arith.h149 * @y0: y value of point 0
154 static inline int fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) argument
156 if (y0 == y1 || x == x0)
157 return y0;
161 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0));
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc_1.0/
H A Dia_css_ctc_types.h60 u16 y0; /** 1st 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",
54 config->ce_gain_exp, config->y0,
/linux-master/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/
H A Dia_css_ctc2.host.c34 /* (dydx) = ctc2_slope(y1, y0, x1, x0)
36 * Calculation of the Slope of a Line = ((y1 - y0) >> 8)/(x1 - x0)
38 * Note: y1, y0 , x1 & x0 must lie within the range 0 <-> 8191
40 static int ctc2_slope(int y1, int y0, int x1, int x0) argument
44 int dy = y1 - y0;
51 assert(y0 >= 0 && y0 <= max_slope);
/linux-master/include/uapi/linux/dvb/
H A Dosd.h24 OSD_Open, /* (x0,y0,x1,y1,BitPerPixel[2/4/8](color&0x0F),mix[0..15](color&0xF0)) */
49 OSD_SetColor, /* (color,R{x0},G{y0},B{x1},opacity{y1}) */
71 OSD_SetPixel, /* (x0,y0,color) */
76 OSD_GetPixel, /* (x0,y0) */
78 OSD_SetRow, /* (x0,y0,x1,data) */
83 OSD_SetBlock, /* (x0,y0,x1,y1,increment{color},data) */
85 * fills pixels x0,y0 through x1,y1 with the content of data[]
90 OSD_FillRow, /* (x0,y0,x1,color) */
95 OSD_FillBlock, /* (x0,y0,x1,y1,color) */
97 * fills pixels x0,y0 throug
125 int y0; member in struct:osd_cmd_s
[all...]
/linux-master/drivers/input/touchscreen/
H A Dmc13783_ts.c70 int x0, x1, x2, y0, y1, y2; local
80 y0 = priv->sample[3] & 0xfff;
88 x0, x1, x2, y0, y1, y2, cr0, cr1);
91 sort3(y0, y1, y2);
97 y2 - y0 < sample_tolerance)) {
/linux-master/drivers/gpu/drm/sun4i/
H A Dsun4i_frontend.h33 #define SUN4I_FRONTEND_TB_OFF_Y0(y0) ((y0) << 8)
/linux-master/drivers/staging/media/av7110/
H A Dav7110_hw.c988 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, argument
996 h = y1 - y0 + 1;
1025 rc = BlitBitmap(av7110, x0, y0 + i * lpb);
1033 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb);
1058 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1);
1062 ret = MoveWindowAbs(av7110, av7110->osdwin, dc->x0, dc->y0);
1081 ret = OSDSetColor(av7110, dc->color, dc->x0, dc->y0, dc->x1, dc->y1);
1107 dc->x0, dc->y0, 0, 0, dc->color);
1110 dc->y1 = dc->y0;
1113 ret = OSDSetBlock(av7110, dc->x0, dc->y0, d
[all...]
/linux-master/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h117 static inline int interpolate(int y0, int y1, int y2, int x) argument
119 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50;
/linux-master/include/math-emu/
H A Dop-4.h516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
519 r0 = x0 + y0; \
530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
533 r0 = x0 + y0; \
548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \
551 r0 = x0 - y0; \
562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \
565 r0 = x0 - y0; \
580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \
584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \
[all...]

Completed in 164 milliseconds

12