Home
last modified time | relevance | path

Searched refs:q3 (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dchacha-neon-core.S74 veor q3, q3, q0
75 vrev32.16 q3, q3
78 vadd.i32 q2, q2, q3
85 veor q3, q3, q0
90 vadd.i32 q2, q2, q3
100 vext.8 q3, q3, q3, #12
104 veor q3, q3, q0
105 vrev32.16 q3, q3
108 vadd.i32 q2, q2, q3
115 veor q3, q3, q0
[all …]
H A Daes-ce-core.S52 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 …]
H A Dcurve25519-core.S59 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 …]
H A Dblake2b-neon-core.S78 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 …]
H A Dcrc32-ce-core.S135 vld1.8 {q3-q4}, [BUF, :128]!
156 vmull.p64 q3, d6, dCONSTANTl
163 veor.8 q3, q3, q7
170 veor.8 q3, q3, q7
188 veor.8 q1, q1, q3
230 vand.8 q2, q1, q3
233 vand.8 q2, q2, q3
H A Daes-neonbs-core.S457 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 …]
H A Dcrct10dif-ce-core.S168 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
272 vmov.i8 q3, #0x80
273 veor.8 q2, q2, q3
H A Dsha2-ce-core.S79 vld1.32 {q2-q3}, [r1]!
86 vrev32.8 q3, q3
H A Dsha1-ce-core.S19 k3 .req q3
H A Dnh-neon-core.S29 PASS3_SUMS .req q3
H A Dsha512-core.S_shipped1325 vext.8 q14,q2,q3,#8 @ X[i+1]
1413 vext.8 q14,q3,q4,#8 @ X[i+1]
1419 vadd.i64 q3,q15
1426 vadd.i64 q3,q14
1430 vadd.i64 q3,q15
1496 vshr.u64 q12,q3,#19
1497 vshr.u64 q13,q3,#61
1499 vshr.u64 q15,q3,#6
1500 vsli.64 q12,q3,#45
1502 vsli.64 q13,q3,#3
[all …]
H A Dsha256-core.S_shipped1897 vld1.8 {q3},[r1]!
1909 vrev32.8 q3,q3
1916 vadd.i32 q11,q11,q3
1933 vext.8 q9,q2,q3,#4
2031 vext.8 q9,q3,q0,#4
2125 vext.8 q8,q2,q3,#4
2223 vext.8 q8,q3,q0,#4
2234 vadd.i32 q3,q3,q9
2264 vadd.i32 q3,q3,q9
2309 vadd.i32 q8,q8,q3
[all …]
H A Dghash-ce-core.S17 XM .req q3
H A Dsha1-armv7-neon.S61 #define W3 q3
/OK3568_Linux_fs/yocto/poky/meta/recipes-graphics/mesa/mesa-demos/
H A D0001-mesa-demos-Add-missing-data-files.patch334 + vec3 q3;
335 + q3.y = max(q2.y, q2.z);
336 + q3.z = min(q2.y, q2.z);
337 + q3.x = q2.x;
339 + vec3 i1 = vec3(equal(q3.xxx, x0));
340 + vec3 i2 = i1 + vec3(equal(q3.yyy, x0));
432 + vec4 q3;
433 + q3.y = max(q2.y,q2.z); // y:z
434 + q3.z = min(q2.y,q2.z);
435 + q3.xw = q2.xw;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/geometry/algorithms/detail/overlay/
H A Dclip_linestring.hpp104 coordinate_type const q3 = get<0, 1>(s) - get<min_corner, 1>(b); in clip_segment() local
109 && check_edge(p3, q3, t1, t2) // bottom in clip_segment()
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iqfiles/isp3x/imx464_CMK-OT1980-PX1_SHG102/
H A DsrcOverlapMap.bin1 …������������������"�������������������������������������������������[1Y).q3:P�������������������…
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/move/detail/
H A Dfwd_macros.hpp101 #define BOOST_MOVE_FWDQ4 BOOST_MOVE_FWDQ3, ::boost::forward<Q3>(q3)
173 #define BOOST_MOVE_ARGQ4 BOOST_MOVE_ARGQ3, q3
308 #define BOOST_MOVE_FWD_INITQ4 BOOST_MOVE_FWD_INITQ3, m_q3(::boost::forward<Q3>(q3))
332 #define BOOST_MOVE_VAL_INITQ4 BOOST_MOVE_VAL_INITQ3, m_q3(q3)
356 #define BOOST_MOVE_UREFQ4 BOOST_MOVE_UREFQ3, BOOST_FWD_REF(Q3) q3
380 #define BOOST_MOVE_VALQ4 BOOST_MOVE_VALQ3, BOOST_FWD_REF(Q3) q3
406 #define BOOST_MOVE_CREFQ4 BOOST_MOVE_CREFQ3, BOOST_MOVE_UNVOIDCREF(Q3) q3
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfpsimdmacros.h13 stp q2, q3, [\state, #16 * 2]
49 ldp q2, q3, [\state, #16 * 2]
/OK3568_Linux_fs/buildroot/package/daq/
H A D0002-parallel-grammar.patch8 Patch was sent upstream: https://seclists.org/snort/2014/q3/1016
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/
H A D0002-burn.S-Add.patch38 + vext.8 q10, q3, q4, #1
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/elfutils/files/
H A D0001-libelf-elf_end.c-check-data_list.data.d.d_buf-before.patch14 Upstream-Status: Submitted [https://sourceware.org/ml/elfutils-devel/2018-q3/msg00085.html]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap3-echo.dts149 label = "q3";
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S271 ldp q2, q3, [buf, #0x20]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c1045 int q0, q1, q2, q3, q4, q5; in it6616_get_dcs_ecc() local
1068 q3 = ((dcshead >> 1) & (0x01)) ^ ((dcshead >> 2) & (0x01)) ^ in it6616_get_dcs_ecc()
1090 return (q0 + (q1 << 1) + (q2 << 2) + (q3 << 3) + (q4 << 4) + (q5 << 5)); in it6616_get_dcs_ecc()

12