Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 3656) sorted by relevance

12345678910>>...147

/OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/doublevectors/
H A Dtst_doublevectors.cpp60 QDoubleVector2D v1; in constructor2dTest() local
61 QCOMPARE(v1.x(), 0.0); in constructor2dTest()
62 QCOMPARE(v1.y(), 0.0); in constructor2dTest()
63 QCOMPARE(v1.isNull(), true); in constructor2dTest()
64 v1 = QDoubleVector2D(1.1, -2.5); // assignment and constructor in constructor2dTest()
65 QCOMPARE(v1.x(), 1.1); in constructor2dTest()
66 QCOMPARE(v1.y(), -2.5); in constructor2dTest()
67 QDoubleVector2D v2(v1); // copy constructor in constructor2dTest()
79 QDoubleVector2D v1; in basicFunctions2dTest() local
80 v1.setX(3.0); in basicFunctions2dTest()
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/
H A Dcheck.hpp68 CV_EXPORTS void CV_NORETURN check_failed_auto(const int v1, const int v2, const CheckContext& ctx);
69 CV_EXPORTS void CV_NORETURN check_failed_auto(const size_t v1, const size_t v2, const CheckContext&…
70 CV_EXPORTS void CV_NORETURN check_failed_auto(const float v1, const float v2, const CheckContext& c…
71 CV_EXPORTS void CV_NORETURN check_failed_auto(const double v1, const double v2, const CheckContext&…
72 CV_EXPORTS void CV_NORETURN check_failed_MatDepth(const int v1, const int v2, const CheckContext& c…
73 CV_EXPORTS void CV_NORETURN check_failed_MatType(const int v1, const int v2, const CheckContext& ct…
74 CV_EXPORTS void CV_NORETURN check_failed_MatChannels(const int v1, const int v2, const CheckContext…
85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/
H A Dcheck.hpp68 CV_EXPORTS void CV_NORETURN check_failed_auto(const int v1, const int v2, const CheckContext& ctx);
69 CV_EXPORTS void CV_NORETURN check_failed_auto(const size_t v1, const size_t v2, const CheckContext&…
70 CV_EXPORTS void CV_NORETURN check_failed_auto(const float v1, const float v2, const CheckContext& c…
71 CV_EXPORTS void CV_NORETURN check_failed_auto(const double v1, const double v2, const CheckContext&…
72 CV_EXPORTS void CV_NORETURN check_failed_MatDepth(const int v1, const int v2, const CheckContext& c…
73 CV_EXPORTS void CV_NORETURN check_failed_MatType(const int v1, const int v2, const CheckContext& ct…
74 CV_EXPORTS void CV_NORETURN check_failed_MatChannels(const int v1, const int v2, const CheckContext…
85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
[all …]
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/
H A Dcheck.hpp68 CV_EXPORTS void CV_NORETURN check_failed_auto(const int v1, const int v2, const CheckContext& ctx);
69 CV_EXPORTS void CV_NORETURN check_failed_auto(const size_t v1, const size_t v2, const CheckContext&…
70 CV_EXPORTS void CV_NORETURN check_failed_auto(const float v1, const float v2, const CheckContext& c…
71 CV_EXPORTS void CV_NORETURN check_failed_auto(const double v1, const double v2, const CheckContext&…
72 CV_EXPORTS void CV_NORETURN check_failed_MatDepth(const int v1, const int v2, const CheckContext& c…
73 CV_EXPORTS void CV_NORETURN check_failed_MatType(const int v1, const int v2, const CheckContext& ct…
74 CV_EXPORTS void CV_NORETURN check_failed_MatChannels(const int v1, const int v2, const CheckContext…
85 #define CV__TEST_EQ(v1, v2) ((v1) == (v2)) argument
86 #define CV__TEST_NE(v1, v2) ((v1) != (v2)) argument
87 #define CV__TEST_LE(v1, v2) ((v1) <= (v2)) argument
[all …]
/OK3568_Linux_fs/external/xserver/hw/dmx/glxProxy/
H A Dglxvisuals.c39 glxVisualsMatch(__GLXvisualConfig * v1, __GLXvisualConfig * v2) in glxVisualsMatch() argument
41 if ((v1->class == v2->class) && in glxVisualsMatch()
42 (v1->rgba == v2->rgba) && in glxVisualsMatch()
43 (v1->redSize == v2->redSize) && in glxVisualsMatch()
44 (v1->greenSize == v2->greenSize) && in glxVisualsMatch()
45 (v1->blueSize == v2->blueSize) && in glxVisualsMatch()
46 (v1->alphaSize == v2->alphaSize) && in glxVisualsMatch()
47 (v1->redMask == v2->redMask) && in glxVisualsMatch()
48 (v1->greenMask == v2->greenMask) && in glxVisualsMatch()
49 (v1->blueMask == v2->blueMask) && in glxVisualsMatch()
[all …]
/OK3568_Linux_fs/external/rknn-toolkit2/doc/
H A Dchangelog-1.5.0.txt2 版本: v1.5.0:
8 版本: v1.4.6b2:
13 版本: v1.4.6b1:
21 版本: v1.4.6b0:
32 版本: v1.4.5b3:
40 版本: v1.4.5b2:
46 版本: v1.4.5b1:
55 版本: v1.4.5b0:
61 版本: v1.4.4b5:
68 版本: v1.4.4b3:
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/rtl8723bs/hal/
H A DHalHWImg8723B_BB.c274 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_AGC_TAB() local
278 if (v1 < 0x40000000) { in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
279 odm_ConfigBB_AGC_8723B(pDM_Odm, v1, bMaskDWord, v2); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
284 u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
288 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
289 } else if (!CheckPositive(pDM_Odm, v1, v2)) { in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
291 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
292 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
294 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
295 if (!CheckNegative(pDM_Odm, v1, v2)) in ODM_ReadAndConfig_MP_8723B_AGC_TAB()
[all …]
H A DHalHWImg8723B_MAC.c245 u32 v1 = Array[i]; in ODM_ReadAndConfig_MP_8723B_MAC_REG() local
249 if (v1 < 0x40000000) { in ODM_ReadAndConfig_MP_8723B_MAC_REG()
250 odm_ConfigMAC_8723B(pDM_Odm, v1, (u8)v2); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
255 u8 cCond = (u8)((v1 & (BIT29|BIT28)) >> 28); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
259 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
260 } else if (!CheckPositive(pDM_Odm, v1, v2)) { in ODM_ReadAndConfig_MP_8723B_MAC_REG()
262 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
263 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
265 READ_NEXT_PAIR(v1, v2, i); in ODM_ReadAndConfig_MP_8723B_MAC_REG()
266 if (!CheckNegative(pDM_Odm, v1, v2)) in ODM_ReadAndConfig_MP_8723B_MAC_REG()
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/crypto/
H A Daes-ce-ccm-core.S23 eor v1.16b, v1.16b, v1.16b
27 ins v1.b[0], w7
28 ext v1.16b, v1.16b, v1.16b, #1 /* rotate in the input bytes */
31 eor v0.16b, v0.16b, v1.16b
58 ld1 {v1.16b}, [x1], #16 /* load next input block */
59 eor v0.16b, v0.16b, v1.16b /* xor with mac */
77 9: ext v1.16b, v1.16b, v1.16b, #1
80 91: eor v0.16b, v0.16b, v1.16b
95 ld1 {v1.16b}, [x1] /* load 1st ctriv */
104 aese v1.16b, v4.16b
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Dprocfs.c381 u32 v0, v1; in isp30_unite_show() local
384 v1 = rkisp_next_read(dev, ISP3X_CMSK_CTRL0, false); in isp30_unite_show()
388 v0, (v1 & 1) ? "ON" : "OFF", v1); in isp30_unite_show()
390 v1 = rkisp_next_read(dev, ISP3X_DPCC0_MODE, false); in isp30_unite_show()
394 (v1 & 1) ? "ON" : "OFF", v1); in isp30_unite_show()
396 v1 = rkisp_next_read(dev, ISP3X_DPCC1_MODE, false); in isp30_unite_show()
400 (v1 & 1) ? "ON" : "OFF", v1); in isp30_unite_show()
402 v1 = rkisp_next_read(dev, ISP3X_DPCC2_MODE, false); in isp30_unite_show()
406 (v1 & 1) ? "ON" : "OFF", v1); in isp30_unite_show()
408 v1 = rkisp_next_read(dev, ISP3X_BLS_CTRL, false); in isp30_unite_show()
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioning/
H A Dqdoublevector3d_p.h97 …Q_DECL_CONSTEXPR static inline double dotProduct(const QDoubleVector3D &v1, const QDoubleVector3D … in dotProduct() argument
98 { return v1.xp * v2.xp + v1.yp * v2.yp + v1.zp * v2.zp; } in dotProduct()
100 …Q_DECL_CONSTEXPR static inline QDoubleVector3D crossProduct(const QDoubleVector3D &v1, const QDoub… in crossProduct() argument
101 { return QDoubleVector3D(v1.yp * v2.zp - v1.zp * v2.yp, in crossProduct()
102 v1.zp * v2.xp - v1.xp * v2.zp, in crossProduct()
103 v1.xp * v2.yp - v1.yp * v2.xp); } in crossProduct()
105 static QDoubleVector3D normal(const QDoubleVector3D &v1, const QDoubleVector3D &v2);
107 (const QDoubleVector3D &v1, const QDoubleVector3D &v2, const QDoubleVector3D &v3);
113 …friend Q_DECL_CONSTEXPR inline bool operator==(const QDoubleVector3D &v1, const QDoubleVector3D &v…
114 …friend Q_DECL_CONSTEXPR inline bool operator!=(const QDoubleVector3D &v1, const QDoubleVector3D &v…
[all …]
H A Dqdoublevector2d_p.h97 …Q_DECL_CONSTEXPR static inline double dotProduct(const QDoubleVector2D &v1, const QDoubleVector2D … in dotProduct() argument
98 { return v1.xp * v2.xp + v1.yp * v2.yp; } in dotProduct()
101 …friend Q_DECL_CONSTEXPR inline bool operator==(const QDoubleVector2D &v1, const QDoubleVector2D &v…
102 …friend Q_DECL_CONSTEXPR inline bool operator!=(const QDoubleVector2D &v1, const QDoubleVector2D &v…
103 …friend Q_DECL_CONSTEXPR inline const QDoubleVector2D operator+(const QDoubleVector2D &v1, const QD…
104 …friend Q_DECL_CONSTEXPR inline const QDoubleVector2D operator-(const QDoubleVector2D &v1, const QD…
107 …friend Q_DECL_CONSTEXPR inline const QDoubleVector2D operator*(const QDoubleVector2D &v1, const QD…
111 …friend Q_DECL_CONSTEXPR inline bool qFuzzyCompare(const QDoubleVector2D &v1, const QDoubleVector2D…
196 Q_DECL_CONSTEXPR inline bool operator==(const QDoubleVector2D &v1, const QDoubleVector2D &v2)
198 return v1.xp == v2.xp && v1.yp == v2.yp;
[all …]
/OK3568_Linux_fs/kernel/arch/s390/include/asm/
H A Dvx-insn.h94 .ifc \vxr,%v1
200 .macro RXB rxb v1 v2=0 v3=0 v4=0
202 .if \v1 & 0x10
224 .macro MRXB m v1 v2=0 v3=0 v4=0
226 RXB rxb, \v1, \v2, \v3, \v4
239 .macro MRXBOPC m opc v1 v2=0 v3=0 v4=0
240 MRXB \m, \v1, \v2, \v3, \v4
248 VX_NUM v1, \vr
249 .word (0xE700 | ((v1&15) << 4))
251 MRXBOPC 0, 0x44, v1
[all …]
/OK3568_Linux_fs/kernel/include/pcmcia/
H A Ddevice_id.h24 #define PCMCIA_DEVICE_PROD_ID1(v1, vh1) { \ argument
26 .prod_id = { (v1), NULL, NULL, NULL }, \
39 #define PCMCIA_DEVICE_PROD_ID12(v1, v2, vh1, vh2) { \ argument
42 .prod_id = { (v1), (v2), NULL, NULL }, \
45 #define PCMCIA_DEVICE_PROD_ID13(v1, v3, vh1, vh3) { \ argument
48 .prod_id = { (v1), NULL, (v3), NULL }, \
51 #define PCMCIA_DEVICE_PROD_ID14(v1, v4, vh1, vh4) { \ argument
54 .prod_id = { (v1), NULL, NULL, (v4) }, \
57 #define PCMCIA_DEVICE_PROD_ID123(v1, v2, v3, vh1, vh2, vh3) { \ argument
61 .prod_id = { (v1), (v2), (v3), NULL },\
[all …]
/OK3568_Linux_fs/kernel/arch/s390/crypto/
H A Dcrc32le-vx.S130 VLM %v1,%v4,0,%r3 /* 64-bytes into V1..V4 */
131 VPERM %v1,%v1,%v1,CONST_PERM_LE2BE
136 VX %v1,%v0,%v1 /* V1 ^= CRC */
158 VGFMAG %v1,CONST_R2R1,%v1,%v5
175 VGFMAG %v1,CONST_R4R3,%v1,%v2
176 VGFMAG %v1,CONST_R4R3,%v1,%v3
177 VGFMAG %v1,CONST_R4R3,%v1,%v4
186 VGFMAG %v1,CONST_R4R3,%v1,%v2 /* Fold next data chunk */
217 VGFMG %v1,%v0,%v1
233 VSRLB %v2,%v1,%v9 /* Store remaining bits in V2 */
[all …]
H A Dcrc32be-vx.S103 VLM %v1,%v4,0,%r3 /* 64-bytes into V1..V4 */
104 VX %v1,%v0,%v1 /* V1 ^= CRC */
123 VGFMAG %v1,CONST_R1R2,%v1,%v5
137 VGFMAG %v1,CONST_R3R4,%v1,%v2
138 VGFMAG %v1,CONST_R3R4,%v1,%v3
139 VGFMAG %v1,CONST_R3R4,%v1,%v4
148 VGFMAG %v1,CONST_R3R4,%v1,%v2 /* Fold next data chunk */
166 VGFMG %v1,CONST_R5,%v1
175 VGFMG %v1,CONST_R6,%v1
196 VUPLLF %v2,%v1
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/lib/
H A Dxor_vmx.c55 DEFINE(v1); in __xor_altivec_2()
60 LOAD(v1); in __xor_altivec_2()
62 XOR(v1, v2); in __xor_altivec_2()
63 STORE(v1); in __xor_altivec_2()
65 v1 += 4; in __xor_altivec_2()
73 DEFINE(v1); in __xor_altivec_3()
79 LOAD(v1); in __xor_altivec_3()
82 XOR(v1, v2); in __xor_altivec_3()
83 XOR(v1, v3); in __xor_altivec_3()
84 STORE(v1); in __xor_altivec_3()
[all …]
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8821cs/hal/phydm/rtl8821c/
H A Dhalhwimg8821c_bb.c1705 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab() local
1711 v1 = array[i]; in odm_read_and_config_mp_8821c_agc_tab()
1714 if (v1 & (BIT(31) | BIT(30))) {/*positive & negative condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1715 if (v1 & BIT(31)) {/* positive condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1717 (u8)((v1 & (BIT(29) | BIT(28))) >> 28); in odm_read_and_config_mp_8821c_agc_tab()
1726 pre_v1 = v1; in odm_read_and_config_mp_8821c_agc_tab()
1731 } else if (v1 & BIT(30)) { /*negative condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1734 a3 = v1; a4 = v2; in odm_read_and_config_mp_8821c_agc_tab()
1749 odm_config_bb_agc_8821c(dm, v1, MASKDWORD, v2); in odm_read_and_config_mp_8821c_agc_tab()
2556 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab_diff() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8821cs/hal/phydm/rtl8821c/
H A Dhalhwimg8821c_bb.c1706 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab() local
1712 v1 = array[i]; in odm_read_and_config_mp_8821c_agc_tab()
1715 if (v1 & (BIT(31) | BIT(30))) {/*positive & negative condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1716 if (v1 & BIT(31)) {/* positive condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1718 (u8)((v1 & (BIT(29) | BIT(28))) >> 28); in odm_read_and_config_mp_8821c_agc_tab()
1727 pre_v1 = v1; in odm_read_and_config_mp_8821c_agc_tab()
1732 } else if (v1 & BIT(30)) { /*negative condition*/ in odm_read_and_config_mp_8821c_agc_tab()
1735 a3 = v1; a4 = v2; in odm_read_and_config_mp_8821c_agc_tab()
1750 odm_config_bb_agc_8821c(dm, v1, MASKDWORD, v2); in odm_read_and_config_mp_8821c_agc_tab()
2557 u32 v1 = 0, v2 = 0, pre_v1 = 0, pre_v2 = 0; in odm_read_and_config_mp_8821c_agc_tab_diff() local
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rtl8822be/hal/phydm/rtl8822b/
H A Dhalhwimg8822b_bb.c3739 IN u4Byte v1, in ODM_Config_MP_8822B_AGC_TAB() argument
3747 if (v1 & (BIT31 | BIT30)) {/*positive & negative condition*/ in ODM_Config_MP_8822B_AGC_TAB()
3748 if (v1 & BIT31) {/* positive condition*/ in ODM_Config_MP_8822B_AGC_TAB()
3749 cCond = (u1Byte)((v1 & (BIT29|BIT28)) >> 28); in ODM_Config_MP_8822B_AGC_TAB()
3758 pre_v1 = v1; in ODM_Config_MP_8822B_AGC_TAB()
3762 } else if (v1 & BIT30) { /*negative condition*/ in ODM_Config_MP_8822B_AGC_TAB()
3764 if (CheckPositive(pDM_Odm, pre_v1, pre_v2, v1, v2)) { in ODM_Config_MP_8822B_AGC_TAB()
3776 odm_ConfigBB_AGC_8822B(pDM_Odm, v1, bMaskDWord, v2); in ODM_Config_MP_8822B_AGC_TAB()
3793 u4Byte v1 = 0, v2 = 0; in ODM_ReadAndConfig_MP_8822B_AGC_TAB() local
3798 v1 = Array[i]; in ODM_ReadAndConfig_MP_8822B_AGC_TAB()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/mwave/
H A Dmwavedd.h79 #define PRINTK_2(f,s,v1) \ argument
81 printk(s,v1); \
84 #define PRINTK_3(f,s,v1,v2) \ argument
86 printk(s,v1,v2); \
89 #define PRINTK_4(f,s,v1,v2,v3) \ argument
91 printk(s,v1,v2,v3); \
94 #define PRINTK_5(f,s,v1,v2,v3,v4) \ argument
96 printk(s,v1,v2,v3,v4); \
99 #define PRINTK_6(f,s,v1,v2,v3,v4,v5) \ argument
101 printk(s,v1,v2,v3,v4,v5); \
[all …]
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A DMakefile.am63 relative-pointer-unstable-v1-client-protocol.h \
64 relative-pointer-unstable-v1-protocol.c \
65 pointer-constraints-unstable-v1-client-protocol.h \
66 pointer-constraints-unstable-v1-protocol.c \
69 xwayland-keyboard-grab-unstable-v1-protocol.c \
70 xwayland-keyboard-grab-unstable-v1-client-protocol.h \
71 xdg-output-unstable-v1-protocol.c \
72 xdg-output-unstable-v1-client-protocol.h \
73 linux-dmabuf-unstable-v1-client-protocol.h \
74 linux-dmabuf-unstable-v1-protocol.c
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dvmx_asm.S9 # Should be safe from C, only touches r4, r5 and v0,v1,v2
16 vcmpequd. v1,v0,v20
17 vmr v2,v1
21 vcmpequd. v1,v0,v21
22 vand v2,v2,v1
26 vcmpequd. v1,v0,v22
27 vand v2,v2,v1
31 vcmpequd. v1,v0,v23
32 vand v2,v2,v1
36 vcmpequd. v1,v0,v24
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/lib/
H A Dxor-neon.c19 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_2() local
25 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_2()
31 vst1q_u64(dp1 + 2, v1); in xor_arm64_neon_2()
47 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_3() local
53 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_3()
59 v1 = veorq_u64(v1, vld1q_u64(dp3 + 2)); in xor_arm64_neon_3()
65 vst1q_u64(dp1 + 2, v1); in xor_arm64_neon_3()
83 register uint64x2_t v0, v1, v2, v3; in xor_arm64_neon_4() local
89 v1 = veorq_u64(vld1q_u64(dp1 + 2), vld1q_u64(dp2 + 2)); in xor_arm64_neon_4()
95 v1 = veorq_u64(v1, vld1q_u64(dp3 + 2)); in xor_arm64_neon_4()
[all …]
/OK3568_Linux_fs/kernel/tools/arch/x86/lib/
H A Dx86-opcode-map.txt28 # (v1): this opcode only supports 128bit VEX.
349 # Many AVX instructions lack v1 superscript, according to Intel AVX-Prgramming
351 10: vmovups Vps,Wps | vmovupd Vpd,Wpd (66) | vmovss Vx,Hx,Wss (F3),(v1) | vmovsd Vx,Hx,Wsd (F2),(v1)
352 … vmovups Wps,Vps | vmovupd Wpd,Vpd (66) | vmovss Wss,Hx,Vss (F3),(v1) | vmovsd Wsd,Hx,Vsd (F2),(v1)
353 12: vmovlps Vq,Hq,Mq (v1) | vmovhlps Vq,Hq,Uq (v1) | vmovlpd Vq,Hq,Mq (66),(v1) | vmovsldup Vx,Wx (…
354 13: vmovlps Mq,Vq (v1) | vmovlpd Mq,Vq (66),(v1)
357 16: vmovhps Vdq,Hq,Mq (v1) | vmovlhps Vdq,Hq,Uq (v1) | vmovhpd Vdq,Hq,Mq (66),(v1) | vmovshdup Vx,W…
358 17: vmovhps Mq,Vq (v1) | vmovhpd Mq,Vq (66),(v1)
382 …s Vps,Qpi | cvtpi2pd Vpd,Qpi (66) | vcvtsi2ss Vss,Hss,Ey (F3),(v1) | vcvtsi2sd Vsd,Hsd,Ey (F2),(v1)
384 …tps2pi Ppi,Wps | cvttpd2pi Ppi,Wpd (66) | vcvttss2si Gy,Wss (F3),(v1) | vcvttsd2si Gy,Wsd (F2),(v1)
[all …]

12345678910>>...147