Home
last modified time | relevance | path

Searched full:b2 (Results 1 – 25 of 572) sorted by relevance

12345678910>>...23

/kernel/linux/linux-6.6/arch/arm64/crypto/
Dsm4-ce-asm.h57 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
60 sm4e b2.4s, v24.4s; \
64 sm4e b2.4s, v25.4s; \
68 sm4e b2.4s, v26.4s; \
72 sm4e b2.4s, v27.4s; \
76 sm4e b2.4s, v28.4s; \
80 sm4e b2.4s, v29.4s; \
84 sm4e b2.4s, v30.4s; \
88 sm4e b2.4s, v31.4s; \
92 rev64 b2.4s, b2.4s; \
[all …]
Dsm4-neon-core.S131 #define SM4_CRYPT_BLK4_BE(b0, b1, b2, b3) \ argument
137 ROUND4(0, b0, b1, b2, b3); \
138 ROUND4(1, b1, b2, b3, b0); \
139 ROUND4(2, b2, b3, b0, b1); \
140 ROUND4(3, b3, b0, b1, b2); \
146 rev32 b2.16b, b2.16b; \
149 rotate_clockwise_4x4(b0, b1, b2, b3); \
154 #define SM4_CRYPT_BLK4(b0, b1, b2, b3) \ argument
157 rev32 b2.16b, b2.16b; \
159 SM4_CRYPT_BLK4_BE(b0, b1, b2, b3);
[all …]
Daes-neonbs-core.S26 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
27 eor \b2, \b2, \b1
30 eor \b6, \b6, \b2
37 eor \b2, \b2, \b7
42 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
46 eor \b2, \b2, \b0
52 eor \b2, \b2, \b5
56 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
61 eor \b2, \b2, \b5
64 eor \b2, \b2, \b0
[all …]
/kernel/linux/linux-5.10/arch/c6x/kernel/
Dhead.S42 MVC .S2 CSR,B2
43 CLR .S2 B2,0,1,B2
44 MVC .S2 B2,CSR
45 MVC .S2 TSR,B2
46 CLR .S2 B2,0,1,B2
47 MVC .S2 B2,TSR
48 MVC .S2 ITSR,B2
49 CLR .S2 B2,0,1,B2
50 MVC .S2 B2,ITSR
51 MVC .S2 NTSR,B2
[all …]
Dentry.S86 STDW .D2T2 B3:B2,*SP--[1]
152 || LDDW .D2T2 *++SP[1],B3:B2
265 MASK_INT B2
278 UNMASK_INT B2
291 MASK_INT B2
307 MASK_INT B2
324 MVK .L2 1,B2
325 STW .D2T2 B2,*+SP(REGS__END+8) ; set syscall flag
326 MVC .S2 B2,ECR ; ack the software exception
328 UNMASK_INT B2 ; re-enable global IT
[all …]
/kernel/linux/linux-5.10/arch/c6x/lib/
Dremi.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
18 ;; divu does not clobber B2 either, which is taken advantage of
22 ;; remi uses B2 and A5 to hold the input values during the
30 || cmpgt .l2 0, B4, B2
35 || [B2] neg .l2 B4, B4
36 || xor .s2x B2, A1, B0
37 || mv .d2 B4, B2
[all …]
Ddivi.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
18 ;; divu does not clobber B2 either, which is taken advantage of
22 ;; remi uses B2 and A5 to hold the input values during the
Ddivremi.S12 || cmpgt .l2 0, B4, B2
17 || [B2] neg .l2 B4, B4
18 || xor .s2x B2, A1, B0
19 || mv .d2 B4, B2
29 mpy32 .m1x A4, B2, A6
Dremu.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
18 ;; divu does not clobber B2 either, which is taken advantage of
22 ;; remi uses B2 and A5 to hold the input values during the
Ddivu.S10 ;; __c6xabi_divi A0,A1,A2,A4,A6,B0,B1,B2,B4,B5
11 ;; __c6xabi_divu A0,A1,A2,A4,A6,B0,B1,B2,B4
12 ;; __c6xabi_remi A1,A2,A4,A5,A6,B0,B1,B2,B4
13 ;; __c6xabi_remu A1,A4,A5,A7,B0,B1,B2,B4
18 ;; divu does not clobber B2 either, which is taken advantage of
22 ;; remi uses B2 and A5 to hold the input values during the
/kernel/linux/linux-6.6/arch/s390/crypto/
Dchacha-s390.S451 #define B2 %v9 macro
499 VLR B2,K1
528 VAF A2,A2,B2
553 VX B2,B2,C2
559 VERLLF B2,B2,12
566 VAF A2,A2,B2
591 VX B2,B2,C2
597 VERLLF B2,B2,7
610 VSLDB B2,B2,B2,4
623 VAF A2,A2,B2
[all …]
/kernel/linux/linux-6.6/drivers/isdn/mISDN/
Ddsp_biquad.h20 int32_t b2; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
33 bq->b2 = b2; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/kernel/linux/linux-5.10/drivers/isdn/mISDN/
Ddsp_biquad.h20 int32_t b2; member
27 int32_t gain, int32_t a1, int32_t a2, int32_t b1, int32_t b2) in biquad2_init() argument
33 bq->b2 = b2; in biquad2_init()
45 y = z0 + bq->z1 * bq->b1 + bq->z2 * bq->b2; in biquad2()
/kernel/linux/linux-6.6/block/
Dblk-integrity.c124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare() local
126 if (!b1->profile && !b2->profile) in blk_integrity_compare()
129 if (!b1->profile || !b2->profile) in blk_integrity_compare()
132 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare()
135 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare()
139 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()
142 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()
146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()
149 b1->tag_size, b2->tag_size); in blk_integrity_compare()
153 if (b1->profile != b2->profile) { in blk_integrity_compare()
[all …]
/kernel/linux/linux-6.6/arch/arm/crypto/
Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
81 veor \b2, \b2, \b1
84 veor \b6, \b6, \b2
91 veor \b2, \b2, \b7
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
100 veor \b2, \b2, \b0
106 veor \b2, \b2, \b5
110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
115 veor \b2, \b2, \b5
118 veor \b2, \b2, \b0
[all …]
/kernel/linux/linux-5.10/arch/arm/crypto/
Daes-neonbs-core.S80 .macro in_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
81 veor \b2, \b2, \b1
84 veor \b6, \b6, \b2
91 veor \b2, \b2, \b7
96 .macro out_bs_ch, b0, b1, b2, b3, b4, b5, b6, b7
100 veor \b2, \b2, \b0
106 veor \b2, \b2, \b5
110 .macro inv_in_bs_ch, b6, b1, b2, b4, b7, b0, b3, b5
115 veor \b2, \b2, \b5
118 veor \b2, \b2, \b0
[all …]
/kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu18be.rst33 - Byte B2
38 - I'\ :sub:`0[1:0]; B2[5:0]=pad`
43 - I'\ :sub:`1[1:0]; B2[5:0]=pad`
49 - Q'\ :sub:`0[1:0]; B2[5:0]=pad`
54 - Q'\ :sub:`1[1:0]; B2[5:0]=pad`
Dpixfmt-sdr-pcu20be.rst33 - Byte B2
38 - I'\ :sub:`0[3:0]; B2[3:0]=pad`
43 - I'\ :sub:`1[3:0]; B2[3:0]=pad`
49 - Q'\ :sub:`0[3:0]; B2[3:0]=pad`
54 - Q'\ :sub:`1[3:0]; B2[3:0]=pad`
/kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/
Dpixfmt-sdr-pcu20be.rst33 - Byte B2
38 - I'\ :sub:`0[3:0]; B2[3:0]=pad`
43 - I'\ :sub:`1[3:0]; B2[3:0]=pad`
49 - Q'\ :sub:`0[3:0]; B2[3:0]=pad`
54 - Q'\ :sub:`1[3:0]; B2[3:0]=pad`
Dpixfmt-sdr-pcu18be.rst33 - Byte B2
38 - I'\ :sub:`0[1:0]; B2[5:0]=pad`
43 - I'\ :sub:`1[1:0]; B2[5:0]=pad`
49 - Q'\ :sub:`0[1:0]; B2[5:0]=pad`
54 - Q'\ :sub:`1[1:0]; B2[5:0]=pad`
/kernel/linux/linux-6.6/arch/arm/include/asm/
Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
56 register unsigned int b2 __asm__("r9"); in xor_arm4regs_2()
78 register unsigned int b2 __asm__("r9"); in xor_arm4regs_3()
100 register unsigned int b2 __asm__("lr"); in xor_arm4regs_4()
122 register unsigned int b2 __asm__("lr"); in xor_arm4regs_5()
/kernel/linux/linux-5.10/arch/arm/include/asm/
Dxor.h26 : "=r" (src), "=r" (b1), "=r" (b2) \
28 __XOR(a1, b1); __XOR(a2, b2);
32 : "=r" (src), "=r" (b1), "=r" (b2), "=r" (b3), "=r" (b4) \
34 __XOR(a1, b1); __XOR(a2, b2); __XOR(a3, b3); __XOR(a4, b4)
55 register unsigned int b2 __asm__("r9"); in xor_arm4regs_2()
76 register unsigned int b2 __asm__("r9"); in xor_arm4regs_3()
96 register unsigned int b2 __asm__("lr"); in xor_arm4regs_4()
115 register unsigned int b2 __asm__("lr"); in xor_arm4regs_5()
/kernel/linux/linux-5.10/block/
Dblk-integrity.c124 struct blk_integrity *b2 = &gd2->queue->integrity; in blk_integrity_compare() local
126 if (!b1->profile && !b2->profile) in blk_integrity_compare()
129 if (!b1->profile || !b2->profile) in blk_integrity_compare()
132 if (b1->interval_exp != b2->interval_exp) { in blk_integrity_compare()
135 1 << b1->interval_exp, 1 << b2->interval_exp); in blk_integrity_compare()
139 if (b1->tuple_size != b2->tuple_size) { in blk_integrity_compare()
142 b1->tuple_size, b2->tuple_size); in blk_integrity_compare()
146 if (b1->tag_size && b2->tag_size && (b1->tag_size != b2->tag_size)) { in blk_integrity_compare()
149 b1->tag_size, b2->tag_size); in blk_integrity_compare()
153 if (b1->profile != b2->profile) { in blk_integrity_compare()
[all …]
/kernel/linux/linux-6.6/arch/s390/include/asm/
Dvx-insn-asm.h266 GR_NUM b2, "%r0"
269 .word (b2 << 12) | (\disp)
298 GR_NUM b2, \base
300 .word (b2 << 12) | (\disp)
308 GR_NUM b2, \base
310 .word (b2 << 12) | (\disp)
349 GR_NUM b2, \base
352 .word (b2 << 12) | (\disp)
372 GR_NUM b2, \base
374 .word (b2 << 12) | (\disp)
[all …]
/kernel/linux/linux-5.10/arch/s390/include/asm/
Dvx-insn.h263 GR_NUM b2, "%r0"
266 .word (b2 << 12) | (\disp)
295 GR_NUM b2, \base
297 .word (b2 << 12) | (\disp)
305 GR_NUM b2, \base
307 .word (b2 << 12) | (\disp)
346 GR_NUM b2, \base
349 .word (b2 << 12) | (\disp)
369 GR_NUM b2, \base /* Base register */
371 .word (b2 << 12) | (\disp)
[all …]

12345678910>>...23