Home
last modified time | relevance | path

Searched refs:q4 (Results 1 – 25 of 27) sorted by relevance

12

/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dchacha-neon-core.S79 veor q4, q1, q2
80 vshl.u32 q1, q4, #12
81 vsri.u32 q1, q4, #20
91 veor q4, q1, q2
92 vshl.u32 q1, q4, #7
93 vsri.u32 q1, q4, #25
109 veor q4, q1, q2
110 vshl.u32 q1, q4, #12
111 vsri.u32 q1, q4, #20
121 veor q4, q1, q2
[all …]
H A Dcurve25519-core.S84 vand q4, q4, q2
95 vadd.i64 q12, q4, q1
105 vsub.i64 q4, q4, q12
141 vadd.i64 q4, q4, q14
146 vadd.i64 q4, q4, q6
150 vadd.i64 q4, q4, q13
152 vadd.i64 q1, q4, q1
168 vsub.i64 q1, q4, q1
223 veor q6, q4, q5
233 veor q4, q4, q6
[all …]
H A Daes-ce-core.S258 vmov q4, q0
264 veor q1, q1, q4
415 vld1.8 {q4-q5}, [r1]!
419 veor q0, q0, q4
507 vmov q4, q0
513 next_tweak q4, q4, q15, q10
519 next_tweak q5, q4, q15, q10
520 veor q0, q0, q4
527 veor q0, q0, q4
533 vmov q4, q7
[all …]
H A Daes-neonbs-core.S458 vtst.8 q4, q7, q12
471 vst1.8 {q4-q5}, [r0, :256]!
495 veor q14, q4, q9
498 __tbl q4, q14, 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
538 veor q4, q4, q12
[all …]
H A Dcrc32-ce-core.S135 vld1.8 {q3-q4}, [BUF, :128]!
157 vmull.p64 q4, d8, dCONSTANTl
165 veor.8 q4, q4, q8
171 veor.8 q4, q4, q8
193 veor.8 q1, q1, q4
H A Dblake2b-neon-core.S91 vadd.u64 q4, q4, q6
96 veor q2, q2, q4
128 vadd.u64 q4, q4, q6
136 veor q8, q2, q4
264 vld1.64 {q4-q5}, [r10]! // Load IV[0..3]
315 veor q0, q0, q4 // v[0..1] ^= v[8..9]
H A Dcrct10dif-ce-core.S169 vld1.64 {q4-q5}, [buf]!
175 CPU_LE( vrev64.8 q4, q4 )
205 fold_32_bytes q4, q5
214 fold_16_bytes q0, q4
219 fold_16_bytes q4, q6
H A Dsha1-ce-core.S21 ta0 .req q4
24 tb1 .req q4
H A Dpoly1305-core.S_shipped572 vshr.u64 q4,q5,#26
576 vadd.i64 q6,q6,q4 @ h0 -> h1
581 vshr.u64 q4,q6,#26
583 vadd.i64 q7,q7,q4 @ h1 -> h2
935 vshr.u64 q4,q5,#26
940 vadd.i64 q6,q6,q4 @ h0 -> h1
946 vshr.u64 q4,q6,#26
948 vadd.i64 q7,q7,q4 @ h1 -> h2
1104 vshr.u64 q4,q5,#26
1107 vadd.i64 q6,q6,q4 @ h0 -> h1
[all …]
H A Dnh-neon-core.S32 K0 .req q4
H A Dghash-ce-core.S18 XH .req q4
19 IN1 .req q4
H A Dsha512-core.S_shipped1159 vext.8 q14,q4,q5,#8 @ X[i+9]
1413 vext.8 q14,q3,q4,#8 @ X[i+1]
1501 vext.8 q14,q4,q5,#8 @ X[i+1]
1507 vadd.i64 q4,q15
1514 vadd.i64 q4,q14
1518 vadd.i64 q4,q15
1584 vshr.u64 q12,q4,#19
1585 vshr.u64 q13,q4,#61
1587 vshr.u64 q15,q4,#6
1588 vsli.64 q12,q4,#45
[all …]
H A Dsha1-armv7-neon.S62 #define W4 q4
/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
45 + vmul.u16 q13, q0, q4
H A D0003-burn.S-Remove-.func-.endfunc.patch29 vmul.u16 q13, q0, q4
/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.hpp105 coordinate_type const q4 = get<max_corner, 1>(b) - get<0, 1>(s); in clip_segment() local
110 && check_edge(p4, q4, t1, t2)) // top in clip_segment()
/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.hpp102 #define BOOST_MOVE_FWDQ5 BOOST_MOVE_FWDQ4, ::boost::forward<Q4>(q4)
174 #define BOOST_MOVE_ARGQ5 BOOST_MOVE_ARGQ4, q4
309 #define BOOST_MOVE_FWD_INITQ5 BOOST_MOVE_FWD_INITQ4, m_q4(::boost::forward<Q4>(q4))
333 #define BOOST_MOVE_VAL_INITQ5 BOOST_MOVE_VAL_INITQ4, m_q4(q4)
357 #define BOOST_MOVE_UREFQ5 BOOST_MOVE_UREFQ4, BOOST_FWD_REF(Q4) q4
381 #define BOOST_MOVE_VALQ5 BOOST_MOVE_VALQ4, BOOST_FWD_REF(Q4) q4
407 #define BOOST_MOVE_CREFQ5 BOOST_MOVE_CREFQ4, BOOST_MOVE_UNVOIDCREF(Q4) q4
/OK3568_Linux_fs/kernel/arch/arm64/include/asm/
H A Dfpsimdmacros.h14 stp q4, q5, [\state, #16 * 4]
50 ldp q4, q5, [\state, #16 * 4]
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Domap3-echo.dts193 label = "q4";
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Dcrct10dif-ce-core.S272 ldp q4, q5, [buf, #0x40]
H A Daes-neonbs-core.S420 stp q4, q5, [x0, #-64]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dit6616.c1045 int q0, q1, q2, q3, q4, q5; in it6616_get_dcs_ecc() local
1075 q4 = ((dcshead >> 4) & (0x01)) ^ ((dcshead >> 5) & (0x01)) ^ in it6616_get_dcs_ecc()
1090 return (q0 + (q1 << 1) + (q2 << 2) + (q3 << 3) + (q4 << 4) + (q5 << 5)); in it6616_get_dcs_ecc()
/OK3568_Linux_fs/device/rockchip/common/images/oem/oem_facial_gate/
H A Dir.yuv384 …4FRLJFPHBQnf1*20#%($ ))0F% '#(.)&--)$J}��sD0#),.564>1$(0S����^bPLn���~q4 $-1*21./24!^�{7+…
/OK3568_Linux_fs/device/rockchip/common/images/userdata/userdata_normal/media/
H A Dyuv420_p352x288.yuv59 …�������������������������������l>j��zdw���������������������������v��������q4,o�����u^TRLv��������…
107 …�������������������������������o=h��|et���������������������������u��������q4+n�����u^SSMv��������…
264q4*z����vJBDR�������\7;:9;9799999::9::989:898898899998;:886;5gefhfb^[XTTTUWX\YROHD?>??@?>@@>?>@@?…
503 …���������������������������������jZjfZUa�����������������������������������q4-z����\DDGz�������a7…
670 …�����������������������������������qRTOy�����������������������������������q4&v����i<CNe�����yG5;9…
823 …���������������������������������p]hf\TZ|����������������������������������q4-y�����^EHEt�������j;…
990 …���������������������������������|_db\UVu��������������������������������~�q4+x����}YDFI}�������]6…
1118 …CEDA@AAA@@??@AAACAAAAA@????AAA?><:;9::8;;<=;9652/3322532223435436444.( %h�q4)p�~�����������������…
2388 d���������{�q45OIJPK?=DLKC@ELKIKMNSR34kuvz}zwsopsssne_iC156;8;<>…
2545 …�����������������������������������tWY[OPy���������������������������������q4"t����f>AAg������t>6<…
[all …]
/OK3568_Linux_fs/recovery/
HDrootfs.cpio.gz107070100A8AEB0000041ED0000000000000000000000116841B48100000000000000FD0000000200000000000000000000000200000000.�07070100A8B07C000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000900000000.gitkeep��07070100A8B07D000081A40000000000000000000000016841263500000000000000FD0000000200000000000000000000000B00000000.skip_fsck����07070100A8AEB10000A1FF0000000000000000000000016841B0B600000007000000FD0000000200000000000000000000000400000000bin���usr/bin�07070100A8B07E000081A400000000000000000000000168412635000001CC000000FD0000000200000000000000000000001100000000busybox. ...

12