Home
last modified time | relevance | path

Searched refs:cpu_cc_dst (Results 1 – 25 of 28) sorted by relevance

12

/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dtranslate.c268 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in set_cc_op() local
856 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update1_cc() local
864 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update2_cc() local
874 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update3_cc() local
886 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_testl_T0_T1_cc() local
894 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update_neg_cc() local
911 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_compute_eflags() local
980 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_c() local
1060 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_s() local
1106 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_z() local
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-i386/
H A Dtranslate.c268 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in set_cc_op() local
856 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update1_cc() local
864 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update2_cc() local
874 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update3_cc() local
886 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_testl_T0_T1_cc() local
894 TCGv cpu_cc_dst = *(TCGv *)s->cpu_cc_dst; in gen_op_update_neg_cc() local
911 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_compute_eflags() local
980 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_c() local
1060 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_s() local
1106 TCGv cpu_cc_dst = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_prepare_eflags_z() local
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1420 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1540 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1604 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1408 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1528 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1592 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1420 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1540 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1604 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1395 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1515 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1579 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1420 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1540 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1604 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/i386/
H A Dtranslate.c75 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
245 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
660 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
666 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
673 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
683 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
704 dst = cpu_cc_dst; in gen_compute_eflags()
1420 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1540 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1604 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/i386/tcg/
H A Dtranslate.c66 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
318 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
732 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
738 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
745 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
755 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
776 dst = cpu_cc_dst; in gen_compute_eflags()
1520 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1640 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1704 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/i386/tcg/
H A Dtranslate.c66 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
318 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
732 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
738 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
745 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
755 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
776 dst = cpu_cc_dst; in gen_compute_eflags()
1520 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1640 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1704 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/i386/tcg/
H A Dtranslate.c76 static TCGv cpu_cc_dst, cpu_cc_src, cpu_cc_src2; variable
246 tcg_gen_discard_tl(cpu_cc_dst); in set_cc_op()
661 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update1_cc()
667 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update2_cc()
674 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update3_cc()
684 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_op_update_neg_cc()
705 dst = cpu_cc_dst; in gen_compute_eflags()
1409 tcg_gen_mov_tl(cpu_cc_dst, s1->T0); in gen_inc()
1529 tcg_gen_mov_tl(cpu_cc_dst, s->T0); in gen_shift_rm_im()
1593 tcg_gen_andi_tl(cpu_cc_dst, cpu_cc_dst, 1); in gen_rot_rm_T1()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dtranslate.c374 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst);
385 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_add_cc()
400 cc_src1_32 = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_add32_carry32()
508 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, dst); in gen_op_addx_int()
521 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, src1);
529 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst);
539 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_sub_cc()
608 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, dst); in gen_op_subx_int()
658 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_mulscc()
1196 cmp->c1 = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_compare()
[all …]
H A Dunicorn.c41 g_free(tcg_ctx->cpu_cc_dst); in sparc_release()
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-sparc/
H A Dtranslate.c374 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst);
385 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_add_cc()
400 cc_src1_32 = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_add32_carry32()
508 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, dst); in gen_op_addx_int()
521 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, src1);
529 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst);
539 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_sub_cc()
608 tcg_gen_mov_tl(tcg_ctx, *(TCGv *)tcg_ctx->cpu_cc_dst, dst); in gen_op_subx_int()
658 tcg_gen_mov_tl(tcg_ctx, dst, *(TCGv *)tcg_ctx->cpu_cc_dst); in gen_op_mulscc()
1196 cmp->c1 = *(TCGv *)tcg_ctx->cpu_cc_dst; in gen_compare()
[all …]
H A Dunicorn.c41 g_free(tcg_ctx->cpu_cc_dst); in sparc_release()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/sparc/
H A Dtranslate.c47 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
394 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
405 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
408 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
514 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
525 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
593 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
638 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1177 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1182 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu/qemu-6.2.0/target/sparc/
H A Dtranslate.c47 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
394 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
405 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
408 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
514 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
525 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
593 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
638 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1177 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1182 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/target/sparc/
H A Dtranslate.c48 static TCGv cpu_cc_src, cpu_cc_src2, cpu_cc_dst; variable
404 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_add_cc()
415 tcg_gen_extrl_i64_i32(cc_src1_32, cpu_cc_dst); in gen_add32_carry32()
418 cc_src1_32 = cpu_cc_dst; in gen_add32_carry32()
524 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_addx_int()
535 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_sub_cc()
603 tcg_gen_mov_tl(cpu_cc_dst, dst); in gen_op_subx_int()
648 tcg_gen_mov_tl(dst, cpu_cc_dst); in gen_op_mulscc()
1187 tcg_gen_ext32s_tl(cmp->c1, cpu_cc_dst); in gen_compare()
1192 cmp->c1 = cpu_cc_dst; in gen_compare()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/tcg/
H A Dtcg.h668 void *cpu_cc_dst, *cpu_cc_src, *cpu_cc_src2, *cpu_cc_srcT; member

12