| /linux/lib/crypto/x86/ |
| H A D | sha256-avx-asm.S | 113 y0 = %r13d define 157 mov e, y0 # y0 = e 158 MY_ROR (25-11), y0 # y0 = e >> (25-11) 162 xor e, y0 # y0 = e ^ (e >> (25-11)) 164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 177 add y0, y2 # y2 = S1 + CH 179 mov a, y0 # y0 = a 183 or c, y0 # y0 = a|c [all …]
|
| H A D | sha256-ssse3-asm.S | 106 y0 = %r13d define 151 mov e, y0 # y0 = e 152 ror $(25-11), y0 # y0 = e >> (25-11) 156 xor e, y0 # y0 = e ^ (e >> (25-11)) 158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6)) 163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 173 add y0, y2 # y2 = S1 + CH 176 mov a, y0 # y0 = a 180 or c, y0 # y0 = a|c [all …]
|
| H A D | sha256-avx2-asm.S | 110 y0 = %r13d define 157 rorx $25, e, y0 # y0 = e >> 25 # S1A 166 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 172 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 187 add y0, y2 # y2 = S1 + CH # -- 205 rorx $25, e, y0 # y0 = e >> 25 # S1A 215 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 220 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 237 add y0, y2 # y2 = S1 + CH # -- 257 rorx $25, e, y0 # y0 = e >> 25 # S1A [all …]
|
| H A D | sha512-avx2-asm.S | 95 y0 = %r13 define 182 rorx $41, e, y0 # y0 = e >> 41 # S1A 189 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 194 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 207 add y0, y2 # y2 = S1 + CH # -- 244 rorx $41, e, y0 # y0 = e >> 41 # S1A 252 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 257 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 271 add y0, y2 # y2 = S1 + CH # -- 302 rorx $41, e, y0 # y0 = e >> 41 # S1A [all …]
|
| /linux/arch/sparc/include/asm/ |
| H A D | sfp-machine_32.h | 78 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 90 "rI" ((USItype)(y0)) \ 93 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 105 "rI" ((USItype)(y0)) \ 108 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 127 "rI" ((USItype)(y0)) \ 133 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 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) argument 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,y… argument
|
| /linux/arch/x86/crypto/ |
| H A D | aria-aesni-avx-asm_64.S | 173 y0, y1, y2, y3, \ argument 184 vmovdqu (8 * 16)(rio), y0; \ 196 y0, y1, y2, y3, \ argument 201 y0, y1, y2, y3, \ 213 vmovdqu y0, 0 * 16(mem_cd); \ 224 y0, y1, y2, y3, \ argument 235 vmovdqu y0, 8 * 16(mem); \ 378 y0, y1, y2, y3, \ argument 381 vpxor y0, x4, x4; \ 387 vpxor y4, y0, y0; \ [all …]
|
| H A D | aria-aesni-avx2-asm_64.S | 189 y0, y1, y2, y3, \ argument 200 vmovdqu (8 * 32)(rio), y0; \ 212 y0, y1, y2, y3, \ argument 217 y0, y1, y2, y3, \ 229 vmovdqu y0, 0 * 32(mem_cd); \ 240 y0, y1, y2, y3, \ argument 251 vmovdqu y0, 8 * 32(mem); \ 420 y0, y1, y2, y3, \ argument 423 vpxor y0, x4, x4; \ 429 vpxor y4, y0, y0; \ [all …]
|
| H A D | aria-gfni-avx512-asm_64.S | 173 y0, y1, y2, y3, \ argument 184 vmovdqu64 (8 * 64)(rio), y0; \ 196 y0, y1, y2, y3, \ argument 201 y0, y1, y2, y3, \ 213 vmovdqu64 y0, 0 * 64(mem_cd); \ 224 y0, y1, y2, y3, \ argument 235 vmovdqu64 y0, 8 * 64(mem); \ 270 y0, y1, y2, y3, \ argument 291 vpxorq t0, y0, y0; \ 331 y0, y1, y2, y3, \ argument [all …]
|
| /linux/include/linux/ |
| H A D | fixp-arith.h | 154 static inline int fixp_linear_interpolate(int x0, int y0, int x1, int y1, int x) in fixp_linear_interpolate() argument 156 if (y0 == y1 || x == x0) in fixp_linear_interpolate() 157 return y0; in fixp_linear_interpolate() 161 return y0 + ((y1 - y0) * (x - x0) / (x1 - x0)); in fixp_linear_interpolate()
|
| /linux/Documentation/userspace-api/media/dvb/ |
| H A D | legacy_dvb_osd.rst | 97 - | x0,y0,x1,y1, 147 | R{x0},G{y0},B{x1}, 185 - x0,y0,color 194 - x0,y0 203 - x0,y0,x1,data 213 - | x0,y0,x1,y1, 217 - | Fills pixels x0,y0 through x1,y1 with the content of data[]. 226 - x0,y0,x1,color 235 - x0,y0,x1,y1,color 237 - | Fills pixels x0,y0 through x1,y1 with the color <color>. [all …]
|
| /linux/drivers/input/touchscreen/ |
| H A D | mc13783_ts.c | 68 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local 78 y0 = priv->sample[3] & 0xfff; in mc13783_ts_report_sample() 86 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample() 89 sort3(y0, y1, y2); in mc13783_ts_report_sample() 95 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()
|
| /linux/include/math-emu/ |
| H A D | op-4.h | 516 #define __FP_FRAC_ADD_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 519 r0 = x0 + y0; \ 530 #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 533 r0 = x0 + y0; \ 548 #define __FP_FRAC_SUB_3(r2,r1,r0,x2,x1,x0,y2,y1,y0) \ argument 551 r0 = x0 - y0; \ 562 #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0) \ argument 565 r0 = x0 - y0; \ 580 #define __FP_FRAC_DEC_3(x2,x1,x0,y2,y1,y0) \ argument 584 __FP_FRAC_SUB_3 (x2, x1, x0, _t2, _t1, _t0, y2, y1, y0); \ [all …]
|
| /linux/drivers/gpu/drm/sun4i/ |
| H A D | sun4i_frontend.h | 33 #define SUN4I_FRONTEND_TB_OFF_Y0(y0) ((y0) << 8) argument
|
| /linux/arch/arm/crypto/ |
| H A D | aes-neonbs-core.S | 141 .macro mul_gf4, x0, x1, y0, y1, t0, t1 142 veor \t0, \y0, \y1 145 vand \t1, \x1, \y0 151 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1 152 veor \t0, \y0, \y1 158 vand \x1, \x1, \y0 169 y0, y1, y2, y3, t0, t1, t2, t3 172 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3 173 veor \y0, \y0, \y2 175 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2 [all …]
|
| /linux/Documentation/input/devices/ |
| H A D | alps.rst | 113 byte 4: 0 y6 y5 y4 y3 y2 y1 y0 125 byte 4: 0 y6 y5 y4 y3 y2 y1 y0 146 byte 7: 0 y6 y5 y4 y3 y2 y1 y0 167 byte 4: 0 mt x3 x2 y3 y2 y1 y0 183 byte 4: 0 x14 x13 x12 x11 x10 x9 y0 194 byte 2: 0 y6 y5 y4 y3 y2 y1 y0 210 byte 3: 0 1 x3 x2 y3 y2 y1 y0 221 byte 1: 0 x1 x0 y4 y3 y2 y1 y0 257 byte 2: 0 y6 y5 y4 y3 y2 y1 y0 287 byte 2: 0 0 0 0 y3 y2 y1 y0
|
| /linux/arch/arm64/crypto/ |
| H A D | aes-neonbs-core.S | 87 .macro mul_gf4, x0, x1, y0, y1, t0, t1 88 eor \t0, \y0, \y1 91 and \t1, \x1, \y0 97 .macro mul_gf4_n_gf4, x0, x1, y0, y1, t0, x2, x3, y2, y3, t1 98 eor \t0, \y0, \y1 104 and \x1, \x1, \y0 115 y0, y1, y2, y3, t0, t1, t2, t3 118 mul_gf4 \x0, \x1, \y0, \y1, \t2, \t3 119 eor \y0, \y0, \y2 121 mul_gf4_n_gf4 \t0, \t1, \y0, \y1, \t3, \x2, \x3, \y2, \y3, \t2 [all …]
|
| /linux/drivers/gpu/drm/nouveau/dispnv04/ |
| H A D | tvnv17.h | 117 static inline int interpolate(int y0, int y1, int y2, int x) in interpolate() argument 119 return y1 + (x < 50 ? y1 - y0 : y2 - y1) * (x - 50) / 50; in interpolate()
|
| /linux/drivers/media/usb/gspca/ |
| H A D | w996Xcf.c | 356 y0 = 0x0000, in w9968cf_init() local 357 u0 = y0 + hw_bufsize / 2, in w9968cf_init() 369 reg_w(sd, 0x20, y0 & 0xffff); /* Y buf.0, low */ in w9968cf_init() 370 reg_w(sd, 0x21, y0 >> 16); /* Y buf.0, high */ in w9968cf_init()
|
| /linux/drivers/staging/media/atomisp/pci/isp/kernels/xnr/xnr_3.0/ |
| H A D | ia_css_xnr3.host.c | 137 s32 alpha_y0 = compute_alpha(from->sigma.y0); in ia_css_xnr3_encode() 159 to->alpha.y0 = alpha_y0; in ia_css_xnr3_encode()
|
| /linux/arch/sh/include/uapi/asm/ |
| H A D | ptrace_32.h | 69 unsigned long y0; member
|
| /linux/include/uapi/linux/dvb/ |
| H A D | osd.h | 125 int y0; member
|
| /linux/drivers/video/fbdev/ |
| H A D | cg6.c | 200 u32 x0, y0, z0, color0; member 374 sbus_writel(area->sy, &fbc->y0); in cg6_copyarea() 431 sbus_writel(y, &fbc->y0); in cg6_imageblit() 448 sbus_writel(y, &fbc->y0); in cg6_imageblit()
|
| H A D | hpfb.c | 126 static void topcat_blit(int x0, int y0, int x1, int y1, int w, int h, int rr) in topcat_blit() argument 138 out_be16(fb_regs + SOURCE_Y, y0); in topcat_blit()
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | omap_dmm_tiler.h | 23 u32 y0:8; member
|
| /linux/drivers/staging/media/atomisp/pci/ |
| H A D | sh_css_params.c | 4077 unsigned int x0 = 0, y0 = 0, x1 = 0, y1 = 0; in sh_css_update_uds_and_crop_info_based_on_zoom_region() local 4100 y0 = zoom->zoom_region.origin.y; in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4102 y1 = zoom->zoom_region.resolution.height + y0; in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4104 if ((x0 > x1) || (y0 > y1) || (x1 > pipe_in_res.width) || (y1 > pipe_in_res.height)) in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4125 y0 = (y0 * in_frame_info->res.height) / (pipe_in_res.height); in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4132 ((y1 - y0 - filter_envelope) * HRT_GDC_N) / in_frame_info->res.height; in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4136 uds->yc = (uint16_t)y0 + (((y1) - (y0)) / 2); in sh_css_update_uds_and_crop_info_based_on_zoom_region() 4146 x0, y0, x1, y1); in sh_css_update_uds_and_crop_info_based_on_zoom_region()
|