Home
last modified time | relevance | path

Searched defs:src2 (Results 1 – 25 of 70) sorted by relevance

123

/openbmc/linux/kernel/bpf/
H A Dcpumask.c136 const struct cpumask *src2) in bpf_cpumask_first_and()
251 const struct cpumask *src2) in bpf_cpumask_and()
266 const struct cpumask *src2) in bpf_cpumask_or()
281 const struct cpumask *src2) in bpf_cpumask_xor()
297 __bpf_kfunc bool bpf_cpumask_equal(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_equal()
313 __bpf_kfunc bool bpf_cpumask_intersects(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_intersects()
329 __bpf_kfunc bool bpf_cpumask_subset(const struct cpumask *src1, const struct cpumask *src2) in bpf_cpumask_subset()
405 const struct cpumask *src2) in bpf_cpumask_any_and_distribute()
/openbmc/qemu/target/arm/tcg/
H A Dneon_helper.c580 #define NEON_FN(dest, src1, src2) \ argument
585 #define NEON_FN(dest, src1, src2) \ argument
590 #define NEON_FN(dest, src1, src2) \ argument
595 #define NEON_FN(dest, src1, src2) \ argument
610 #define NEON_FN(dest, src1, src2) \ argument
615 #define NEON_FN(dest, src1, src2) \ argument
630 #define NEON_FN(dest, src1, src2) \ argument
635 #define NEON_FN(dest, src1, src2) \ argument
650 #define NEON_FN(dest, src1, src2) \ argument
655 #define NEON_FN(dest, src1, src2) \ argument
[all …]
/openbmc/qemu/target/i386/tcg/
H A Dcc_helper.c81 target_ulong src2) in compute_all_adcx()
87 target_ulong src2) in compute_all_adox()
93 target_ulong src2) in compute_all_adcox()
99 target_ulong src2, int op) in helper_cc_compute_all()
229 target_ulong src2, int op) in helper_cc_compute_c()
/openbmc/linux/include/linux/
H A Dbitmap.h319 const unsigned long *src2, unsigned int nbits) in bitmap_and()
327 const unsigned long *src2, unsigned int nbits) in bitmap_or()
336 const unsigned long *src2, unsigned int nbits) in bitmap_xor()
345 const unsigned long *src2, unsigned int nbits) in bitmap_andnot()
369 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
389 const unsigned long *src2, in bitmap_or_equal()
400 const unsigned long *src2, in bitmap_intersects()
410 const unsigned long *src2, unsigned int nbits) in bitmap_subset()
444 const unsigned long *src2, unsigned int nbits) in bitmap_weight_and()
H A Dlinkmode.h36 const unsigned long *src2) in linkmode_andnot()
75 const unsigned long *src2) in linkmode_equal()
81 const unsigned long *src2) in linkmode_intersects()
87 const unsigned long *src2) in linkmode_subset()
H A Dnodemask.h162 #define nodes_and(dst, src1, src2) \ argument
170 #define nodes_or(dst, src1, src2) \ argument
178 #define nodes_xor(dst, src1, src2) \ argument
186 #define nodes_andnot(dst, src1, src2) \ argument
202 #define nodes_equal(src1, src2) \ argument
210 #define nodes_intersects(src1, src2) \ argument
218 #define nodes_subset(src1, src2) \ argument
/openbmc/qemu/target/sparc/
H A Dvis_helper.c77 uint64_t helper_fpmerge(uint64_t src1, uint64_t src2) in helper_fpmerge()
97 uint64_t helper_fmul8x16(uint64_t src1, uint64_t src2) in helper_fmul8x16()
121 uint64_t helper_fmul8x16al(uint64_t src1, uint64_t src2) in helper_fmul8x16al()
145 uint64_t helper_fmul8x16au(uint64_t src1, uint64_t src2) in helper_fmul8x16au()
169 uint64_t helper_fmul8sux16(uint64_t src1, uint64_t src2) in helper_fmul8sux16()
193 uint64_t helper_fmul8ulx16(uint64_t src1, uint64_t src2) in helper_fmul8ulx16()
217 uint64_t helper_fmuld8sux16(uint64_t src1, uint64_t src2) in helper_fmuld8sux16()
240 uint64_t helper_fmuld8ulx16(uint64_t src1, uint64_t src2) in helper_fmuld8ulx16()
263 uint64_t helper_fexpand(uint64_t src1, uint64_t src2) in helper_fexpand()
404 uint64_t helper_bshuffle(uint64_t gsr, uint64_t src1, uint64_t src2) in helper_bshuffle()
H A Dtranslate.c3640 TCGv dst, src1, src2; in trans_UDIVX() local
3678 TCGv dst, src1, src2; in trans_SDIVX() local
3896 TCGv dst, src1, src2; in TRANS() local
4777 TCGv_i32 src1, src2; in TRANS() local
4806 TCGv_i32 src1, src2; in TRANS() local
4829 TCGv_i64 dst, src1, src2; in TRANS() local
4873 TCGv_i64 src1, src2; in TRANS() local
4925 TCGv_i32 src1, src2; in TRANS() local
4991 TCGv_i64 src1, src2; in TRANS() local
5080 TCGv_i32 src1, src2; in do_fcmps() local
[all …]
H A Dhelper.c133 target_ulong src2) in helper_taddcctv()
169 target_ulong src2) in helper_tsubcctv()
H A Dfop_helper.c103 float64 helper_fsmuld(CPUSPARCState *env, float32 src1, float32 src2) in helper_fsmuld()
110 void helper_fdmulq(CPUSPARCState *env, float64 src1, float64 src2) in helper_fdmulq()
/openbmc/qemu/include/qemu/
H A Dbitmap.h140 const unsigned long *src2, long nbits) in bitmap_and()
149 const unsigned long *src2, long nbits) in bitmap_or()
159 const unsigned long *src2, long nbits) in bitmap_xor()
169 const unsigned long *src2, long nbits) in bitmap_andnot()
189 const unsigned long *src2, long nbits) in bitmap_equal()
217 const unsigned long *src2, long nbits) in bitmap_intersects()
/openbmc/linux/tools/include/linux/
H A Dbitmap.h72 const unsigned long *src2, unsigned int nbits) in bitmap_or()
116 const unsigned long *src2, unsigned int nbits) in bitmap_and()
132 const unsigned long *src2, unsigned int nbits) in bitmap_equal()
143 const unsigned long *src2, in bitmap_intersects()
/openbmc/linux/arch/m68k/math-emu/
H A Dmulti_arith.h115 struct fp_ext *src2) in fp_submant()
126 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
133 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
166 struct fp_ext *src2) in fp_multiplymant()
H A Dfp_log.c31 struct fp_ext tmp, src2; in fp_fsqrt() local
/openbmc/linux/lib/crypto/
H A Dutils.c17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
/openbmc/linux/arch/arm64/lib/
H A Dmemcmp.S21 #define src2 x1 macro
H A Dstrcmp.S24 #define src2 x1 macro
H A Dstrncmp.S25 #define src2 x1 macro
/openbmc/linux/arch/ia64/lib/
H A Dcopy_page.S30 #define src2 r21 macro
H A Dmemcpy.S31 # define src2 r17 macro
/openbmc/linux/include/crypto/
H A Dutils.h35 static inline void crypto_xor_cpy(u8 *dst, const u8 *src1, const u8 *src2, in crypto_xor_cpy()
/openbmc/linux/arch/sparc/kernel/
H A Dvisemul.c604 s16 src2 = (rs2 >> (byte * 16)) & 0xffff; in pmul() local
621 s16 src2; in pmul() local
654 s16 src2; in pmul() local
684 s16 src2; in pmul() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c77 const struct efi_device_path *src2) in append_device_path()
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c11 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp()
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/
H A Dclock.h25 unsigned int src2; member
61 unsigned int src2; member

123