Home
last modified time | relevance | path

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

/qemu/target/sparc/
H A Dvis_helper.c101 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 Dfop_helper.c87 float32 helper_fadds(CPUSPARCState *env, float32 src1, float32 src2) in helper_fadds()
94 float32 helper_fsubs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fsubs()
101 float32 helper_fmuls(CPUSPARCState *env, float32 src1, float32 src2) in helper_fmuls()
108 float32 helper_fdivs(CPUSPARCState *env, float32 src1, float32 src2) in helper_fdivs()
115 float64 helper_faddd(CPUSPARCState *env, float64 src1, float64 src2) in helper_faddd()
122 float64 helper_fsubd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fsubd()
129 float64 helper_fmuld(CPUSPARCState *env, float64 src1, float64 src2) in helper_fmuld()
136 float64 helper_fdivd(CPUSPARCState *env, float64 src1, float64 src2) in helper_fdivd()
143 Int128 helper_faddq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_faddq()
150 Int128 helper_fsubq(CPUSPARCState *env, Int128 src1, Int128 src2) in helper_fsubq()
[all …]
H A Dtranslate.c393 static void gen_op_addcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_addcc_int()
417 static void gen_op_addcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addcc()
422 static void gen_op_taddcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_taddcc()
438 static void gen_op_addc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addc()
444 static void gen_op_addccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addccc()
449 static void gen_op_addxc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxc()
455 static void gen_op_addxccc(TCGv dst, TCGv src1, TCGv src2) in gen_op_addxccc()
460 static void gen_op_subcc_int(TCGv dst, TCGv src1, TCGv src2, TCGv cin) in gen_op_subcc_int()
482 static void gen_op_subcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_subcc()
487 static void gen_op_tsubcc(TCGv dst, TCGv src1, TCGv src2) in gen_op_tsubcc()
[all …]
H A Dhelper.c131 target_ulong helper_taddcctv(CPUSPARCState *env, target_ulong src1, in helper_taddcctv()
167 target_ulong helper_tsubcctv(CPUSPARCState *env, target_ulong src1, in helper_tsubcctv()
/qemu/target/i386/tcg/
H A Dcc_helper.c45 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()
H A Dtranslate.c846 TCGv dst, src1, src2; in gen_mov_eflags() local
/qemu/target/arm/tcg/
H A Dneon_helper.c195 #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 …]
H A Dvec_helper.c158 int8_t do_sqrdmlah_b(int8_t src1, int8_t src2, int8_t src3, in do_sqrdmlah_b()
222 int16_t do_sqrdmlah_h(int16_t src1, int16_t src2, int16_t src3, in do_sqrdmlah_h()
463 int32_t do_sqrdmlah_s(int32_t src1, int32_t src2, int32_t src3, in do_sqrdmlah_s()
/qemu/include/qemu/
H A Dbitmap.h144 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()
/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
/qemu/target/riscv/
H A Dtranslate.c636 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address() local
652 TCGv src1 = get_gpr(ctx, rs1, EXT_NONE); in get_address_indexed() local
854 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic_imm_fn() local
875 TCGv src1 = get_gpr(ctx, a->rs1, EXT_NONE); in gen_logic() local
899 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_fn() local
923 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith_imm_tl() local
949 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_arith() local
991 TCGv dest, src1; in gen_shift_imm_fn() local
1038 TCGv dest, src1, src2; in gen_shift_imm_tl() local
1066 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_shift() local
[all …]
/qemu/target/m68k/
H A Dhelper.c1283 uint32_t res, src1, src2; in cpu_m68k_get_ccr() local
1322 uint32_t res, src1, src2; in HELPER() local
H A Dtranslate.c1863 TCGv src1; in DISAS_INSN() local
2089 TCGv src1; in DISAS_INSN() local
2212 TCGv src1; in DISAS_INSN() local
2599 TCGv src1; in DISAS_INSN() local
2621 TCGv src1; in DISAS_INSN() local
2636 TCGv src1; in DISAS_INSN() local
2726 TCGv src1, addr; in DISAS_INSN() local
2752 TCGv src1; in DISAS_INSN() local
/qemu/target/s390x/tcg/
H A Dmem_helper.c1236 uint64_t *src1, uint64_t *src1len, in do_clcl()
1292 uint64_t src1 = get_address(env, r1); in HELPER() local
1314 uint64_t src1 = get_address(env, r1); in HELPER() local
1336 uint64_t src1 = get_address(env, r1); in HELPER() local
/qemu/target/hppa/
H A Dtranslate.c2498 TCGv_i64 src1 = load_gpr(ctx, a->b); in trans_nop_addrx() local
2696 TCGv_i64 src1 = load_gpr(ctx, a->r1); in trans_ixtlbt() local
3682 TCGv_i64 src1 = load_gpr(ctx, a->r1); in trans_shrp_sar() local
/qemu/hw/display/
H A Dcirrus_vga.c2219 const uint8_t *src1, in vga_draw_cursor_line()
/qemu/tcg/
H A Doptimize.c2410 TCGArg ret, src1, src2; in fold_setcond_tst_pow2() local
H A Dtcg.c544 TCGReg src1 = i1->src; in tcg_out_movext2() local
586 TCGReg src1 = i1->src; in tcg_out_movext3() local