| /OK3568_Linux_fs/kernel/arch/arm/crypto/ |
| H A D | chacha-neon-core.S | 73 vadd.i32 q0, q0, q1 78 vadd.i32 q2, q2, q3 84 vadd.i32 q0, q0, q1 90 vadd.i32 q2, q2, q3 103 vadd.i32 q0, q0, q1 108 vadd.i32 q2, q2, q3 114 vadd.i32 q0, q0, q1 120 vadd.i32 q2, q2, q3 162 vadd.i32 q0, q0, q8 166 vadd.i32 q1, q1, q9 [all …]
|
| H A D | curve25519-core.S | 25 vmov.i32 q0, #1 28 vmov.i32 d4, #19 29 vmov.i32 d5, #38 35 vmov.i32 q2, #0 179 vmov.i32 q0, #0 187 vmov.i32 q0, #0 192 vmov.i32 q0, #0 225 vdup.i32 q8, r2 262 vadd.i32 q8, q4, q6 263 vsub.i32 q4, q4, q6 [all …]
|
| H A D | poly1305-core.S_shipped | 575 vbic.i32 d16,#0xfc000000 @ &=0x03ffffff 577 vbic.i32 d10,#0xfc000000 584 vbic.i32 d18,#0xfc000000 585 vbic.i32 d12,#0xfc000000 587 vadd.i32 d10,d10,d30 591 vadd.i32 d10,d10,d30 @ h4 -> h0 592 vadd.i32 d16,d16,d8 @ h2 -> h3 593 vbic.i32 d14,#0xfc000000 596 vbic.i32 d10,#0xfc000000 598 vbic.i32 d16,#0xfc000000 [all …]
|
| H A D | sha256-core.S_shipped | 1911 vadd.i32 q8,q8,q0 1912 vadd.i32 q9,q9,q1 1914 vadd.i32 q10,q10,q2 1916 vadd.i32 q11,q11,q3 1940 vadd.i32 q0,q0,q9 1970 vadd.i32 q0,q0,q9 1985 vadd.i32 d0,d0,d25 2012 vadd.i32 d1,d1,d25 2015 vadd.i32 q8,q8,q0 2038 vadd.i32 q1,q1,q9 [all …]
|
| /OK3568_Linux_fs/kernel/fs/xfs/ |
| H A D | xfs_export.c | 85 fid->i32.parent_ino = XFS_I(parent)->i_ino; in xfs_fs_encode_fh() 86 fid->i32.parent_gen = parent->i_generation; in xfs_fs_encode_fh() 89 fid->i32.ino = XFS_I(inode)->i_ino; in xfs_fs_encode_fh() 90 fid->i32.gen = inode->i_generation; in xfs_fs_encode_fh() 170 inode = xfs_nfs_get_inode(sb, fid->i32.ino, fid->i32.gen); in xfs_fs_fh_to_dentry() 193 inode = xfs_nfs_get_inode(sb, fid->i32.parent_ino, in xfs_fs_fh_to_parent() 194 fid->i32.parent_gen); in xfs_fs_fh_to_parent()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | 0011-target-ppc-Fix-xs-max-min-cj-dp-to-use-VSX-registers.patch | 57 @@ -392,10 +392,10 @@ DEF_HELPER_4(xscmpoqp, void, env, i32, vsr, vsr) 58 DEF_HELPER_4(xscmpuqp, void, env, i32, vsr, vsr) 61 -DEF_HELPER_5(xsmaxcdp, void, env, i32, vsr, vsr, vsr) 62 -DEF_HELPER_5(xsmincdp, void, env, i32, vsr, vsr, vsr) 63 -DEF_HELPER_5(xsmaxjdp, void, env, i32, vsr, vsr, vsr) 64 -DEF_HELPER_5(xsminjdp, void, env, i32, vsr, vsr, vsr) 70 DEF_HELPER_4(xscvdpqp, void, env, i32, vsr, vsr)
|
| H A D | 0014-target-ppc-move-xscvqpdp-to-decodetree.patch | 56 DEF_HELPER_4(xscvdpqp, void, env, i32, vsr, vsr) 59 -DEF_HELPER_4(xscvqpdp, void, env, i32, vsr, vsr) 60 +DEF_HELPER_4(XSCVQPDP, void, env, i32, vsr, vsr) 61 DEF_HELPER_4(xscvqpsdz, void, env, i32, vsr, vsr) 62 DEF_HELPER_4(xscvqpswz, void, env, i32, vsr, vsr) 63 DEF_HELPER_4(xscvqpudz, void, env, i32, vsr, vsr)
|
| H A D | 0020-target-ppc-move-xs-n-madd-am-ds-p-xs-n-msub-am-ds-p-.patch | 87 DEF_HELPER_4(xstdivdp, void, env, i32, vsr, vsr) 88 DEF_HELPER_3(xstsqrtdp, void, env, i32, vsr)
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_ioc32.c | 662 drm_agp_info32_t i32; in compat_drm_agp_info() local 670 i32.agp_version_major = info.agp_version_major; in compat_drm_agp_info() 671 i32.agp_version_minor = info.agp_version_minor; in compat_drm_agp_info() 672 i32.mode = info.mode; in compat_drm_agp_info() 673 i32.aperture_base = info.aperture_base; in compat_drm_agp_info() 674 i32.aperture_size = info.aperture_size; in compat_drm_agp_info() 675 i32.memory_allowed = info.memory_allowed; in compat_drm_agp_info() 676 i32.memory_used = info.memory_used; in compat_drm_agp_info() 677 i32.id_vendor = info.id_vendor; in compat_drm_agp_info() 678 i32.id_device = info.id_device; in compat_drm_agp_info() [all …]
|
| /OK3568_Linux_fs/kernel/fs/squashfs/ |
| H A D | export.c | 89 return squashfs_export_iget(sb, fid->i32.ino); in squashfs_fh_to_dentry() 99 return squashfs_export_iget(sb, fid->i32.parent_ino); in squashfs_fh_to_parent()
|
| /OK3568_Linux_fs/kernel/fs/exportfs/ |
| H A D | expfs.c | 373 fid->i32.ino = inode->i_ino; in export_encode_fh() 374 fid->i32.gen = inode->i_generation; in export_encode_fh() 376 fid->i32.parent_ino = parent->i_ino; in export_encode_fh() 377 fid->i32.parent_gen = parent->i_generation; in export_encode_fh()
|
| /OK3568_Linux_fs/kernel/include/net/sctp/ |
| H A D | command.h | 107 __s32 i32; member 148 SCTP_ARG_CONSTRUCTOR(I32, __s32, i32) in SCTP_ARG_CONSTRUCTOR() argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/msinttypes/ |
| H A D | stdint.h | 67 #define INT32_C(val) val##i32 278 #define INT32_C(val) val##i32
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/octeon/ |
| H A D | cvmx-fau.h | 260 uint64_t i32; in cvmx_fau_tagwait_fetch_and_add32() member 264 result.i32 = in cvmx_fau_tagwait_fetch_and_add32()
|
| /OK3568_Linux_fs/kernel/fs/kernfs/ |
| H A D | mount.c | 95 id = ((u64)fid->i32.gen << 32) | fid->i32.ino; in __kernfs_fh_to_dentry()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | nfsfh.c | 256 sfid.i32.ino = fh->ofh_ino; in nfsd_set_fh_dentry() 257 sfid.i32.gen = fh->ofh_generation; in nfsd_set_fh_dentry() 258 sfid.i32.parent_ino = fh->ofh_dirino; in nfsd_set_fh_dentry()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-benchmark/cpuburn/cpuburn-arm/ |
| H A D | 0002-burn.S-Add.patch | 40 + vadd.i32 q11, q0, q1
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | exportfs.h | 125 } i32; member
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/vector/detail/cpp03/preprocessed/ |
| H A D | as_vector50.hpp | 701 …n::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); in call() local 702 …, *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32); in call() 722 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 723 …, *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33); in call() 743 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 744 …, *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34); in call() 764 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 765 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in call() 785 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 786 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in call() [all …]
|
| H A D | vector50.hpp | 63 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 64 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in init_from_sequence() 76 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 77 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in init_from_sequence() 175 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in operator =() local 176 …= *i28; this->m29 = *i29; this->m30 = *i30; this->m31 = *i31; this->m32 = *i32; this->m33 = *i33; … in operator =() 244 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 245 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in init_from_sequence() 257 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 258 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in init_from_sequence() [all …]
|
| H A D | vector40.hpp | 425 …= fusion::next(i30); typedef typename result_of::next< I31>::type I32; I32 i32 = fusion::next(i31); in init_from_sequence() local 426 …, *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32); in init_from_sequence() 438 …= fusion::next(i30); typedef typename result_of::next< I31>::type I32; I32 i32 = fusion::next(i31); in init_from_sequence() local 439 …, *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32); in init_from_sequence() 537 …= fusion::next(i30); typedef typename result_of::next< I31>::type I32; I32 i32 = fusion::next(i31); in operator =() local 538 …7 = *i27; this->m28 = *i28; this->m29 = *i29; this->m30 = *i30; this->m31 = *i31; this->m32 = *i32; in operator =() 606 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 607 …, *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33); in init_from_sequence() 619 …next< I31>::type I32; I32 i32 = fusion::next(i31); typedef typename result_of::next< I32>::type I3… in init_from_sequence() local 620 …, *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33); in init_from_sequence() [all …]
|
| H A D | as_vector40.hpp | 701 …n::next(i29); typename gen::I31 i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); in call() local 702 …, *i19 , *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32); in call() 722 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 723 …, *i20 , *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33); in call() 743 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 744 …, *i21 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34); in call() 764 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 765 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in call() 785 … i31 = fusion::next(i30); typename gen::I32 i32 = fusion::next(i31); typename gen::I33 i33 = fusio… in call() local 786 …1 , *i22 , *i23 , *i24 , *i25 , *i26 , *i27 , *i28 , *i29 , *i30 , *i31 , *i32 , *i33 , *i34 , *i3… in call() [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | libfs.c | 1016 inode = get_inode(sb, fid->i32.ino, fid->i32.gen); in generic_fh_to_dentry() 1048 inode = get_inode(sb, fid->i32.parent_ino, in generic_fh_to_parent() 1049 (fh_len > 3 ? fid->i32.parent_gen : 0)); in generic_fh_to_parent()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | cstdint.hpp | 453 # define INT32_C(value) value##i32
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/hal/ |
| H A D | intrin.hpp | 390 return llvm.cttz.i32(value, true); in trailingZeros32()
|