x3                396 arch/arm64/include/asm/atomic_lse.h 	register unsigned long x3 asm ("x3") = new2;			\
x3                407 arch/arm64/include/asm/atomic_lse.h 	: [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4),		\
x3                108 arch/sparc/include/asm/sfp-machine_32.h #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0)		\
x3                120 arch/sparc/include/asm/sfp-machine_32.h 	   : "%rJ" ((USItype)(x3)),					\
x3                133 arch/sparc/include/asm/sfp-machine_32.h #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0)		\
x3                145 arch/sparc/include/asm/sfp-machine_32.h 	   : "%rJ" ((USItype)(x3)),					\
x3                160 arch/sparc/include/asm/sfp-machine_32.h #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)
x3                162 arch/sparc/include/asm/sfp-machine_32.h #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i)					\
x3                167 arch/sparc/include/asm/sfp-machine_32.h 	   : "=&r" (x3),						\
x3                172 arch/sparc/include/asm/sfp-machine_32.h 	     "0" ((USItype)(x3)),					\
x3                333 crypto/seed.c  	u32 i, t0, t1, x1, x2, x3, x4;
x3                337 crypto/seed.c  	x3 = be32_to_cpu(key[2]);
x3                341 crypto/seed.c  		t0 = x1 + x3 - KC[i];
x3                353 crypto/seed.c  			t0 = x3;
x3                354 crypto/seed.c  			x3 = (x3 << 8) ^ (x4 >> 24);
x3                369 crypto/seed.c  	u32 x1, x2, x3, x4, t0, t1;
x3                374 crypto/seed.c  	x3 = be32_to_cpu(src[2]);
x3                377 crypto/seed.c  	OP(x1, x2, x3, x4, 0);
x3                378 crypto/seed.c  	OP(x3, x4, x1, x2, 2);
x3                379 crypto/seed.c  	OP(x1, x2, x3, x4, 4);
x3                380 crypto/seed.c  	OP(x3, x4, x1, x2, 6);
x3                381 crypto/seed.c  	OP(x1, x2, x3, x4, 8);
x3                382 crypto/seed.c  	OP(x3, x4, x1, x2, 10);
x3                383 crypto/seed.c  	OP(x1, x2, x3, x4, 12);
x3                384 crypto/seed.c  	OP(x3, x4, x1, x2, 14);
x3                385 crypto/seed.c  	OP(x1, x2, x3, x4, 16);
x3                386 crypto/seed.c  	OP(x3, x4, x1, x2, 18);
x3                387 crypto/seed.c  	OP(x1, x2, x3, x4, 20);
x3                388 crypto/seed.c  	OP(x3, x4, x1, x2, 22);
x3                389 crypto/seed.c  	OP(x1, x2, x3, x4, 24);
x3                390 crypto/seed.c  	OP(x3, x4, x1, x2, 26);
x3                391 crypto/seed.c  	OP(x1, x2, x3, x4, 28);
x3                392 crypto/seed.c  	OP(x3, x4, x1, x2, 30);
x3                394 crypto/seed.c  	dst[0] = cpu_to_be32(x3);
x3                407 crypto/seed.c  	u32 x1, x2, x3, x4, t0, t1;
x3                412 crypto/seed.c  	x3 = be32_to_cpu(src[2]);
x3                415 crypto/seed.c  	OP(x1, x2, x3, x4, 30);
x3                416 crypto/seed.c  	OP(x3, x4, x1, x2, 28);
x3                417 crypto/seed.c  	OP(x1, x2, x3, x4, 26);
x3                418 crypto/seed.c  	OP(x3, x4, x1, x2, 24);
x3                419 crypto/seed.c  	OP(x1, x2, x3, x4, 22);
x3                420 crypto/seed.c  	OP(x3, x4, x1, x2, 20);
x3                421 crypto/seed.c  	OP(x1, x2, x3, x4, 18);
x3                422 crypto/seed.c  	OP(x3, x4, x1, x2, 16);
x3                423 crypto/seed.c  	OP(x1, x2, x3, x4, 14);
x3                424 crypto/seed.c  	OP(x3, x4, x1, x2, 12);
x3                425 crypto/seed.c  	OP(x1, x2, x3, x4, 10);
x3                426 crypto/seed.c  	OP(x3, x4, x1, x2, 8);
x3                427 crypto/seed.c  	OP(x1, x2, x3, x4, 6);
x3                428 crypto/seed.c  	OP(x3, x4, x1, x2, 4);
x3                429 crypto/seed.c  	OP(x1, x2, x3, x4, 2);
x3                430 crypto/seed.c  	OP(x3, x4, x1, x2, 0);
x3                432 crypto/seed.c  	dst[0] = cpu_to_be32(x3);
x3                 32 crypto/serpent_generic.c #define loadkeys(x0, x1, x2, x3, i) \
x3                 33 crypto/serpent_generic.c 	({ x0 = k[i]; x1 = k[i+1]; x2 = k[i+2]; x3 = k[i+3]; })
x3                 35 crypto/serpent_generic.c #define storekeys(x0, x1, x2, x3, i) \
x3                 36 crypto/serpent_generic.c 	({ k[i] = x0; k[i+1] = x1; k[i+2] = x2; k[i+3] = x3; })
x3                 38 crypto/serpent_generic.c #define store_and_load_keys(x0, x1, x2, x3, s, l) \
x3                 39 crypto/serpent_generic.c 	({ storekeys(x0, x1, x2, x3, s); loadkeys(x0, x1, x2, x3, l); })
x3                 41 crypto/serpent_generic.c #define K(x0, x1, x2, x3, i) ({				\
x3                 42 crypto/serpent_generic.c 	x3 ^= k[4*(i)+3];        x2 ^= k[4*(i)+2];	\
x3                 46 crypto/serpent_generic.c #define LK(x0, x1, x2, x3, x4, i) ({					   \
x3                 49 crypto/serpent_generic.c 	x3 ^= x2;		x1 ^= x2;				   \
x3                 50 crypto/serpent_generic.c 	x1 = rol32(x1, 1);	x3 ^= x4;				   \
x3                 51 crypto/serpent_generic.c 	x3 = rol32(x3, 7);	x4  = x1;				   \
x3                 52 crypto/serpent_generic.c 	x0 ^= x1;		x4 <<= 7;		x2 ^= x3;	   \
x3                 53 crypto/serpent_generic.c 	x0 ^= x3;		x2 ^= x4;		x3 ^= k[4*i+3];	   \
x3                 58 crypto/serpent_generic.c #define KL(x0, x1, x2, x3, x4, i) ({					   \
x3                 60 crypto/serpent_generic.c 	x3 ^= k[4*i+3];		x0 = ror32(x0, 5);	x2 = ror32(x2, 22);\
x3                 61 crypto/serpent_generic.c 	x4 =  x1;		x2 ^= x3;		x0 ^= x3;	   \
x3                 63 crypto/serpent_generic.c 	x2 ^= x4;		x3 = ror32(x3, 7);	x4 = x0 << 3;	   \
x3                 64 crypto/serpent_generic.c 	x1 ^= x0;		x3 ^= x4;		x0 = ror32(x0, 13);\
x3                 65 crypto/serpent_generic.c 	x1 ^= x2;		x3 ^= x2;		x2 = ror32(x2, 3); \
x3                 68 crypto/serpent_generic.c #define S0(x0, x1, x2, x3, x4) ({			\
x3                 69 crypto/serpent_generic.c 					x4  = x3;	\
x3                 70 crypto/serpent_generic.c 	x3 |= x0;	x0 ^= x4;	x4 ^= x2;	\
x3                 71 crypto/serpent_generic.c 	x4 = ~x4;	x3 ^= x1;	x1 &= x0;	\
x3                 72 crypto/serpent_generic.c 	x1 ^= x4;	x2 ^= x0;	x0 ^= x3;	\
x3                 74 crypto/serpent_generic.c 	x3 ^= x2;	x1 = ~x1;	x2 ^= x4;	\
x3                 78 crypto/serpent_generic.c #define S1(x0, x1, x2, x3, x4) ({			\
x3                 80 crypto/serpent_generic.c 	x1 ^= x0;	x0 ^= x3;	x3 = ~x3;	\
x3                 81 crypto/serpent_generic.c 	x4 &= x1;	x0 |= x1;	x3 ^= x2;	\
x3                 82 crypto/serpent_generic.c 	x0 ^= x3;	x1 ^= x3;	x3 ^= x4;	\
x3                 88 crypto/serpent_generic.c #define S2(x0, x1, x2, x3, x4) ({			\
x3                 89 crypto/serpent_generic.c 					x3 = ~x3;	\
x3                 91 crypto/serpent_generic.c 	x0 ^= x3;	x3 |= x4;	x2 ^= x1;	\
x3                 92 crypto/serpent_generic.c 	x3 ^= x1;	x1 &= x0;	x0 ^= x2;	\
x3                 93 crypto/serpent_generic.c 	x2 &= x3;	x3 |= x1;	x0 = ~x0;	\
x3                 94 crypto/serpent_generic.c 	x3 ^= x0;	x4 ^= x0;	x0 ^= x2;	\
x3                 98 crypto/serpent_generic.c #define S3(x0, x1, x2, x3, x4) ({			\
x3                100 crypto/serpent_generic.c 	x1 ^= x3;	x3 |= x0;	x4 &= x0;	\
x3                101 crypto/serpent_generic.c 	x0 ^= x2;	x2 ^= x1;	x1 &= x3;	\
x3                102 crypto/serpent_generic.c 	x2 ^= x3;	x0 |= x4;	x4 ^= x3;	\
x3                103 crypto/serpent_generic.c 	x1 ^= x0;	x0 &= x3;	x3 &= x4;	\
x3                104 crypto/serpent_generic.c 	x3 ^= x2;	x4 |= x1;	x2 &= x1;	\
x3                105 crypto/serpent_generic.c 	x4 ^= x3;	x0 ^= x3;	x3 ^= x2;	\
x3                108 crypto/serpent_generic.c #define S4(x0, x1, x2, x3, x4) ({			\
x3                109 crypto/serpent_generic.c 					x4  = x3;	\
x3                110 crypto/serpent_generic.c 	x3 &= x0;	x0 ^= x4;			\
x3                111 crypto/serpent_generic.c 	x3 ^= x2;	x2 |= x4;	x0 ^= x1;	\
x3                112 crypto/serpent_generic.c 	x4 ^= x3;	x2 |= x0;			\
x3                114 crypto/serpent_generic.c 	x1 ^= x4;	x4 &= x2;	x2 ^= x3;	\
x3                115 crypto/serpent_generic.c 	x4 ^= x0;	x3 |= x1;	x1 = ~x1;	\
x3                116 crypto/serpent_generic.c 	x3 ^= x0;					\
x3                119 crypto/serpent_generic.c #define S5(x0, x1, x2, x3, x4) ({			\
x3                121 crypto/serpent_generic.c 	x2 ^= x1;	x3 = ~x3;	x4 ^= x0;	\
x3                122 crypto/serpent_generic.c 	x0 ^= x2;	x1 &= x4;	x4 |= x3;	\
x3                123 crypto/serpent_generic.c 	x4 ^= x0;	x0 &= x3;	x1 ^= x3;	\
x3                124 crypto/serpent_generic.c 	x3 ^= x2;	x0 ^= x1;	x2 &= x4;	\
x3                126 crypto/serpent_generic.c 	x3 ^= x2;					\
x3                129 crypto/serpent_generic.c #define S6(x0, x1, x2, x3, x4) ({			\
x3                131 crypto/serpent_generic.c 	x3 ^= x0;	x1 ^= x2;	x2 ^= x0;	\
x3                132 crypto/serpent_generic.c 	x0 &= x3;	x1 |= x3;	x4 = ~x4;	\
x3                134 crypto/serpent_generic.c 	x3 ^= x4;	x4 ^= x0;	x2 &= x0;	\
x3                135 crypto/serpent_generic.c 	x4 ^= x1;	x2 ^= x3;	x3 &= x1;	\
x3                136 crypto/serpent_generic.c 	x3 ^= x0;	x1 ^= x2;			\
x3                139 crypto/serpent_generic.c #define S7(x0, x1, x2, x3, x4) ({			\
x3                142 crypto/serpent_generic.c 	x1 ^= x3;	x3 |= x4;	x4 ^= x2;	\
x3                143 crypto/serpent_generic.c 	x2 ^= x3;	x3 ^= x0;	x0 |= x1;	\
x3                144 crypto/serpent_generic.c 	x2 &= x0;	x0 ^= x4;	x4 ^= x3;	\
x3                145 crypto/serpent_generic.c 	x3 &= x0;	x4 ^= x1;			\
x3                146 crypto/serpent_generic.c 	x2 ^= x4;	x3 ^= x1;	x4 |= x0;	\
x3                150 crypto/serpent_generic.c #define SI0(x0, x1, x2, x3, x4) ({			\
x3                151 crypto/serpent_generic.c 			x4  = x3;	x1 ^= x0;	\
x3                152 crypto/serpent_generic.c 	x3 |= x1;	x4 ^= x1;	x0 = ~x0;	\
x3                153 crypto/serpent_generic.c 	x2 ^= x3;	x3 ^= x0;	x0 &= x1;	\
x3                154 crypto/serpent_generic.c 	x0 ^= x2;	x2 &= x3;	x3 ^= x4;	\
x3                155 crypto/serpent_generic.c 	x2 ^= x3;	x1 ^= x3;	x3 &= x0;	\
x3                156 crypto/serpent_generic.c 	x1 ^= x0;	x0 ^= x2;	x4 ^= x3;	\
x3                159 crypto/serpent_generic.c #define SI1(x0, x1, x2, x3, x4) ({			\
x3                160 crypto/serpent_generic.c 	x1 ^= x3;	x4  = x0;			\
x3                162 crypto/serpent_generic.c 	x4 ^= x3;	x3 &= x1;	x1 ^= x2;	\
x3                163 crypto/serpent_generic.c 	x2 &= x4;	x4 ^= x1;	x1 |= x3;	\
x3                164 crypto/serpent_generic.c 	x3 ^= x0;	x2 ^= x0;	x0 |= x4;	\
x3                169 crypto/serpent_generic.c #define SI2(x0, x1, x2, x3, x4) ({			\
x3                170 crypto/serpent_generic.c 	x2 ^= x1;	x4  = x3;	x3 = ~x3;	\
x3                171 crypto/serpent_generic.c 	x3 |= x2;	x2 ^= x4;	x4 ^= x0;	\
x3                172 crypto/serpent_generic.c 	x3 ^= x1;	x1 |= x2;	x2 ^= x0;	\
x3                173 crypto/serpent_generic.c 	x1 ^= x4;	x4 |= x3;	x2 ^= x3;	\
x3                175 crypto/serpent_generic.c 	x2 ^= x3;	x3 ^= x4;	x4 ^= x0;	\
x3                178 crypto/serpent_generic.c #define SI3(x0, x1, x2, x3, x4) ({			\
x3                181 crypto/serpent_generic.c 	x1 ^= x0;	x0 |= x4;	x4 ^= x3;	\
x3                182 crypto/serpent_generic.c 	x0 ^= x3;	x3 |= x1;	x1 ^= x2;	\
x3                183 crypto/serpent_generic.c 	x1 ^= x3;	x0 ^= x2;	x2 ^= x3;	\
x3                184 crypto/serpent_generic.c 	x3 &= x1;	x1 ^= x0;	x0 &= x2;	\
x3                185 crypto/serpent_generic.c 	x4 ^= x3;	x3 ^= x0;	x0 ^= x1;	\
x3                188 crypto/serpent_generic.c #define SI4(x0, x1, x2, x3, x4) ({			\
x3                189 crypto/serpent_generic.c 	x2 ^= x3;	x4  = x0;	x0 &= x1;	\
x3                190 crypto/serpent_generic.c 	x0 ^= x2;	x2 |= x3;	x4 = ~x4;	\
x3                193 crypto/serpent_generic.c 	x0 ^= x3;	x3 &= x2;			\
x3                194 crypto/serpent_generic.c 	x4 ^= x3;	x3 ^= x1;	x1 &= x0;	\
x3                195 crypto/serpent_generic.c 	x4 ^= x1;	x0 ^= x3;			\
x3                198 crypto/serpent_generic.c #define SI5(x0, x1, x2, x3, x4) ({			\
x3                200 crypto/serpent_generic.c 	x2 ^= x4;	x1 ^= x3;	x3 &= x4;	\
x3                201 crypto/serpent_generic.c 	x2 ^= x3;	x3 |= x0;	x0 = ~x0;	\
x3                202 crypto/serpent_generic.c 	x3 ^= x2;	x2 |= x0;	x4 ^= x1;	\
x3                204 crypto/serpent_generic.c 	x1 ^= x3;	x0 &= x2;	x2 ^= x3;	\
x3                205 crypto/serpent_generic.c 	x0 ^= x2;	x2 ^= x4;	x4 ^= x3;	\
x3                208 crypto/serpent_generic.c #define SI6(x0, x1, x2, x3, x4) ({			\
x3                210 crypto/serpent_generic.c 	x4  = x0;	x0 &= x3;	x2 ^= x3;	\
x3                211 crypto/serpent_generic.c 	x0 ^= x2;	x3 ^= x1;	x2 |= x4;	\
x3                212 crypto/serpent_generic.c 	x2 ^= x3;	x3 &= x0;	x0 = ~x0;	\
x3                213 crypto/serpent_generic.c 	x3 ^= x1;	x1 &= x2;	x4 ^= x0;	\
x3                214 crypto/serpent_generic.c 	x3 ^= x4;	x4 ^= x2;	x0 ^= x1;	\
x3                218 crypto/serpent_generic.c #define SI7(x0, x1, x2, x3, x4) ({			\
x3                219 crypto/serpent_generic.c 	x4  = x3;	x3 &= x0;	x0 ^= x2;	\
x3                221 crypto/serpent_generic.c 	x1 |= x3;	x4 ^= x0;	x0 &= x2;	\
x3                222 crypto/serpent_generic.c 	x0 ^= x1;	x1 &= x2;	x3 ^= x2;	\
x3                223 crypto/serpent_generic.c 	x4 ^= x3;	x2 &= x3;	x3 |= x0;	\
x3                224 crypto/serpent_generic.c 	x1 ^= x4;	x3 ^= x4;	x4 &= x0;	\
x3                373 drivers/gpu/drm/i915/gvt/cmd_parser.c #define ADDR_FIX_3(x1, x2, x3)		(ADDR_FIX_1(x1) | ADDR_FIX_2(x2, x3))
x3                374 drivers/gpu/drm/i915/gvt/cmd_parser.c #define ADDR_FIX_4(x1, x2, x3, x4)	(ADDR_FIX_1(x1) | ADDR_FIX_3(x2, x3, x4))
x3                375 drivers/gpu/drm/i915/gvt/cmd_parser.c #define ADDR_FIX_5(x1, x2, x3, x4, x5)  (ADDR_FIX_1(x1) | ADDR_FIX_4(x2, x3, x4, x5))
x3                868 drivers/iio/pressure/bmp280-core.c 	s32 x1, x2, x3, p;
x3                877 drivers/iio/pressure/bmp280-core.c 	x3 = x1 + x2;
x3                878 drivers/iio/pressure/bmp280-core.c 	b3 = ((((s32)calib->AC1 * 4 + x3) << oss) + 2) / 4;
x3                881 drivers/iio/pressure/bmp280-core.c 	x3 = (x1 + x2 + 2) >> 2;
x3                882 drivers/iio/pressure/bmp280-core.c 	b4 = calib->AC4 * (u32)(x3 + 32768) >> 15;
x3                479 drivers/media/dvb-frontends/cx24120.c 	cmd.arg[5] = (i.x2 & 0xf0) | (i.x3 & 0x0f);
x3                 20 drivers/media/dvb-frontends/cx24120.h 	u8 x3;
x3                 73 drivers/staging/comedi/drivers/tests/ni_routes_test.c #define I3(x1, x2, x3)	\
x3                 75 drivers/staging/comedi/drivers/tests/ni_routes_test.c 		(x1), (x2), (x3), 0 \
x3                 79 drivers/staging/comedi/drivers/tests/ni_routes_test.c #define O9(x1, x2, x3, x4, x5, x6, x7, x8, x9)	\
x3                 81 drivers/staging/comedi/drivers/tests/ni_routes_test.c 		O(x1), O(x2), O(x3), O(x4), O(x5), O(x6), O(x7), O(x8), O(x9), \
x3                118 drivers/staging/comedi/drivers/tests/ni_routes_test.c #define RV9(x1, x2, x3, x4, x5, x6, x7, x8, x9) \
x3                119 drivers/staging/comedi/drivers/tests/ni_routes_test.c 	[x1] = V(x1), [x2] = V(x2), [x3] = V(x3), [x4] = V(x4), \
x3               1264 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 x3:9;
x3               1333 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 x3:9;
x3               1375 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 x3:8;
x3                 13 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_if.h #define VCHIQ_MAKE_FOURCC(x0, x1, x2, x3) \
x3                 14 drivers/staging/vc04_services/interface/vchiq_arm/vchiq_if.h 			(((x0) << 24) | ((x1) << 16) | ((x2) << 8) | (x3))
x3                203 drivers/video/fbdev/cg6.c 	u32	x3, y3, z3, color3;
x3                381 drivers/video/fbdev/cg6.c 	sbus_writel(area->dx + area->width - 1, &fbc->x3);
x3                530 include/math-emu/op-4.h #define __FP_FRAC_ADD_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0)	\
x3                543 include/math-emu/op-4.h     r3 = x3 + y3 + _c3;						\
x3                562 include/math-emu/op-4.h #define __FP_FRAC_SUB_4(r3,r2,r1,r0,x3,x2,x1,x0,y3,y2,y1,y0)	\
x3                575 include/math-emu/op-4.h     r3 = x3 - y3 - _c3;						\
x3                589 include/math-emu/op-4.h #define __FP_FRAC_DEC_4(x3,x2,x1,x0,y3,y2,y1,y0)			\
x3                592 include/math-emu/op-4.h     _t0 = x0, _t1 = x1, _t2 = x2, _t3 = x3;				\
x3                593 include/math-emu/op-4.h     __FP_FRAC_SUB_4 (x3,x2,x1,x0,_t3,_t2,_t1,_t0, y3,y2,y1,y0);		\
x3                598 include/math-emu/op-4.h #define __FP_FRAC_ADDI_4(x3,x2,x1,x0,i)					\
x3                604 include/math-emu/op-4.h     x3 += _t;								\