/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() 189 uint64_t helper_fexpand(uint32_t src2) in helper_fexpand() 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() [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 | 4952 TCGv_i32 src1, src2; in TRANS() local 4990 TCGv_i32 src1, src2; in TRANS() local 5014 TCGv_i32 src1, src2; in TRANS() local 5037 TCGv_i64 dst, src2; 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 5355 TCGv_i64 src1, src2; in TRANS() local 5443 TCGv_i32 src1, src2; in do_fcmps() local 5467 TCGv_i64 src1, src2; in TRANS() local [all …]
|
H A D | helper.c | 133 target_ulong src2) in helper_taddcctv() 169 target_ulong src2) in helper_tsubcctv()
|
/openbmc/linux/kernel/bpf/ |
H A D | cpumask.c | 136 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 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 | 81 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() 238 target_ulong src2, int op) in helper_cc_compute_c()
|
/openbmc/qemu/include/qemu/ |
H A D | bitmap.h | 137 const unsigned long *src2, long nbits) in bitmap_and() 146 const unsigned long *src2, long nbits) in bitmap_or() 156 const unsigned long *src2, long nbits) in bitmap_xor() 166 const unsigned long *src2, long nbits) in bitmap_andnot() 186 const unsigned long *src2, long nbits) in bitmap_equal() 214 const unsigned long *src2, long nbits) in bitmap_intersects()
|
/openbmc/linux/include/linux/ |
H A D | linkmode.h | 36 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 D | bitmap.h | 337 const unsigned long *src2, unsigned int nbits) in bitmap_and() 345 const unsigned long *src2, unsigned int nbits) in bitmap_or() 354 const unsigned long *src2, unsigned int nbits) in bitmap_xor() 363 const unsigned long *src2, unsigned int nbits) in bitmap_andnot() 387 const unsigned long *src2, unsigned int nbits) in bitmap_equal() 407 const unsigned long *src2, in bitmap_or_equal() 418 const unsigned long *src2, in bitmap_intersects() 428 const unsigned long *src2, unsigned int nbits) in bitmap_subset() 462 const unsigned long *src2, unsigned int nbits) 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 | 74 const unsigned long *src2, unsigned int nbits) in bitmap_or() 118 const unsigned long *src2, unsigned int nbits) in bitmap_and() 133 const unsigned long *src2, unsigned int nbits) in bitmap_equal() 144 const unsigned long *src2, in bitmap_intersects()
|
/openbmc/linux/arch/m68k/math-emu/ |
H A D | multi_arith.h | 115 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()
|
/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 | 21 #define src2 x1 macro
|
H A D | strcmp.S | 24 #define src2 x1 macro
|
H A D | strncmp.S | 25 #define src2 x1 macro
|
/openbmc/linux/arch/ia64/lib/ |
H A D | copy_page.S | 30 #define src2 r21 macro
|
H A D | memcpy.S | 31 # define src2 r17 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 | 604 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 D | efi_device_path_utilities.c | 77 const struct efi_device_path *src2) 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()
|
/openbmc/u-boot/arch/arm/mach-s5pc1xx/include/mach/ |
H A D | clock.h | 25 unsigned int src2; member 61 unsigned int src2; member
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 828 TCGv src2 = get_gpr(ctx, a->rs2, EXT_NONE); in gen_logic() local 876 TCGv src2 = tcg_constant_tl(a->imm); in gen_arith_imm_tl() local 902 TCGv src2 = get_gpr(ctx, a->rs2, ext); in gen_arith() local 990 TCGv dest, src1, src2; in gen_shift_imm_tl() local 1011 TCGv src2 = get_gpr(ctx, a->rs2, EXT_NONE); in gen_shift() local 1085 TCGv src1, src2 = get_gpr(ctx, a->rs2, EXT_NONE); in gen_amo() local 1106 TCGv src2 = get_gpr(ctx, a->rs2, EXT_NONE); in gen_cmpxchg() local
|