x4                301 arch/alpha/include/asm/bitops.h 	unsigned long sum, x1, x2, x4;
x4                306 arch/alpha/include/asm/bitops.h 	x4 = x & 0xF0;
x4                308 arch/alpha/include/asm/bitops.h 	sum += (x4 != 0) * 4;
x4                397 arch/arm64/include/asm/atomic_lse.h 	register unsigned long x4 asm ("x4") = (unsigned long)ptr;	\
x4                407 arch/arm64/include/asm/atomic_lse.h 	: [new1] "r" (x2), [new2] "r" (x3), [ptr] "r" (x4),		\
x4                333 crypto/seed.c  	u32 i, t0, t1, x1, x2, x3, x4;
x4                338 crypto/seed.c  	x4 = be32_to_cpu(key[3]);
x4                342 crypto/seed.c  		t1 = x2 + KC[i] - x4;
x4                354 crypto/seed.c  			x3 = (x3 << 8) ^ (x4 >> 24);
x4                355 crypto/seed.c  			x4 = (x4 << 8) ^ (t0 >> 24);
x4                369 crypto/seed.c  	u32 x1, x2, x3, x4, t0, t1;
x4                375 crypto/seed.c  	x4 = be32_to_cpu(src[3]);
x4                377 crypto/seed.c  	OP(x1, x2, x3, x4, 0);
x4                378 crypto/seed.c  	OP(x3, x4, x1, x2, 2);
x4                379 crypto/seed.c  	OP(x1, x2, x3, x4, 4);
x4                380 crypto/seed.c  	OP(x3, x4, x1, x2, 6);
x4                381 crypto/seed.c  	OP(x1, x2, x3, x4, 8);
x4                382 crypto/seed.c  	OP(x3, x4, x1, x2, 10);
x4                383 crypto/seed.c  	OP(x1, x2, x3, x4, 12);
x4                384 crypto/seed.c  	OP(x3, x4, x1, x2, 14);
x4                385 crypto/seed.c  	OP(x1, x2, x3, x4, 16);
x4                386 crypto/seed.c  	OP(x3, x4, x1, x2, 18);
x4                387 crypto/seed.c  	OP(x1, x2, x3, x4, 20);
x4                388 crypto/seed.c  	OP(x3, x4, x1, x2, 22);
x4                389 crypto/seed.c  	OP(x1, x2, x3, x4, 24);
x4                390 crypto/seed.c  	OP(x3, x4, x1, x2, 26);
x4                391 crypto/seed.c  	OP(x1, x2, x3, x4, 28);
x4                392 crypto/seed.c  	OP(x3, x4, x1, x2, 30);
x4                395 crypto/seed.c  	dst[1] = cpu_to_be32(x4);
x4                407 crypto/seed.c  	u32 x1, x2, x3, x4, t0, t1;
x4                413 crypto/seed.c  	x4 = be32_to_cpu(src[3]);
x4                415 crypto/seed.c  	OP(x1, x2, x3, x4, 30);
x4                416 crypto/seed.c  	OP(x3, x4, x1, x2, 28);
x4                417 crypto/seed.c  	OP(x1, x2, x3, x4, 26);
x4                418 crypto/seed.c  	OP(x3, x4, x1, x2, 24);
x4                419 crypto/seed.c  	OP(x1, x2, x3, x4, 22);
x4                420 crypto/seed.c  	OP(x3, x4, x1, x2, 20);
x4                421 crypto/seed.c  	OP(x1, x2, x3, x4, 18);
x4                422 crypto/seed.c  	OP(x3, x4, x1, x2, 16);
x4                423 crypto/seed.c  	OP(x1, x2, x3, x4, 14);
x4                424 crypto/seed.c  	OP(x3, x4, x1, x2, 12);
x4                425 crypto/seed.c  	OP(x1, x2, x3, x4, 10);
x4                426 crypto/seed.c  	OP(x3, x4, x1, x2, 8);
x4                427 crypto/seed.c  	OP(x1, x2, x3, x4, 6);
x4                428 crypto/seed.c  	OP(x3, x4, x1, x2, 4);
x4                429 crypto/seed.c  	OP(x1, x2, x3, x4, 2);
x4                430 crypto/seed.c  	OP(x3, x4, x1, x2, 0);
x4                433 crypto/seed.c  	dst[1] = cpu_to_be32(x4);
x4                 46 crypto/serpent_generic.c #define LK(x0, x1, x2, x3, x4, i) ({					   \
x4                 48 crypto/serpent_generic.c 	x2 = rol32(x2, 3);	x1 ^= x0;		x4  = x0 << 3;	   \
x4                 50 crypto/serpent_generic.c 	x1 = rol32(x1, 1);	x3 ^= x4;				   \
x4                 51 crypto/serpent_generic.c 	x3 = rol32(x3, 7);	x4  = x1;				   \
x4                 52 crypto/serpent_generic.c 	x0 ^= x1;		x4 <<= 7;		x2 ^= x3;	   \
x4                 53 crypto/serpent_generic.c 	x0 ^= x3;		x2 ^= x4;		x3 ^= k[4*i+3];	   \
x4                 58 crypto/serpent_generic.c #define KL(x0, x1, x2, x3, x4, i) ({					   \
x4                 61 crypto/serpent_generic.c 	x4 =  x1;		x2 ^= x3;		x0 ^= x3;	   \
x4                 62 crypto/serpent_generic.c 	x4 <<= 7;		x0 ^= x1;		x1 = ror32(x1, 1); \
x4                 63 crypto/serpent_generic.c 	x2 ^= x4;		x3 = ror32(x3, 7);	x4 = x0 << 3;	   \
x4                 64 crypto/serpent_generic.c 	x1 ^= x0;		x3 ^= x4;		x0 = ror32(x0, 13);\
x4                 68 crypto/serpent_generic.c #define S0(x0, x1, x2, x3, x4) ({			\
x4                 69 crypto/serpent_generic.c 					x4  = x3;	\
x4                 70 crypto/serpent_generic.c 	x3 |= x0;	x0 ^= x4;	x4 ^= x2;	\
x4                 71 crypto/serpent_generic.c 	x4 = ~x4;	x3 ^= x1;	x1 &= x0;	\
x4                 72 crypto/serpent_generic.c 	x1 ^= x4;	x2 ^= x0;	x0 ^= x3;	\
x4                 73 crypto/serpent_generic.c 	x4 |= x0;	x0 ^= x2;	x2 &= x1;	\
x4                 74 crypto/serpent_generic.c 	x3 ^= x2;	x1 = ~x1;	x2 ^= x4;	\
x4                 78 crypto/serpent_generic.c #define S1(x0, x1, x2, x3, x4) ({			\
x4                 79 crypto/serpent_generic.c 					x4  = x1;	\
x4                 81 crypto/serpent_generic.c 	x4 &= x1;	x0 |= x1;	x3 ^= x2;	\
x4                 82 crypto/serpent_generic.c 	x0 ^= x3;	x1 ^= x3;	x3 ^= x4;	\
x4                 83 crypto/serpent_generic.c 	x1 |= x4;	x4 ^= x2;	x2 &= x0;	\
x4                 85 crypto/serpent_generic.c 	x0 ^= x2;	x4 ^= x1;			\
x4                 88 crypto/serpent_generic.c #define S2(x0, x1, x2, x3, x4) ({			\
x4                 90 crypto/serpent_generic.c 	x1 ^= x0;	x4  = x0;	x0 &= x2;	\
x4                 91 crypto/serpent_generic.c 	x0 ^= x3;	x3 |= x4;	x2 ^= x1;	\
x4                 94 crypto/serpent_generic.c 	x3 ^= x0;	x4 ^= x0;	x0 ^= x2;	\
x4                 98 crypto/serpent_generic.c #define S3(x0, x1, x2, x3, x4) ({			\
x4                 99 crypto/serpent_generic.c 					x4  = x1;	\
x4                100 crypto/serpent_generic.c 	x1 ^= x3;	x3 |= x0;	x4 &= x0;	\
x4                102 crypto/serpent_generic.c 	x2 ^= x3;	x0 |= x4;	x4 ^= x3;	\
x4                103 crypto/serpent_generic.c 	x1 ^= x0;	x0 &= x3;	x3 &= x4;	\
x4                104 crypto/serpent_generic.c 	x3 ^= x2;	x4 |= x1;	x2 &= x1;	\
x4                105 crypto/serpent_generic.c 	x4 ^= x3;	x0 ^= x3;	x3 ^= x2;	\
x4                108 crypto/serpent_generic.c #define S4(x0, x1, x2, x3, x4) ({			\
x4                109 crypto/serpent_generic.c 					x4  = x3;	\
x4                110 crypto/serpent_generic.c 	x3 &= x0;	x0 ^= x4;			\
x4                111 crypto/serpent_generic.c 	x3 ^= x2;	x2 |= x4;	x0 ^= x1;	\
x4                112 crypto/serpent_generic.c 	x4 ^= x3;	x2 |= x0;			\
x4                114 crypto/serpent_generic.c 	x1 ^= x4;	x4 &= x2;	x2 ^= x3;	\
x4                115 crypto/serpent_generic.c 	x4 ^= x0;	x3 |= x1;	x1 = ~x1;	\
x4                119 crypto/serpent_generic.c #define S5(x0, x1, x2, x3, x4) ({			\
x4                120 crypto/serpent_generic.c 	x4  = x1;	x1 |= x0;			\
x4                121 crypto/serpent_generic.c 	x2 ^= x1;	x3 = ~x3;	x4 ^= x0;	\
x4                122 crypto/serpent_generic.c 	x0 ^= x2;	x1 &= x4;	x4 |= x3;	\
x4                123 crypto/serpent_generic.c 	x4 ^= x0;	x0 &= x3;	x1 ^= x3;	\
x4                124 crypto/serpent_generic.c 	x3 ^= x2;	x0 ^= x1;	x2 &= x4;	\
x4                129 crypto/serpent_generic.c #define S6(x0, x1, x2, x3, x4) ({			\
x4                130 crypto/serpent_generic.c 					x4  = x1;	\
x4                132 crypto/serpent_generic.c 	x0 &= x3;	x1 |= x3;	x4 = ~x4;	\
x4                134 crypto/serpent_generic.c 	x3 ^= x4;	x4 ^= x0;	x2 &= x0;	\
x4                135 crypto/serpent_generic.c 	x4 ^= x1;	x2 ^= x3;	x3 &= x1;	\
x4                139 crypto/serpent_generic.c #define S7(x0, x1, x2, x3, x4) ({			\
x4                141 crypto/serpent_generic.c 	x4  = x1;	x0 = ~x0;	x1 &= x2;	\
x4                142 crypto/serpent_generic.c 	x1 ^= x3;	x3 |= x4;	x4 ^= x2;	\
x4                144 crypto/serpent_generic.c 	x2 &= x0;	x0 ^= x4;	x4 ^= x3;	\
x4                145 crypto/serpent_generic.c 	x3 &= x0;	x4 ^= x1;			\
x4                146 crypto/serpent_generic.c 	x2 ^= x4;	x3 ^= x1;	x4 |= x0;	\
x4                147 crypto/serpent_generic.c 	x4 ^= x1;					\
x4                150 crypto/serpent_generic.c #define SI0(x0, x1, x2, x3, x4) ({			\
x4                151 crypto/serpent_generic.c 			x4  = x3;	x1 ^= x0;	\
x4                152 crypto/serpent_generic.c 	x3 |= x1;	x4 ^= x1;	x0 = ~x0;	\
x4                154 crypto/serpent_generic.c 	x0 ^= x2;	x2 &= x3;	x3 ^= x4;	\
x4                156 crypto/serpent_generic.c 	x1 ^= x0;	x0 ^= x2;	x4 ^= x3;	\
x4                159 crypto/serpent_generic.c #define SI1(x0, x1, x2, x3, x4) ({			\
x4                160 crypto/serpent_generic.c 	x1 ^= x3;	x4  = x0;			\
x4                161 crypto/serpent_generic.c 	x0 ^= x2;	x2 = ~x2;	x4 |= x1;	\
x4                162 crypto/serpent_generic.c 	x4 ^= x3;	x3 &= x1;	x1 ^= x2;	\
x4                163 crypto/serpent_generic.c 	x2 &= x4;	x4 ^= x1;	x1 |= x3;	\
x4                164 crypto/serpent_generic.c 	x3 ^= x0;	x2 ^= x0;	x0 |= x4;	\
x4                165 crypto/serpent_generic.c 	x2 ^= x4;	x1 ^= x0;			\
x4                166 crypto/serpent_generic.c 	x4 ^= x1;					\
x4                169 crypto/serpent_generic.c #define SI2(x0, x1, x2, x3, x4) ({			\
x4                170 crypto/serpent_generic.c 	x2 ^= x1;	x4  = x3;	x3 = ~x3;	\
x4                171 crypto/serpent_generic.c 	x3 |= x2;	x2 ^= x4;	x4 ^= x0;	\
x4                173 crypto/serpent_generic.c 	x1 ^= x4;	x4 |= x3;	x2 ^= x3;	\
x4                174 crypto/serpent_generic.c 	x4 ^= x2;	x2 &= x1;			\
x4                175 crypto/serpent_generic.c 	x2 ^= x3;	x3 ^= x4;	x4 ^= x0;	\
x4                178 crypto/serpent_generic.c #define SI3(x0, x1, x2, x3, x4) ({			\
x4                180 crypto/serpent_generic.c 	x4  = x1;	x1 &= x2;			\
x4                181 crypto/serpent_generic.c 	x1 ^= x0;	x0 |= x4;	x4 ^= x3;	\
x4                185 crypto/serpent_generic.c 	x4 ^= x3;	x3 ^= x0;	x0 ^= x1;	\
x4                188 crypto/serpent_generic.c #define SI4(x0, x1, x2, x3, x4) ({			\
x4                189 crypto/serpent_generic.c 	x2 ^= x3;	x4  = x0;	x0 &= x1;	\
x4                190 crypto/serpent_generic.c 	x0 ^= x2;	x2 |= x3;	x4 = ~x4;	\
x4                191 crypto/serpent_generic.c 	x1 ^= x0;	x0 ^= x2;	x2 &= x4;	\
x4                192 crypto/serpent_generic.c 	x2 ^= x0;	x0 |= x4;			\
x4                194 crypto/serpent_generic.c 	x4 ^= x3;	x3 ^= x1;	x1 &= x0;	\
x4                195 crypto/serpent_generic.c 	x4 ^= x1;	x0 ^= x3;			\
x4                198 crypto/serpent_generic.c #define SI5(x0, x1, x2, x3, x4) ({			\
x4                199 crypto/serpent_generic.c 			x4  = x1;	x1 |= x2;	\
x4                200 crypto/serpent_generic.c 	x2 ^= x4;	x1 ^= x3;	x3 &= x4;	\
x4                202 crypto/serpent_generic.c 	x3 ^= x2;	x2 |= x0;	x4 ^= x1;	\
x4                203 crypto/serpent_generic.c 	x2 ^= x4;	x4 &= x0;	x0 ^= x1;	\
x4                205 crypto/serpent_generic.c 	x0 ^= x2;	x2 ^= x4;	x4 ^= x3;	\
x4                208 crypto/serpent_generic.c #define SI6(x0, x1, x2, x3, x4) ({			\
x4                210 crypto/serpent_generic.c 	x4  = x0;	x0 &= x3;	x2 ^= x3;	\
x4                211 crypto/serpent_generic.c 	x0 ^= x2;	x3 ^= x1;	x2 |= x4;	\
x4                213 crypto/serpent_generic.c 	x3 ^= x1;	x1 &= x2;	x4 ^= x0;	\
x4                214 crypto/serpent_generic.c 	x3 ^= x4;	x4 ^= x2;	x0 ^= x1;	\
x4                218 crypto/serpent_generic.c #define SI7(x0, x1, x2, x3, x4) ({			\
x4                219 crypto/serpent_generic.c 	x4  = x3;	x3 &= x0;	x0 ^= x2;	\
x4                220 crypto/serpent_generic.c 	x2 |= x4;	x4 ^= x1;	x0 = ~x0;	\
x4                221 crypto/serpent_generic.c 	x1 |= x3;	x4 ^= x0;	x0 &= x2;	\
x4                223 crypto/serpent_generic.c 	x4 ^= x3;	x2 &= x3;	x3 |= x0;	\
x4                224 crypto/serpent_generic.c 	x1 ^= x4;	x3 ^= x4;	x4 &= x0;	\
x4                225 crypto/serpent_generic.c 	x4 ^= x2;					\
x4                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))
x4                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))
x4               3130 drivers/gpu/drm/omapdrm/dss/dsi.c 				  bool x4, bool x16)
x4               3144 drivers/gpu/drm/omapdrm/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 13, 13);	/* LP_RX_TO_X4 */
x4               3148 drivers/gpu/drm/omapdrm/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3152 drivers/gpu/drm/omapdrm/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",
x4               3184 drivers/gpu/drm/omapdrm/dss/dsi.c 				       bool x4, bool x16)
x4               3198 drivers/gpu/drm/omapdrm/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 13, 13);	/* STOP_STATE_X4_IO */
x4               3202 drivers/gpu/drm/omapdrm/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3206 drivers/gpu/drm/omapdrm/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",
x4               3211 drivers/gpu/drm/omapdrm/dss/dsi.c 				  bool x4, bool x16)
x4               3225 drivers/gpu/drm/omapdrm/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 29, 29);	/* HS_TX_TO_X8 (4 really) */
x4               3229 drivers/gpu/drm/omapdrm/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3233 drivers/gpu/drm/omapdrm/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",
x4                 79 drivers/staging/comedi/drivers/tests/ni_routes_test.c #define O9(x1, x2, x3, x4, x5, x6, x7, x8, x9)	\
x4                 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), \
x4                118 drivers/staging/comedi/drivers/tests/ni_routes_test.c #define RV9(x1, x2, x3, x4, x5, x6, x7, x8, x9) \
x4                119 drivers/staging/comedi/drivers/tests/ni_routes_test.c 	[x1] = V(x1), [x2] = V(x2), [x3] = V(x3), [x4] = V(x4), \
x4               1265 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 x4:9;
x4               1377 drivers/staging/media/ipu3/include/intel-ipu3.h 	__u32 x4:8;
x4               3200 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		unsigned ticks, bool x4, bool x16)
x4               3214 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 13, 13);	/* LP_RX_TO_X4 */
x4               3218 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3222 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",
x4               3254 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		unsigned ticks, bool x4, bool x16)
x4               3268 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 13, 13);	/* STOP_STATE_X4_IO */
x4               3272 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3276 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",
x4               3281 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 		unsigned ticks, bool x4, bool x16)
x4               3295 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	r = FLD_MOD(r, x4 ? 1 : 0, 29, 29);	/* HS_TX_TO_X8 (4 really) */
x4               3299 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 	total_ticks = ticks * (x16 ? 16 : 1) * (x4 ? 4 : 1);
x4               3303 drivers/video/fbdev/omap2/omapfb/dss/dsi.c 			ticks, x4 ? " x4" : "", x16 ? " x16" : "",