Home
last modified time | relevance | path

Searched refs:B2 (Results 1 – 25 of 133) sorted by relevance

123456

/OK3568_Linux_fs/kernel/arch/c6x/kernel/
H A 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 …]
H A Dentry.S86 STDW .D2T2 B3:B2,*SP--[1]
152 || LDDW .D2T2 *++SP[1],B3: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
/OK3568_Linux_fs/kernel/arch/c6x/lib/
H A 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 …]
H A 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
H A 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
H A 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
H A 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
H A Dstrasgi.S16 || mvk .s2 20, B2
24 || cmpltu .l2 B2, B7, B0
59 || cmpltu .l2 B2, B7, B0
H A Dmemcpy_64plus.S17 || MVC .S2 ILC,B2
42 MVC .S2 B2,ILC
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/bind/
H A Dmem_fn_template.hpp264 template<class U, class B1, class B2> R call(U & u, T const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME()
269 template<class U, class B1, class B2> R call(U & u, void const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME()
328 template<class U, class B1, class B2> R call(U & u, T const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME()
333 template<class U, class B1, class B2> R call(U & u, void const *, B1 & b1, B2 & b2) const in BOOST_MEM_FN_NAME()
377 …template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3… in BOOST_MEM_FN_NAME()
382 …template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 &… in BOOST_MEM_FN_NAME()
441 …template<class U, class B1, class B2, class B3> R call(U & u, T const *, B1 & b1, B2 & b2, B3 & b3… in BOOST_MEM_FN_NAME()
446 …template<class U, class B1, class B2, class B3> R call(U & u, void const *, B1 & b1, B2 & b2, B3 &… in BOOST_MEM_FN_NAME()
490 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, T const *, B1 & b1, B2 & b… in BOOST_MEM_FN_NAME()
495 …template<class U, class B1, class B2, class B3, class B4> R call(U & u, void const *, B1 & b1, B2 in BOOST_MEM_FN_NAME()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/phy/bb/
H A Dhalbb_math_lib.h53 #define BYTE_2_DWORD(B3, B2, B1, B0) \ argument
54 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0))
57 #define BIT_2_BYTE(B3, B2, B1, B0) \ argument
58 (((B3) << 3) | ((B2) << 2) | ((B1) << 1) | (B0))
60 #define NIBBLE_2_WORD(B3, B2, B1, B0) \ argument
61 ((((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) |\
64 #define NIBBLE_2_DWORD(B7, B6, B5, B4, B3, B2, B1, B0) \ argument
67 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/phy/bb/
H A Dhalbb_math_lib.h53 #define BYTE_2_DWORD(B3, B2, B1, B0) \ argument
54 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0))
57 #define BIT_2_BYTE(B3, B2, B1, B0) \ argument
58 (((B3) << 3) | ((B2) << 2) | ((B1) << 1) | (B0))
60 #define NIBBLE_2_WORD(B3, B2, B1, B0) \ argument
61 ((((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) |\
64 #define NIBBLE_2_DWORD(B7, B6, B5, B4, B3, B2, B1, B0) \ argument
67 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A 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`
H A 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`
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/multiprecision/detail/
H A Det_ops.hpp191 template <class B, class B2, expression_template_option ET>
192 …ompatible_arithmetic_type<number<B2, ET>, number<B, et_on> >, detail::expression<detail::subtract_…
193 …operator + (const detail::expression<detail::negate, number<B, et_on> >& a, const number<B2, ET>& … in operator +() argument
195 …return detail::expression<detail::subtract_immediates, number<B2, ET>, number<B, et_on> >(b, a.lef… in operator +()
197 template <class B2, expression_template_option ET, class B>
198 …ompatible_arithmetic_type<number<B2, ET>, number<B, et_on> >, detail::expression<detail::subtract_…
199 …operator + (const number<B2, ET>& a, const detail::expression<detail::negate, number<B, et_on> >& … in operator +() argument
201 …return detail::expression<detail::subtract_immediates, number<B2, ET>, number<B, et_on> >(a, b.lef… in operator +()
295 template <class B, class B2, expression_template_option ET>
296 …e<number<B2, ET>, number<B, et_on> >, detail::expression<detail::negate, detail::expression<detail…
[all …]
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dsatan.S349 |--ATAN(X) BY X + X*Y*(B1+Y*(B2+Y*(B3+Y*(B4+Y*(B5+Y*B6)))))
350 |--WHICH IS X + X*Y*( [B1+Z*(B3+Z*B5)] + [Y*(B2+Z*(B4+Z*B6)] )
376 faddd ATANB2,%fp2 | ...B2+Z*(B4+Z*B6)
379 fmulx %fp0,%fp2 | ...Y*(B2+Z*(B4+Z*B6))
382 faddx %fp2,%fp1 | ...[B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))]
385 fmulx %fp1,%fp0 | ...X*Y*([B1+Z*(B3+Z*B5)]+[Y*(B2+Z*(B4+Z*B6))])
H A Dssin.S42 | 1 + r*r*(B1+s*(B2+ ... + s*B8)), s = r*r.
288 |--SGN + S'*(B1 + S(B2 + S(B3 + S(B4 + ... + SB8)))), WHERE
290 |--SGN + S'*([B1+T(B3+T(B5+TB7))] + [S(B2+T(B4+T(B6+TB8)))])
293 |--WHILE B2 AND B3 ARE IN DOUBLE-EXTENDED FORMAT, B1 IS -1/2
638 faddx COSB2,%fp2 | ...B2+S(B3+...)
641 fmulx %fp2,%fp0 | ...S(B2+...)
647 fmulx SPRIME(%a6),%fp0 | ...S'(B1+S(B2+...))
705 faddx COSB2,%fp1 | ...B2+S(B3+...)
708 fmulx %fp0,%fp1 | ...S(B2+...)
713 fadds COSB1,%fp1 | ...B1+S(B2...)
[all …]
H A Dslogn.S437 |--U + U*V*(B1 + V*(B2 + V*(B3 + V*(B4 + V*B5)))) BY
438 |--U + U*V*( [B1 + W*(B3 + W*B5)] + [V*(B2 + W*B4)] )
452 faddd LOGB2,%fp2 | ...B2+W*B4
456 fmulx %fp0,%fp2 | ...V*(B2+W*B4)
461 faddx %fp2,%fp1 | ...B1+W*(B3+W*B5) + V*(B2+W*B4), FP2 RELEASED
464 fmulx %fp1,%fp0 | ...U*V*( [B1+W*(B3+W*B5)] + [V*(B2+W*B4)] )
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/i18n/locales/
H A Dtcy_IN173 % https://tcy.wikipedia.org/wiki/%E0%B2%AD%E0%B2%BE%E0%B2%B0%E0%B2%A4 : "ಭಾರತ"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/i18n/locales/
H A Dtcy_IN173 % https://tcy.wikipedia.org/wiki/%E0%B2%AD%E0%B2%BE%E0%B2%B0%E0%B2%A4 : "ಭಾರತ"
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/hal_g6/mac/mac_ax/
H A Dhw.h20 #define BT_2_DW(B3, B2, B1, B0) \ argument
21 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0))
23 #define NIB_2_DW(B7, B6, B5, B4, B3, B2, B1, B0) \ argument
26 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/hal_g6/mac/mac_ax/
H A Dhw.h20 #define BT_2_DW(B3, B2, B1, B0) \ argument
21 (((B3) << 24) | ((B2) << 16) | ((B1) << 8) | (B0))
23 #define NIB_2_DW(B7, B6, B5, B4, B3, B2, B1, B0) \ argument
26 (((B3) & 0xf) << 12) | (((B2) & 0xf) << 8) | \
/OK3568_Linux_fs/u-boot/board/bosch/shc/
H A DKconfig56 bool "B2 Sample board version"
58 activate, if you want to build for the B2 sample version
/OK3568_Linux_fs/u-boot/board/pb1x00/
H A DREADME60 B0 B1 B2 B3 B4 B5 B6 B7 B8 B9...
63 B1 B0 B3 B2 B5 B4 B7 B6 B9 B8...
/OK3568_Linux_fs/u-boot/board/dbau1x00/
H A DREADME60 B0 B1 B2 B3 B4 B5 B6 B7 B8 B9...
63 B1 B0 B3 B2 B5 B4 B7 B6 B9 B8...

123456