Home
last modified time | relevance | path

Searched defs:src1 (Results 1 – 25 of 78) sorted by relevance

1234

/openbmc/linux/drivers/crypto/caam/
H A Ddesc_constr.h416 #define append_math_add(desc, dest, src0, src1, len) \ argument
418 #define append_math_sub(desc, dest, src0, src1, len) \ argument
420 #define append_math_add_c(desc, dest, src0, src1, len) \ argument
422 #define append_math_sub_b(desc, dest, src0, src1, len) \ argument
424 #define append_math_and(desc, dest, src0, src1, len) \ argument
426 #define append_math_or(desc, dest, src0, src1, len) \ argument
428 #define append_math_xor(desc, dest, src0, src1, len) \ argument
430 #define append_math_lshift(desc, dest, src0, src1, len) \ argument
432 #define append_math_rshift(desc, dest, src0, src1, len) \ argument
434 #define append_math_ldshift(desc, dest, src0, src1, len) \ argument
[all …]
/openbmc/linux/kernel/bpf/
H A Dcpumask.c135 __bpf_kfunc u32 bpf_cpumask_first_and(const struct cpumask *src1, in bpf_cpumask_first_and()
250 const struct cpumask *src1, in bpf_cpumask_and()
265 const struct cpumask *src1, in bpf_cpumask_or()
280 const struct cpumask *src1, 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()
404 __bpf_kfunc u32 bpf_cpumask_any_and_distribute(const struct cpumask *src1, 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.c80 static target_ulong compute_all_adcx(target_ulong dst, target_ulong src1, in compute_all_adcx()
86 static target_ulong compute_all_adox(target_ulong dst, target_ulong src1, in compute_all_adox()
92 static target_ulong compute_all_adcox(target_ulong dst, target_ulong src1, in compute_all_adcox()
98 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all()
228 target_ulong helper_cc_compute_c(target_ulong dst, target_ulong src1, in helper_cc_compute_c()
/openbmc/linux/include/linux/
H A Dbitmap.h318 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
326 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
335 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
344 static inline bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
368 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal()
388 static inline bool bitmap_or_equal(const unsigned long *src1, in bitmap_or_equal()
399 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
409 static inline bool bitmap_subset(const unsigned long *src1, in bitmap_subset()
443 unsigned long bitmap_weight_and(const unsigned long *src1, in bitmap_weight_and()
H A Dlinkmode.h35 static inline int linkmode_andnot(unsigned long *dst, const unsigned long *src1, in linkmode_andnot()
74 static inline int linkmode_equal(const unsigned long *src1, in linkmode_equal()
80 static inline int linkmode_intersects(const unsigned long *src1, in linkmode_intersects()
86 static inline int linkmode_subset(const unsigned long *src1, 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.c3485 TCGv dst, src1; in do_arith_int() local
3640 TCGv dst, src1, src2; in trans_UDIVX() local
3936 TCGv dst, src1; in TRANS() local
4035 TCGv src1, sum; in do_add_special() local
4777 TCGv_i32 src1, src2; in TRANS() local
4806 TCGv_i32 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.c132 target_ulong helper_taddcctv(CPUSPARCState *env, target_ulong src1, in helper_taddcctv()
168 target_ulong helper_tsubcctv(CPUSPARCState *env, target_ulong src1, in helper_tsubcctv()
/openbmc/qemu/include/qemu/
H A Dbitmap.h139 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
148 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
158 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor()
168 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot()
188 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal()
216 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
/openbmc/linux/tools/include/linux/
H A Dbitmap.h71 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or()
115 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and()
131 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal()
142 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
/openbmc/linux/arch/m68k/math-emu/
H A Dmulti_arith.h114 static inline void fp_submant(struct fp_ext *dest, struct fp_ext *src1, in fp_submant()
126 #define fp_mul64(desth, destl, src1, src2) ({ \ argument
133 #define fp_add64(dest1, dest2, src1, src2) ({ \ argument
165 static inline void fp_multiplymant(union fp_mant128 *dest, struct fp_ext *src1, in fp_multiplymant()
/openbmc/qemu/target/mips/tcg/
H A Dlcsr_translate.c22 TCGv src1 = tcg_temp_new(); in trans_CPUCFG() local
36 TCGv src1 = tcg_temp_new(); in gen_rdcsr() local
/openbmc/qemu/target/riscv/
H A Dtranslate.c582 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address() local
601 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address_indexed() local
799 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic_imm_fn() local
820 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic() local
844 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_fn() local
868 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_tl() local
894 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith() local
936 TCGv dest, src1; in gen_shift_imm_fn() local
983 TCGv dest, src1, src2; in gen_shift_imm_tl() local
1011 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_shift() local
[all …]
/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.S20 #define src1 x0 macro
H A Dstrcmp.S23 #define src1 x0 macro
H A Dstrncmp.S24 #define src1 x0 macro
/openbmc/linux/arch/ia64/lib/
H A Dcopy_page.S29 #define src1 r20 macro
H A Dcopy_page_mck.S70 #define src1 r3 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.c603 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
629 u16 src1 = (rs1 >> (byte * 8)) & 0x00ff; in pmul() local
653 u16 src1; in pmul() local
683 u16 src1; in pmul() local
/openbmc/u-boot/lib/efi_loader/
H A Defi_device_path_utilities.c76 const struct efi_device_path *src1, 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()

1234