/linux-6.12.1/arch/arm/crypto/ |
D | aes-ce-core.S | 52 enc_round q3, \key1 56 enc_round q3, \key2 63 dec_round q3, \key1 67 dec_round q3, \key2 74 enc_round q3, \key1 78 aese.8 q3, \key2 82 veor q3, q3, \key3 89 dec_round q3, \key1 93 aesd.8 q3, \key2 97 veor q3, q3, \key3 [all …]
|
D | chacha-neon-core.S | 60 * registers q0-q3. It performs matrix operations on four words in parallel, 75 veor q3, q3, q0 76 vrev32.16 q3, q3 79 vadd.i32 q2, q2, q3 86 veor q3, q3, q0 91 vadd.i32 q2, q2, q3 101 vext.8 q3, q3, q3, #12 105 veor q3, q3, q0 106 vrev32.16 q3, q3 109 vadd.i32 q2, q2, q3 [all …]
|
D | curve25519-core.S | 59 vshr.u64 q3, q2, #7 89 vand q5, q5, q3 90 vand q7, q7, q3 91 vand q9, q9, q3 92 vand q11, q11, q3 93 vand q3, q13, q3 124 vadd.i64 q3, q3, q13 126 vadd.i64 q14, q3, q0 155 vsub.i64 q3, q3, q10 166 vsub.i64 q3, q6, q7 [all …]
|
D | aes-neonbs-core.S | 457 vtst.8 q3, q7, q11 470 vst1.8 {q2-q3}, [r0, :256]! 493 veor q13, q3, q9 496 __tbl q3, q13, q8 505 bitslice q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11 517 shift_rows q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12 519 sbox q0, q1, q2, q3, q4, q5, q6, q7, q8, q9, q10, q11, q12, \ 524 mix_cols q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11, q12, \ 534 bitslice q0, q1, q4, q6, q3, q7, q2, q5, q8, q9, q10, q11 540 veor q3, q3, q12 [all …]
|
D | blake2b-neon-core.S | 78 vadd.u64 q1, q1, q3 97 veor q3, q3, q5 112 vadd.u64 q1, q1, q3 137 veor q9, q3, q5 139 vshr.u64 q3, q9, #63 141 vsli.u64 q3, q9, #1 227 vshr.u64 q3, q9, #63 229 vsli.u64 q3, q9, #1 260 vld1.64 {q2-q3}, [ip]! // Load h[4..7] 319 veor q3, q3, q7 // v[6..7] ^= v[14..15] [all …]
|
D | crc32-ce-core.S | 137 vld1.8 {q3-q4}, [BUF, :128]! 158 vmull.p64 q3, d6, dCONSTANTl 165 veor.8 q3, q3, q7 172 veor.8 q3, q3, q7 190 veor.8 q1, q1, q3 232 vand.8 q2, q1, q3 235 vand.8 q2, q2, q3
|
D | crct10dif-ce-core.S | 168 vld1.64 {q2-q3}, [buf]! 174 CPU_LE( vrev64.8 q3, q3 ) 204 fold_32_bytes q2, q3 217 fold_16_bytes q3, q7, 1 271 // q3 = first chunk: q7 right-shifted by '16-len' bytes. 272 vmov.i8 q3, #0x80 273 veor.8 q2, q2, q3
|
D | sha2-ce-core.S | 79 vld1.32 {q2-q3}, [r1]! 86 vrev32.8 q3, q3
|
D | nh-neon-core.S | 29 PASS3_SUMS .req q3
|
D | sha1-ce-core.S | 19 k3 .req q3
|
D | ghash-ce-core.S | 18 XM .req q3
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | stan.S | 34 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r. 40 | V = 1 + s*(Q1 + s*(Q2 + s*(Q3 + s*Q4))), s = r*r, 223 faddd TANQ3,%fp3 | ...Q3+SQ4 226 fmulx %fp1,%fp3 | ...S(Q3+SQ4) 229 faddx TANQ2,%fp3 | ...Q2+S(Q3+SQ4) 232 fmulx %fp1,%fp3 | ...S(Q2+S(Q3+SQ4)) 235 faddx TANQ1,%fp3 | ...Q1+S(Q2+S(Q3+SQ4)) 238 fmulx %fp3,%fp1 | ...S(Q1+S(Q2+S(Q3+SQ4))) 261 faddd TANQ3,%fp3 | ...Q3+SQ4 264 fmulx %fp0,%fp3 | ...S(Q3+SQ4) [all …]
|
/linux-6.12.1/arch/arm/include/asm/ |
D | div64.h | 74 asm ( "umull %Q0, %R0, %Q2, %Q3\n\t" in __arch_xprod_64() 92 asm ( "umlal %R0, %Q0, %R2, %Q3\n\t" in __arch_xprod_64()
|
/linux-6.12.1/Documentation/userspace-api/media/v4l/ |
D | pixfmt-srggb8-pisp-comp.rst | 53 Each of the outer samples (q0,q3) is encoded using a 7-bit field based 57 is encoded as (q0-MAX(0,q1-64)). q3 is likewise coded based on q2. 68 Each pair of quantized pixels (q0,q1) or (q2,q3) is jointly coded
|
/linux-6.12.1/Documentation/devicetree/bindings/gpio/ |
D | gpio-latch.yaml | 22 OUT3 ----------+-|-|-|--|-----------|D3 Q3|-----|< 35 | | | | `--------------------|D3 Q3|-----|<
|
/linux-6.12.1/tools/testing/selftests/arm64/fp/ |
D | fp-ptrace-asm.S | 30 ldp q2, q3, [x7, #16 * 2] 152 stp q2, q3, [x7, #16 * 2]
|
/linux-6.12.1/drivers/gpio/ |
D | gpio-latch.c | 16 * OUT3 ----------+-|-|-|--|-----------|D3 Q3|-----|< 29 * | | | | `--------------------|D3 Q3|-----|<
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | fpsimdmacros.h | 13 stp q2, q3, [\state, #16 * 2] 49 ldp q2, q3, [\state, #16 * 2]
|
/linux-6.12.1/arch/arm/vfp/ |
D | vfp.h | 48 "adcs %Q1, %Q3, %Q5\n\t" in add128() 61 "sbcs %Q1, %Q3, %Q5\n\t" in sub128()
|
/linux-6.12.1/tools/testing/selftests/arm64/abi/ |
D | syscall-abi-asm.S | 134 ldp q2, q3, [x2, #16 * 2] 242 stp q2, q3, [x2, #16 * 2]
|
/linux-6.12.1/drivers/gpu/drm/arm/ |
D | malidp_crtc.c | 200 * that the number is inside the representable range for a Q3.12 number, 228 /* Convert from S31.32 to Q3.12. */ in malidp_crtc_atomic_check_ctm()
|
/linux-6.12.1/drivers/net/ethernet/intel/igc/ |
D | igc_tsn.c | 277 /* Skip configuring CBS for Q2 and Q3 */ in igc_tsn_enable_offload()
|
/linux-6.12.1/arch/arm/boot/dts/aspeed/ |
D | aspeed-bmc-tyan-s8036.dts | 445 /*Q3*/ "",
|
D | aspeed-bmc-tyan-s7106.dts | 505 /*Q3*/ "",
|
/linux-6.12.1/Documentation/arch/s390/ |
D | vfio-ccw.rst | 373 Q3.
|