/openbmc/qemu/target/sparc/ |
H A D | vis_helper.c | 101 uint64_t helper_fpmerge(uint32_t src1, uint32_t src2) in helper_fpmerge() 127 uint64_t helper_fmul8x16(uint32_t src1, uint64_t src2) in helper_fmul8x16() 143 uint64_t helper_fmul8x16a(uint32_t src1, int32_t src2) in helper_fmul8x16a() 204 uint64_t helper_fcmpeq8(uint64_t src1, uint64_t src2) in helper_fcmpeq8() 220 uint64_t helper_fcmpne8(uint64_t src1, uint64_t src2) in helper_fcmpne8() 225 uint64_t helper_fcmple8(uint64_t src1, uint64_t src2) in helper_fcmple8() 239 uint64_t helper_fcmpgt8(uint64_t src1, uint64_t src2) in helper_fcmpgt8() 244 uint64_t helper_fcmpule8(uint64_t src1, uint64_t src2) in helper_fcmpule8() 258 uint64_t helper_fcmpugt8(uint64_t src1, uint64_t src2) in helper_fcmpugt8() 263 uint64_t helper_fcmpeq16(uint64_t src1, uint64_t src2) in helper_fcmpeq16() [all …]
|
H A D | fop_helper.c | 88 float32 helper_fadds(CPUSPARCState *env, float32 src1, float32 src2) in helper_fadds() 95 float32 helper_fsubs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fsubs() 102 float32 helper_fmuls(CPUSPARCState *env, float32 src1, float32 src2) in helper_fmuls() 109 float32 helper_fdivs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fdivs() 116 float64 helper_faddd(CPUSPARCState *env, float64 src1, float64 src2) in helper_faddd() 144 Int128 helper_faddq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_faddq() 151 Int128 helper_fsubq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_fsubq() 158 Int128 helper_fmulq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_fmulq() 165 Int128 helper_fdivq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_fdivq() 493 uint32_t helper_flcmps(float32 src1, float32 src2) in helper_flcmps() [all …]
|
H A D | translate.c | 3637 TCGv dst, src1; in do_arith_int() local 4095 TCGv dst, src1; in TRANS() local 4194 TCGv src1, sum; in do_add_special() local 4952 TCGv_i32 src1, src2; in TRANS() local 4990 TCGv_i32 src1, src2; in TRANS() local 5014 TCGv_i32 src1, src2; in TRANS() local 5038 TCGv_i32 src1; in TRANS() local 5156 TCGv_i64 src1, src2; in TRANS() local 5223 TCGv_i32 src1, src2; in TRANS() local 5243 TCGv_i32 src1, src2; in trans_FNsMULd() local [all …]
|
H A D | helper.c | 132 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/linux/drivers/crypto/caam/ |
H A D | desc_constr.h | 416 #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 D | cpumask.c | 135 __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 D | neon_helper.c | 196 #define NEON_FN(dest, src1, src2) \ argument 201 #define NEON_FN(dest, src1, src2) \ argument 206 #define NEON_FN(dest, src1, src2) \ argument 212 #define NEON_FN(dest, src1, src2) \ argument 218 #define NEON_FN(dest, src1, src2) \ argument 223 #define NEON_FN(dest, src1, src2) \ argument 238 #define NEON_FN(dest, src1, src2) \ argument 244 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() argument 250 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() argument 255 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() argument [all …]
|
/openbmc/qemu/target/i386/tcg/ |
H A D | cc_helper.c | 80 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() 237 target_ulong helper_cc_compute_c(target_ulong dst, target_ulong src1, in helper_cc_compute_c()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 136 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 145 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 155 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 165 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 185 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 213 static inline int bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
|
/openbmc/linux/include/linux/ |
H A D | linkmode.h | 35 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 D | bitmap.h | 336 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 344 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 353 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 362 static inline bool bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 386 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal() 406 static inline bool bitmap_or_equal(const unsigned long *src1, in bitmap_or_equal() 417 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects() 427 static inline bool bitmap_subset(const unsigned long *src1, in bitmap_subset() 461 unsigned long bitmap_weight_and(const unsigned long *src1, in bitmap_weight_and()
|
H A D | nodemask.h | 162 #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/linux/tools/include/linux/ |
H A D | bitmap.h | 73 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 117 static inline bool bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 132 static inline bool bitmap_equal(const unsigned long *src1, in bitmap_equal() 143 static inline bool bitmap_intersects(const unsigned long *src1, in bitmap_intersects()
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | multi_arith.h | 114 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 D | lcsr_translate.c | 22 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 D | translate.c | 583 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address() local 602 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address_indexed() local 806 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic_imm_fn() local 851 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_fn() local 875 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_tl() local 901 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith() local 943 TCGv dest, src1; in gen_shift_imm_fn() local 990 TCGv dest, src1, src2; in gen_shift_imm_tl() local 1018 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_shift() local 1056 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_unary() local [all …]
|
/openbmc/linux/lib/crypto/ |
H A D | utils.c | 17 void __crypto_xor(u8 *dst, const u8 *src1, const u8 *src2, unsigned int len) in __crypto_xor()
|
/openbmc/linux/arch/arm64/lib/ |
H A D | memcmp.S | 20 #define src1 x0 macro
|
H A D | strcmp.S | 23 #define src1 x0 macro
|
H A D | strncmp.S | 24 #define src1 x0 macro
|
/openbmc/linux/arch/ia64/lib/ |
H A D | copy_page.S | 29 #define src1 r20 macro
|
/openbmc/linux/include/crypto/ |
H A D | utils.h | 35 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 D | visemul.c | 603 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 D | efi_device_path_utilities.c | 76 const struct efi_device_path *src1, in append_device_path()
|
/openbmc/u-boot/lib/libavb/ |
H A D | avb_sysdeps_posix.c | 11 int avb_memcmp(const void* src1, const void* src2, size_t n) { in avb_memcmp()
|