/openbmc/linux/arch/x86/crypto/ |
H A D | sha256-avx-asm.S | 114 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 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 175 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 178 add y0, y2 # y2 = S1 + CH 180 mov a, y0 # y0 = a 184 or c, y0 # y0 = a|c [all …]
|
H A D | sha256-ssse3-asm.S | 107 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 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6)) 170 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25) 174 add y0, y2 # y2 = S1 + CH 177 mov a, y0 # y0 = a 181 or c, y0 # y0 = a|c [all …]
|
H A D | sha512-avx2-asm.S | 96 y0 = %r13 define 132 # Rotate values of symbols Y0...Y3 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 = e >> 41 # S1A 253 xor y1, y0 # y0 = (e>>41) ^ (e>>18) # S1 258 xor y1, y0 # y0 = (e>>41) ^ (e>>18) ^ (e>>14) # S1 272 add y0, y2 # y2 = S1 + CH # -- [all …]
|
H A D | sha256-avx2-asm.S | 111 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 = e >> 25 # S1A 216 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1 221 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1 238 add y0, y2 # y2 = S1 + CH # -- 258 rorx $25, e, y0 # y0 = e >> 25 # S1A [all …]
|
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); \ 381 y0, y1, y2, y3, \ argument 384 vpxor y0, x4, x4; \ 390 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); \ 422 y0, y1, y2, y3, \ argument 425 vpxor y0, x4, x4; \ 431 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 …]
|
H A D | camellia-aesni-avx-asm_64.S | 212 #define two_roundsm16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 244 #define enc_rounds16(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 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, \ argument 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, y4, y5, \ argument [all …]
|
H A D | camellia-aesni-avx2-asm_64.S | 244 #define two_roundsm32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 276 #define enc_rounds32(x0, x1, x2, x3, x4, x5, x6, x7, y0, y1, y2, y3, y4, y5, \ argument 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, \ argument 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, y4, y5, \ argument [all …]
|
/openbmc/linux/include/uapi/linux/dvb/ |
H A D | osd.h | 24 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 through x1,y1 with the color <col> [all …]
|
/openbmc/linux/Documentation/input/devices/ |
H A D | alps.rst | 96 byte 2: Y7 Y6 Y5 Y4 Y3 Y2 Y1 Y0 113 byte 4: 0 y6 y5 y4 y3 y2 y1 y0 125 byte 4: 0 y6 y5 y4 y3 y2 y1 y0 144 byte 5: Y7 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 [all …]
|
H A D | elantech.rst | 350 y7 y6 y5 y4 y3 y2 y1 y0 352 y9..y0 = absolute y value (vertical) 477 y7 y6 y5 y4 y3 y2 y1 y0 479 y11..y0 = absolute y value (vertical) 610 y7 y6 y5 y4 y3 y2 y1 y0 612 y11..y0 = absolute y value (vertical) 735 y7 y6 y5 y4 y3 y2 y1 y0 737 y11..y0 = absolute y value (vertical) 762 y7 y6 y5 y4 y3 y2 y1 y0 764 y7..y0 = delta y (two's complement) [all …]
|
/openbmc/qemu/tests/tcg/xtensa/ |
H A D | test_fp0_div.S | 8 .macro divs_seq q, a, b, r, y, y0, an, bn, e, ex 9 div0.s \y0, \b 12 maddn.s \e, \bn, \y0 13 mov.s \y, \y0 16 maddn.s \y, \e, \y0 21 maddn.s \q, \r, \y0
|
/openbmc/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
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc1_5/ |
H A D | ia_css_ctc1_5.host.c | 26 int y1, int y0, int x1, int x0) in ctc_gradient() argument 29 int dy = y1 - y0; in ctc_gradient() 46 assert(y0 >= 0 && y0 <= max_dydx); in ctc_gradient() 79 to->y0 = from->y0; in ia_css_ctc_encode() 95 from->y1, from->y0, in ia_css_ctc_encode()
|
/openbmc/linux/arch/ia64/lib/ |
H A D | idiv64.S | 51 frcpa.s1 f11, p6 = f8, f9 // y0 = frcpa(b) 53 (p6) fmpy.s1 f7 = f8, f11 // q0 = a*y0 54 (p6) fnma.s1 f6 = f9, f11, f1 // e0 = -b*y0 + 1 63 (p6) fma.s1 f6 = f11, f6, f11 // y1 = y0*e0 + y0
|
H A D | idiv32.S | 61 frcpa.s1 f6, p6 = f8, f9 // y0 = frcpa(b) 63 (p6) fmpy.s1 f8 = f8, f6 // q0 = a*y0 64 (p6) fnma.s1 f6 = f9, f6, f1 // e0 = -b*y0 + 1
|
/openbmc/linux/include/linux/ |
H A D | fixp-arith.h | 149 * @y0: y value of point 0 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()
|
/openbmc/linux/drivers/staging/media/atomisp/pci/isp/kernels/ctc/ctc2/ |
H A D | ia_css_ctc2.host.c | 34 /* (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) in ctc2_slope() argument 44 int dy = y1 - y0; in ctc2_slope() 51 assert(y0 >= 0 && y0 <= max_slope); in ctc2_slope()
|
/openbmc/u-boot/drivers/video/ |
H A D | stb_truetype.h | 267 glTexCoord2f(q.s0,q.t1); glVertex2f(q.x0,q.y0); 268 glTexCoord2f(q.s1,q.t1); glVertex2f(q.x1,q.y0); 346 int advance,lsb,x0,y0,x1,y1; 349 stbtt_GetCodepointBitmapBoxSubpixel(&font, text[ch], scale,scale,x_shift,0, &x0,&y0,&x1,&y1); 350 …stbtt_MakeCodepointBitmapSubpixel(&font, &screen[baseline + y0][(int) xpos + x0], x1-x0,y1-y0, 79,… 464 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member 480 float x0,y0,s0,t0; // top-left member 510 unsigned short x0,y0,x1,y1; // coordinates of bbox in bitmap member 692 STBTT_DEF void stbtt_GetFontBoundingBox(const stbtt_fontinfo *info, int *x0, int *y0, int *x1, int … 703 STBTT_DEF int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int *x0, int *y0, in… [all …]
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 988 static int OSDSetBlock(struct av7110 *av7110, int x0, int y0, in OSDSetBlock() argument 996 h = y1 - y0 + 1; in OSDSetBlock() 1025 rc = BlitBitmap(av7110, x0, y0 + i * lpb); in OSDSetBlock() 1033 rc = BlitBitmap(av7110, x0, y0 + bnum * lpb); in OSDSetBlock() 1058 dc->x1 - dc->x0 + 1, dc->y1 - dc->y0 + 1); in av7110_osd_cmd() 1062 ret = MoveWindowAbs(av7110, av7110->osdwin, dc->x0, dc->y0); in av7110_osd_cmd() 1081 ret = OSDSetColor(av7110, dc->color, dc->x0, dc->y0, dc->x1, dc->y1); in av7110_osd_cmd() 1107 dc->x0, dc->y0, 0, 0, dc->color); in av7110_osd_cmd() 1110 dc->y1 = dc->y0; in av7110_osd_cmd() 1113 ret = OSDSetBlock(av7110, dc->x0, dc->y0, dc->x1, dc->y1, dc->color, dc->data); in av7110_osd_cmd() [all …]
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | mc13783_ts.c | 70 int x0, x1, x2, y0, y1, y2; in mc13783_ts_report_sample() local 80 y0 = priv->sample[3] & 0xfff; in mc13783_ts_report_sample() 88 x0, x1, x2, y0, y1, y2, cr0, cr1); in mc13783_ts_report_sample() 91 sort3(y0, y1, y2); in mc13783_ts_report_sample() 97 y2 - y0 < sample_tolerance)) { in mc13783_ts_report_sample()
|
/openbmc/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 …]
|
/openbmc/u-boot/lib/efi_selftest/ |
H A D | efi_selftest_bitblt.c | 33 efi_uintn_t x0, efi_uintn_t y0, in ellipse() argument 38 efi_uintn_t ym = y0 + y1; in ellipse() 40 efi_uintn_t dy = y1 - y0 + 1; in ellipse() 48 efi_uintn_t x0, efi_uintn_t y0, in rectangle() argument 52 if (x >= x0 && y >= y0 && x <= x1 && y <= y1) in rectangle()
|
/openbmc/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 …]
|