Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 3441) sorted by relevance

12345678910>>...138

/linux/arch/s390/include/asm/
H A Dfpu-insn.h139 static __always_inline void fpu_vab(u8 v1, u8 v2, u8 v3) in fpu_vab() argument
141 asm volatile("VAB %[v1],%[v2],%[v3]" in fpu_vab()
143 : [v1] "I" (v1), [v2] "I" (v2), [v3] "I" (v3) in fpu_vab()
147 static __always_inline void fpu_vcksm(u8 v1, u8 v2, u8 v3) in fpu_vcksm() argument
149 asm volatile("VCKSM %[v1],%[v2],%[v3]" in fpu_vcksm()
151 : [v1] "I" (v1), [v2] "I" (v2), [v3] "I" (v3) in fpu_vcksm()
155 static __always_inline void fpu_vesravb(u8 v1, u8 v2, u8 v3) in fpu_vesravb() argument
157 asm volatile("VESRAVB %[v1], in fpu_vesravb()
163 fpu_vgfmag(u8 v1,u8 v2,u8 v3,u8 v4) fpu_vgfmag() argument
171 fpu_vgfmg(u8 v1,u8 v2,u8 v3) fpu_vgfmg() argument
181 fpu_vl(u8 v1,const void * vxr) fpu_vl() argument
193 fpu_vl(u8 v1,const void * vxr) fpu_vl() argument
236 fpu_vll(u8 v1,u32 index,const void * vxr) fpu_vll() argument
252 fpu_vll(u8 v1,u32 index,const void * vxr) fpu_vll() argument
310 fpu_vlr(u8 v1,u8 v2) fpu_vlr() argument
326 fpu_vn(u8 v1,u8 v2,u8 v3) fpu_vn() argument
334 fpu_vperm(u8 v1,u8 v2,u8 v3,u8 v4) fpu_vperm() argument
342 fpu_vrepib(u8 v1,s16 i2) fpu_vrepib() argument
350 fpu_vsrlb(u8 v1,u8 v2,u8 v3) fpu_vsrlb() argument
360 fpu_vst(u8 v1,const void * vxr) fpu_vst() argument
371 fpu_vst(u8 v1,const void * vxr) fpu_vst() argument
386 fpu_vstl(u8 v1,u32 index,const void * vxr) fpu_vstl() argument
400 fpu_vstl(u8 v1,u32 index,const void * vxr) fpu_vstl() argument
454 fpu_vupllf(u8 v1,u8 v2) fpu_vupllf() argument
462 fpu_vx(u8 v1,u8 v2,u8 v3) fpu_vx() argument
[all...]
H A Dfpu-insn-asm.h97 .ifc \vxr,%v1
198 * @v1: Vector register designated operand whose MSB is stored in
212 * correspond to @v1, @v2, @v3, and @v4. But there are exceptions, such as but
219 .macro RXB rxb v1 v2=0 v3=0 v4=0
221 .if \v1 & 0x10
238 * @v1: First vector register designated operand (for RXB)
243 * Note: For @v1, @v2, @v3, and @v4 also refer to the RXB macro
246 .macro MRXB m v1 v2=0 v3=0 v4=0
248 RXB rxb, \v1, \v2, \v3, \v4
256 * @v1
[all...]
/linux/tools/perf/pmu-events/arch/arm64/
H A Dmapfile.csv15 0x00000000410fd020,v1,arm/cortex-a34,core
16 0x00000000410fd030,v1,arm/cortex-a53,core
17 0x00000000420f1000,v1,arm/cortex-a53,core
18 0x00000000410fd040,v1,arm/cortex-a35,core
19 0x00000000410fd050,v1,arm/cortex-a55,core
20 0x00000000410fd060,v1,arm/cortex-a65-e1,core
21 0x00000000410fd4a0,v1,arm/cortex-a65-e1,core
22 0x00000000410fd070,v1,arm/cortex-a57-a72,core
23 0x00000000410fd080,v1,arm/cortex-a57-a72,core
24 0x00000000410fd090,v1,ar
[all...]
/linux/net/ceph/
H A Dmessenger_v1.c112 BUG_ON(con->v1.out_skip); in con_out_kvec_reset()
114 con->v1.out_kvec_left = 0; in con_out_kvec_reset()
115 con->v1.out_kvec_bytes = 0; in con_out_kvec_reset()
116 con->v1.out_kvec_cur = &con->v1.out_kvec[0]; in con_out_kvec_reset()
122 int index = con->v1.out_kvec_left; in con_out_kvec_add()
124 BUG_ON(con->v1.out_skip); in con_out_kvec_add()
125 BUG_ON(index >= ARRAY_SIZE(con->v1.out_kvec)); in con_out_kvec_add()
127 con->v1.out_kvec[index].iov_len = size; in con_out_kvec_add()
128 con->v1 in con_out_kvec_add()
[all...]
/linux/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_BB.c219 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() local
223 if (v1 < 0x40000000) { in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
224 odm_ConfigBB_AGC_8723B(pDM_Odm, v1, bMaskDWord, v2); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
229 u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
233 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
234 } else if (!CheckPositive(pDM_Odm, v1, v2)) { in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
236 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
237 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
239 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
241 READ_NEXT_PAIR(v1, v in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
478 u32 v1 = Array[i]; ODM_ReadAndConfig_MP_8723B_PHY_REG() local
550 u32 v1 = Array[i]; ODM_ReadAndConfig_MP_8723B_PHY_REG_PG() local
[all...]
H A DHalHWImg8723B_MAC.c189 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_MAC_REG() local
193 if (v1 < 0x40000000) { in ODM_ReadAndConfig_MP_8723B_MAC_REG()
194 odm_ConfigMAC_8723B(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
199 u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
203 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
204 } else if (!CheckPositive(pDM_Odm, v1, v2)) { in ODM_ReadAndConfig_MP_8723B_MAC_REG()
206 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
207 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
209 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
211 READ_NEXT_PAIR(v1, v in ODM_ReadAndConfig_MP_8723B_MAC_REG()
[all...]
H A DHalHWImg8723B_RF.c220 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_RadioA() local
224 if (v1 < 0x40000000) { in ODM_ReadAndConfig_MP_8723B_RadioA()
225 odm_ConfigRF_RadioA_8723B(pDM_Odm, v1, v2); in ODM_ReadAndConfig_MP_8723B_RadioA()
230 u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); in ODM_ReadAndConfig_MP_8723B_RadioA()
234 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA()
235 } else if (!CheckPositive(pDM_Odm, v1, v2)) { in ODM_ReadAndConfig_MP_8723B_RadioA()
237 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA()
238 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA()
240 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_RadioA()
242 READ_NEXT_PAIR(v1, v in ODM_ReadAndConfig_MP_8723B_RadioA()
[all...]
/linux/arch/loongarch/lib/
H A Dxor_template.c17 unsigned long * __restrict v1,
24 LD_INOUT_LINE(v1)
26 ST_LINE(v1)
27 : : [v1] "r"(v1), [v2] "r"(v2) : "memory"
30 v1 += LINE_WIDTH / sizeof(unsigned long);
36 unsigned long * __restrict v1,
44 LD_INOUT_LINE(v1)
47 ST_LINE(v1)
48 : : [v1] "
[all...]
/linux/tools/perf/pmu-events/arch/x86/
H A Dmapfile.csv2 GenuineIntel-6-(97|9A|B7|BA|BF),v1.31,alderlake,core
3 GenuineIntel-6-BE,v1.31,alderlaken,core
4 GenuineIntel-6-C[56],v1.09,arrowlake,core
9 GenuineIntel-6-55-[56789ABCDEF],v1.25,cascadelakex,core
10 GenuineIntel-6-DD,v1.00,clearwaterforest,core
11 GenuineIntel-6-9[6C],v1.05,elkhartlake,core
12 GenuineIntel-6-CF,v1.14,emeraldrapids,core
14 GenuineIntel-6-7A,v1.01,goldmontplus,core
15 GenuineIntel-6-B6,v1.09,grandridge,core
16 GenuineIntel-6-A[DE],v1
[all...]
/linux/arch/powerpc/lib/
H A Dxor_vmx.c56 DEFINE(v1); in __xor_altivec_2()
61 LOAD(v1); in __xor_altivec_2()
63 XOR(v1, v2); in __xor_altivec_2()
64 STORE(v1); in __xor_altivec_2()
66 v1 += 4; in __xor_altivec_2()
76 DEFINE(v1); in __xor_altivec_3()
82 LOAD(v1); in __xor_altivec_3()
85 XOR(v1, v2); in __xor_altivec_3()
86 XOR(v1, v3); in __xor_altivec_3()
87 STORE(v1); in __xor_altivec_3()
[all...]
/linux/include/pcmcia/
H A Ddevice_id.h24 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \ argument
26 .prod_id = { (v1), NULL, NULL, NULL }, \
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
42 .prod_id = { (v1), (v2), NULL, NULL }, \
45 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
48 .prod_id = { (v1), NULL, (v3), NULL }, \
51 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \ argument
54 .prod_id = { (v1), NULL, NULL, (v4) }, \
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
61 .prod_id = { (v1), (v
64 PCMCIA_DEVICE_PROD_ID124(v1,v2,v4,vh1,vh2,vh4) global() argument
71 PCMCIA_DEVICE_PROD_ID134(v1,v3,v4,vh1,vh3,vh4) global() argument
78 PCMCIA_DEVICE_PROD_ID1234(v1,v2,v3,v4,vh1,vh2,vh3,vh4) global() argument
86 PCMCIA_DEVICE_MANF_CARD_PROD_ID1(manf,card,v1,vh1) global() argument
115 PCMCIA_MFC_DEVICE_PROD_ID1(mfc,v1,vh1) global() argument
129 PCMCIA_MFC_DEVICE_PROD_ID12(mfc,v1,v2,vh1,vh2) global() argument
137 PCMCIA_MFC_DEVICE_PROD_ID13(mfc,v1,v3,vh1,vh3) global() argument
145 PCMCIA_MFC_DEVICE_PROD_ID123(mfc,v1,v2,v3,vh1,vh2,vh3) global() argument
164 PCMCIA_PFC_DEVICE_PROD_ID1(mfc,v1,vh1) global() argument
178 PCMCIA_PFC_DEVICE_PROD_ID12(mfc,v1,v2,vh1,vh2) global() argument
186 PCMCIA_PFC_DEVICE_PROD_ID13(mfc,v1,v3,vh1,vh3) global() argument
194 PCMCIA_PFC_DEVICE_PROD_ID123(mfc,v1,v2,v3,vh1,vh2,vh3) global() argument
213 PCMCIA_DEVICE_CIS_PROD_ID12(v1,v2,vh1,vh2,_cisfile) global() argument
221 PCMCIA_DEVICE_CIS_PROD_ID123(v1,v2,v3,vh1,vh2,vh3,_cisfile) global() argument
238 PCMCIA_PFC_DEVICE_CIS_PROD_ID12(mfc,v1,v2,vh1,vh2,_cisfile) global() argument
258 PCMCIA_MFC_DEVICE_CIS_PROD_ID12(mfc,v1,v2,vh1,vh2,_cisfile) global() argument
[all...]
/linux/Documentation/driver-api/media/drivers/ccs/
H A Dccs-regs.asc13 # v1.1 defined in version 1.1
103 analog_linear_gain_min 0x0094 16 v1.1
104 analog_linear_gain_max 0x0096 16 v1.1
105 analog_linear_gain_step_size 0x0098 16 v1.1
106 analog_exponential_gain_min 0x009a 16 v1.1
107 analog_exponential_gain_max 0x009c 16 v1.1
108 analog_exponential_gain_step_size 0x009e 16 v1.1
158 emb_data_ctrl 0x0122 v1.1
176 analog_linear_gain_global 0x0206 16 v1.1
177 analog_exponential_gain_global 0x0208 16 v1
[all...]
/linux/drivers/char/mwave/
H A Dmwavedd.h79 #define PRINTK_2(f,s,v1) \ argument
81 printk(s,v1); \
84 #define PRINTK_3(f,s,v1,v2) \ argument
86 printk(s,v1,v2); \
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v
104 PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) global() argument
109 PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) global() argument
116 PRINTK_2(f,s,v1) global() argument
117 PRINTK_3(f,s,v1,v2) global() argument
118 PRINTK_4(f,s,v1,v2,v3) global() argument
119 PRINTK_5(f,s,v1,v2,v3,v4) global() argument
120 PRINTK_6(f,s,v1,v2,v3,v4,v5) global() argument
121 PRINTK_7(f,s,v1,v2,v3,v4,v5,v6) global() argument
122 PRINTK_8(f,s,v1,v2,v3,v4,v5,v6,v7) global() argument
[all...]
/linux/arch/riscv/crypto/
H A Dsm4-riscv64-zvksed-zvkb.S57 vle32.v v1, (a0)
58 vrev8.v v1, v1
63 vxor.vv v1, v1, v2
71 vsm4k.vi v1, v1, i
72 vse32.v v1, (a1) // Store to rkey_enc.
73 vsse32.v v1, (a2), t0 // Store to rkey_dec.
89 vle32.v v1, (a
[all...]
/linux/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
16 vcmpequd. v1,v0,v20
17 vmr v2,v1
21 vcmpequd. v1,v0,v21
22 vand v2,v2,v1
26 vcmpequd. v1,v0,v22
27 vand v2,v2,v1
31 vcmpequd. v1,v0,v23
32 vand v2,v2,v1
36 vcmpequd. v1,v
[all...]
/linux/arch/arm64/lib/
H A Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
25 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_2()
31 vst1q_u64(dp1 + 2, v1); in xor_arm64_neon_2()
48 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
54 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_3()
60 v1 = veorq_u64(v1, vld1q_u64(dp3 + 2)); in xor_arm64_neon_3()
66 vst1q_u64(dp1 + 2, v1); in xor_arm64_neon_3()
86 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
92 v1 in xor_arm64_neon_4()
133 register uint64x2_t v0, v1, v2, v3; xor_arm64_neon_5() local
203 register uint64x2_t v0, v1, v2, v3; xor_arm64_eor3_3() local
240 register uint64x2_t v0, v1, v2, v3; xor_arm64_eor3_4() local
286 register uint64x2_t v0, v1, v2, v3; xor_arm64_eor3_5() local
[all...]
/linux/lib/
H A Datomic64_test.c107 int v1 = 0xdeadbeef; in test_atomic() local
118 TEST(, or, |=, v1); in test_atomic()
119 TEST(, and, &=, v1); in test_atomic()
120 TEST(, xor, ^=, v1); in test_atomic()
121 TEST(, andnot, &= ~, v1); in test_atomic()
133 FETCH_FAMILY_TEST(, fetch_or, |=, v1); in test_atomic()
134 FETCH_FAMILY_TEST(, fetch_and, &=, v1); in test_atomic()
135 FETCH_FAMILY_TEST(, fetch_andnot, &= ~, v1); in test_atomic()
136 FETCH_FAMILY_TEST(, fetch_xor, ^=, v1); in test_atomic()
141 XCHG_FAMILY_TEST(, v0, v1); in test_atomic()
150 long long v1 = 0xdeadbeefdeafcafeLL; test_atomic64() local
[all...]
/linux/arch/powerpc/boot/dts/fsl/
H A Dinterlaken-lac-portals.dtsi39 compatible = "fsl,interlaken-lac-portal-v1.0";
44 compatible = "fsl,interlaken-lac-portal-v1.0";
49 compatible = "fsl,interlaken-lac-portal-v1.0";
54 compatible = "fsl,interlaken-lac-portal-v1.0";
59 compatible = "fsl,interlaken-lac-portal-v1.0";
64 compatible = "fsl,interlaken-lac-portal-v1.0";
69 compatible = "fsl,interlaken-lac-portal-v1.0";
74 compatible = "fsl,interlaken-lac-portal-v1.0";
79 compatible = "fsl,interlaken-lac-portal-v1.0";
84 compatible = "fsl,interlaken-lac-portal-v1
[all...]
/linux/drivers/video/fbdev/
H A Datafb_iplan2p8.c113 u32 pval[4], v, v1, mask; in atafb_iplan2p8_copyarea() local
147 v1 = v & mask; in atafb_iplan2p8_copyarea()
148 *dst32++ = pval[0] | (v1 >> 8); in atafb_iplan2p8_copyarea()
149 pval[0] = (v ^ v1) << 8; in atafb_iplan2p8_copyarea()
151 v1 = v & mask; in atafb_iplan2p8_copyarea()
152 *dst32++ = pval[1] | (v1 >> 8); in atafb_iplan2p8_copyarea()
153 pval[1] = (v ^ v1) << 8; in atafb_iplan2p8_copyarea()
155 v1 = v & mask; in atafb_iplan2p8_copyarea()
156 *dst32++ = pval[2] | (v1 >> 8); in atafb_iplan2p8_copyarea()
157 pval[2] = (v ^ v1) << in atafb_iplan2p8_copyarea()
176 u32 pval[4], v, v1, mask; atafb_iplan2p8_copyarea() local
[all...]
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dreg_helper.h67 #define REG_SET_2(reg, init_value, f1, v1, f2, v2) \ argument
69 FN(reg, f1), v1,\
72 #define REG_SET_3(reg, init_value, f1, v1, f2, v2, f3, v3) \ argument
74 FN(reg, f1), v1,\
78 #define REG_SET_4(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4) \ argument
80 FN(reg, f1), v1,\
85 #define REG_SET_5(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
88 FN(reg, f1), v1,\
94 #define REG_SET_6(reg, init_value, f1, v1, f2, v2, f3, v3, f4, v4, \ argument
97 FN(reg, f1), v1,\
104 REG_SET_7(reg,init_value,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7) global() argument
115 REG_SET_8(reg,init_value,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8) global() argument
127 REG_SET_9(reg,init_value,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9) global() argument
140 REG_SET_10(reg,init_value,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9,f10,v10) global() argument
160 REG_GET_2(reg_name,f1,v1,f2,v2) global() argument
165 REG_GET_3(reg_name,f1,v1,f2,v2,f3,v3) global() argument
171 REG_GET_4(reg_name,f1,v1,f2,v2,f3,v3,f4,v4) global() argument
178 REG_GET_5(reg_name,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5) global() argument
186 REG_GET_6(reg_name,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6) global() argument
195 REG_GET_7(reg_name,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7) global() argument
205 REG_GET_8(reg_name,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8) global() argument
234 REG_UPDATE_2(reg,f1,v1,f2,v2) global() argument
239 REG_UPDATE_3(reg,f1,v1,f2,v2,f3,v3) global() argument
245 REG_UPDATE_4(reg,f1,v1,f2,v2,f3,v3,f4,v4) global() argument
252 REG_UPDATE_5(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5) global() argument
260 REG_UPDATE_6(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6) global() argument
269 REG_UPDATE_7(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7) global() argument
279 REG_UPDATE_8(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8) global() argument
290 REG_UPDATE_9(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9) global() argument
302 REG_UPDATE_10(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9,f10,v10) global() argument
315 REG_UPDATE_14(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9,f10,v10,f11,v11,f12,v12,f13,v13,f14,v14) global() argument
333 REG_UPDATE_19(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9,f10,v10,f11,v11,f12,v12,f13,v13,f14,v14,f15,v15,f16,v16,f17,v17,f18,v18,f19,v19) global() argument
356 REG_UPDATE_20(reg,f1,v1,f2,v2,f3,v3,f4,v4,f5,v5,f6,v6,f7,v7,f8,v8,f9,v9,f10,v10,f11,v11,f12,v12,f13,v13,f14,v14,f15,v15,f16,v16,f17,v17,f18,v18,f19,v19,f20,v20) global() argument
382 REG_UPDATE_SEQ_2(reg,f1,v1,f2,v2) global() argument
386 REG_UPDATE_SEQ_3(reg,f1,v1,f2,v2,f3,v3) global() argument
452 IX_REG_SET_2(index_reg_name,data_reg_name,index,init_value,f1,v1,f2,v2) global() argument
476 IX_REG_UPDATE_2(index_reg_name,data_reg_name,index,f1,v1,f2,v2) global() argument
511 IX_REG_SET_SYNC(index,init_value,f1,v1) global() argument
515 IX_REG_SET_2_SYNC(index,init_value,f1,v1,f2,v2) global() argument
[all...]
/linux/arch/arm64/crypto/
H A Daes-ce-core.S14 ld1 {v1.4s}, [x0], #16
18 mov v3.16b, v1.16b
20 0: mov v2.16b, v1.16b
24 2: ld1 {v1.4s}, [x0], #16
29 aese v0.16b, v1.16b
42 ld1 {v1.4s}, [x0], #16
46 mov v3.16b, v1.16b
48 0: mov v2.16b, v1.16b
52 2: ld1 {v1.4s}, [x0], #16
57 aesd v0.16b, v1
[all...]
/linux/arch/powerpc/platforms/ps3/
H A Drepository.c54 u64 v1, u64 v2, const char *func, int line) in _dump_node() argument
61 pr_devel("%s:%d: v1: %016llx\n", func, line, v1); in _dump_node()
104 * @v1: First repository value (high word).
113 u64 v1; in read_node() local
122 result = lv1_read_repository_node(lpar_id, n1, n2, n3, n4, &v1, in read_node()
132 dump_node(lpar_id, n1, n2, n3, n4, v1, v2); in read_node()
135 *_v1 = v1; in read_node()
139 if (v1 && !_v1) in read_node()
140 pr_devel("%s:%d: warning: discarding non-zero v1 in read_node()
169 u64 v1 = 0; ps3_repository_read_bus_type() local
184 u64 v1 = 0; ps3_repository_read_bus_num_dev() local
218 u64 v1 = 0; ps3_repository_read_dev_type() local
235 u64 v1 = 0; ps3_repository_read_dev_intr() local
254 u64 v1 = 0; ps3_repository_read_dev_reg_type() local
594 u64 v1 = 0; ps3_repository_read_stor_dev_num_regions() local
610 u64 v1 = 0; ps3_repository_read_stor_dev_region_id() local
767 u64 v1 = 0; ps3_repository_read_highmem_region_count() local
831 u64 v1 = 0; ps3_repository_read_num_spu_reserved() local
850 u64 v1 = 0; ps3_repository_read_num_spu_resource_id() local
872 u64 v1 = 0; ps3_repository_read_spu_resource_id() local
899 u64 v1 = 0; ps3_repository_read_boot_dat_size() local
914 u64 v1 = 0; ps3_repository_read_vuart_av_port() local
929 u64 v1 = 0; ps3_repository_read_vuart_sysmgr_port() local
964 u64 v1 = 0; ps3_repository_read_num_be() local
1049 create_node(u64 n1,u64 n2,u64 n3,u64 n4,u64 v1,u64 v2) create_node() argument
1083 write_node(u64 n1,u64 n2,u64 n3,u64 n4,u64 v1,u64 v2) write_node() argument
1106 u64 v1 = (u64)region_count; ps3_repository_write_highmem_region_count() local
[all...]
/linux/tools/arch/x86/lib/
H A Dx86-opcode-map.txt29 # (v1): this opcode only supports 128bit VEX.
354 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
356 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1)
357 11: vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(v1)
358 12: vmovlps Vq,Hq,Mq (v1) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (F3) | vmovddup Vx,Wx (F2)
359 13: vmovlps Mq,Vq (v1) | vmovlp
[all...]
/linux/tools/testing/selftests/bpf/
H A Dtest_xdp_features.sh16 ip link add v1 type veth peer name v0 netns ${NS}
18 ip link set v1 up
19 ip addr add $V1_IP4/24 dev v1
20 ip addr add $V1_IP6/64 nodad dev v1
26 ethtool -K v1 gro on
27 ethtool -K v1 tx-checksumming off
34 ip link del v1 2> /dev/null
50 ./xdp_features -f XDP_PASS -D $V1_IP6 -T $V0_IP6 v1 &
58 ./xdp_features -f XDP_DROP -D ::ffff:$V1_IP4 -T ::ffff:$V0_IP4 v1 &
67 ./xdp_features -f XDP_ABORTED -D $V1_IP6 -T $V0_IP6 v1
[all...]
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v11_0_3_cleaner_shader.asm56 v_movreld_b32 v1, 0
75 v_mbcnt_lo_u32_b32 v1, exec_hi, 0 // Set V1 to thread-ID (0..63)
76 v_mbcnt_hi_u32_b32 v1, exec_lo, v1 // Set V1 to thread-ID (0..63)
77 v_mul_u32_u24 v1, 0x00000008, v1 // * 8, so each thread is a double-dword address (8byte)
84 ds_write2_b64 v1, v[2:3], v[2:3] offset1:32
85 ds_write2_b64 v1, v[4:5], v[4:5] offset0:64 offset1:96
86 v_add_co_u32 v1, vcc, 0x00000400, v1
[all...]

12345678910>>...138