/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() 159 uint64_t helper_fmul8sux16(uint64_t src1, uint64_t src2) in helper_fmul8sux16() 174 uint64_t helper_fmul8ulx16(uint64_t src1, uint64_t src2) in helper_fmul8ulx16() 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() [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() 123 float64 helper_fsubd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fsubd() 130 float64 helper_fmuld(CPUSPARCState *env, float64 src1, float64 src2) in helper_fmuld() 137 float64 helper_fdivd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fdivd() 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() [all …]
|
H A D | translate.c | 398 static void gen_op_addcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_addcc_int() 423 static void gen_op_addcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addcc() 428 static void gen_op_taddcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_taddcc() 444 static void gen_op_addc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addc() 450 static void gen_op_addccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addccc() 455 static void gen_op_addxc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxc() 461 static void gen_op_addxccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxccc() 466 static void gen_op_subcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_subcc_int() 488 static void gen_op_subcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_subcc() 493 static void gen_op_tsubcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_tsubcc() [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/qemu/target/i386/tcg/ |
H A D | cc_helper.c | 45 static target_ulong compute_all_adcx(target_ulong dst, target_ulong src1, in compute_all_adcx() 51 static target_ulong compute_all_adox(target_ulong dst, target_ulong src1, in compute_all_adox() 57 static target_ulong compute_all_adcox(target_ulong dst, target_ulong src1, in compute_all_adcox() 63 target_ulong helper_cc_compute_nz(target_ulong dst, target_ulong src1, in helper_cc_compute_nz() 76 target_ulong helper_cc_compute_all(target_ulong dst, target_ulong src1, in helper_cc_compute_all() 213 target_ulong helper_cc_compute_c(target_ulong dst, target_ulong src1, in helper_cc_compute_c()
|
/openbmc/qemu/target/arm/tcg/ |
H A D | neon_helper.c | 195 #define NEON_FN(dest, src1, src2) dest = (src1 < src2) ? src1 : src2 argument 202 #define NEON_FN(dest, src1, src2) dest = (src1 > src2) ? src1 : src2 argument 209 #define NEON_FN(dest, src1, src2) \ argument 214 #define NEON_FN(dest, src1, src2) \ argument 219 #define NEON_FN(dest, src1, src2) \ argument 225 #define NEON_FN(dest, src1, src2) \ argument 231 #define NEON_FN(dest, src1, src2) \ argument 236 #define NEON_FN(dest, src1, src2) \ argument 251 #define NEON_FN(dest, src1, src2) \ argument 257 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() 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/include/qemu/ |
H A D | bitmap.h | 144 static inline int bitmap_and(unsigned long *dst, const unsigned long *src1, in bitmap_and() 153 static inline void bitmap_or(unsigned long *dst, const unsigned long *src1, in bitmap_or() 163 static inline void bitmap_xor(unsigned long *dst, const unsigned long *src1, in bitmap_xor() 173 static inline int bitmap_andnot(unsigned long *dst, const unsigned long *src1, in bitmap_andnot() 193 static inline int bitmap_equal(const unsigned long *src1, in bitmap_equal() 221 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 | 591 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address() local 610 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address_indexed() local 814 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic_imm_fn() local 835 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic() local 859 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_fn() local 883 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_tl() local 909 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith() local 951 TCGv dest, src1; in gen_shift_imm_fn() local 998 TCGv dest, src1, src2; in gen_shift_imm_tl() local 1026 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_shift() 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/ia64/lib/ |
H A D | copy_page.S | 29 #define src1 r20 macro
|
H A D | copy_page_mck.S | 70 #define src1 r3 macro
|
/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/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()
|