Home
last modified time | relevance | path

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

/qemu/target/sparc/
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()
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 …]
A Dfop_helper.c88 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 …]
A Dtranslate.c3672 TCGv dst, src1; in do_arith_int() local
4130 TCGv dst, src1; in TRANS() local
4229 TCGv src1, sum; in do_add_special() local
5010 TCGv_i32 src1, src2; in TRANS() local
5048 TCGv_i32 src1, src2; in TRANS() local
5072 TCGv_i32 src1, src2; in TRANS() local
5096 TCGv_i32 src1; in TRANS() local
5214 TCGv_i64 src1, src2; in TRANS() local
5281 TCGv_i32 src1, src2; in TRANS() local
5301 TCGv_i32 src1, src2; in trans_FNsMULd() local
[all …]
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()
/qemu/target/i386/tcg/
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()
A Dtranslate.c812 TCGv dst, src1, src2; in gen_mov_eflags() local
/qemu/target/arm/tcg/
A Dneon_helper.c209 #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
263 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() argument
268 #define NEON_FN(dest, src1, src2) \ in NEON_GVEC_VOP2() argument
[all …]
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/
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/
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/
A Dtranslate.c591 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
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
1064 TCGv src1 = get_gpr(ctx, a->rs1, ext); in gen_unary() local
[all …]
/qemu/target/m68k/
A Dhelper.c1280 uint32_t res, src1, src2; in cpu_m68k_get_ccr() local
1319 uint32_t res, src1, src2; in HELPER() local
A Dtranslate.c1862 TCGv src1; in DISAS_INSN() local
2088 TCGv src1; in DISAS_INSN() local
2211 TCGv src1; in DISAS_INSN() local
2598 TCGv src1; in DISAS_INSN() local
2620 TCGv src1; in DISAS_INSN() local
2635 TCGv src1; in DISAS_INSN() local
2725 TCGv src1, addr; in DISAS_INSN() local
2751 TCGv src1; in DISAS_INSN() local
/qemu/target/s390x/tcg/
A Dmem_helper.c1229 uint64_t *src1, uint64_t *src1len, in do_clcl()
1285 uint64_t src1 = get_address(env, r1); in HELPER() local
1307 uint64_t src1 = get_address(env, r1); in HELPER() local
1329 uint64_t src1 = get_address(env, r1); in HELPER() local
/qemu/target/hppa/
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
3685 TCGv_i64 src1 = load_gpr(ctx, a->r1); in trans_shrp_sar() local
/qemu/hw/display/
A Dcirrus_vga.c2219 const uint8_t *src1, in vga_draw_cursor_line()
/qemu/tcg/
A Doptimize.c2214 TCGArg ret, src1, src2; in fold_setcond_tst_pow2() local
A Dtcg.c535 TCGReg src1 = i1->src; in tcg_out_movext2() local
577 TCGReg src1 = i1->src; in tcg_out_movext3() local

Completed in 122 milliseconds