Home
last modified time | relevance | path

Searched refs:tcg_flags (Results 1 – 25 of 29) sorted by relevance

12

/dports/emulators/qemu42/qemu-4.2.1/accel/tcg/
H A Dplugin-gen.c407 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
434 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
455 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
509 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu60/qemu-6.0.0/accel/tcg/
H A Dplugin-gen.c389 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
416 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
443 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
494 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu5/qemu-5.2.0/accel/tcg/
H A Dplugin-gen.c407 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
434 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
455 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
509 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu-utils/qemu-4.2.1/accel/tcg/
H A Dplugin-gen.c407 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
434 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
455 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
509 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/accel/tcg/
H A Dplugin-gen.c407 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
434 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
455 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
509 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/accel/tcg/
H A Dplugin-gen.c407 void *func, unsigned tcg_flags, int *cb_idx) in copy_call() argument
434 op->args[*cb_idx + 1] = tcg_flags; in copy_call()
455 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_udata_cb()
509 cb->f.vcpu_udata, cb->tcg_flags, cb_idx); in append_mem_cb()
/dports/emulators/qemu42/qemu-4.2.1/plugins/
H A Dcore.c308 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
323 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu60/qemu-6.0.0/plugins/
H A Dcore.c326 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
341 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu-utils/qemu-4.2.1/plugins/
H A Dcore.c308 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
323 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu5/qemu-5.2.0/plugins/
H A Dcore.c307 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
322 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/plugins/
H A Dcore.c307 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
322 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/plugins/
H A Dcore.c307 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_dyn_cb__udata()
322 dyn_cb->tcg_flags = cb_to_tcg_flags(flags); in plugin_register_vcpu_mem_cb()
/dports/emulators/qemu42/qemu-4.2.1/include/qemu/
H A Dplugin.h98 unsigned tcg_flags; member
/dports/emulators/qemu5/qemu-5.2.0/include/qemu/
H A Dplugin.h82 unsigned tcg_flags; member
/dports/emulators/qemu-utils/qemu-4.2.1/include/qemu/
H A Dplugin.h98 unsigned tcg_flags; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/include/qemu/
H A Dplugin.h98 unsigned tcg_flags; member
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/include/qemu/
H A Dplugin.h98 unsigned tcg_flags; member
/dports/emulators/qemu60/qemu-6.0.0/include/qemu/
H A Dplugin.h82 unsigned tcg_flags; member
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate-a64.c5435 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local
5448 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5450 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5470 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5477 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5490 gen_set_nzcv(tcg_flags); in handle_fp_compare()
5492 tcg_temp_free_i64(tcg_flags); in handle_fp_compare()
5553 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
5597 tcg_flags = tcg_const_i64(nzcv << 28); in disas_fp_ccomp()
5598 gen_set_nzcv(tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dtranslate-a64.c4720 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local
4733 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4735 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4755 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4762 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4775 gen_set_nzcv(tcg_flags); in handle_fp_compare()
4777 tcg_temp_free_i64(tcg_flags); in handle_fp_compare()
4838 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
4882 tcg_flags = tcg_const_i64(nzcv << 28); in disas_fp_ccomp()
4883 gen_set_nzcv(tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c5269 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local
5282 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5284 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5304 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5311 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5324 gen_set_nzcv(tcg_flags); in handle_fp_compare()
5326 tcg_temp_free_i64(tcg_flags); in handle_fp_compare()
5387 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
5431 tcg_flags = tcg_const_i64(nzcv << 28); in disas_fp_ccomp()
5432 gen_set_nzcv(tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c5269 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local
5282 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5284 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5304 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5311 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5324 gen_set_nzcv(tcg_flags); in handle_fp_compare()
5326 tcg_temp_free_i64(tcg_flags); in handle_fp_compare()
5387 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
5431 tcg_flags = tcg_const_i64(nzcv << 28); in disas_fp_ccomp()
5432 gen_set_nzcv(tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate-a64.c5435 TCGv_i64 tcg_flags = tcg_temp_new_i64(); in handle_fp_compare() local
5448 gen_helper_vfp_cmped_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5450 gen_helper_vfp_cmpd_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5470 gen_helper_vfp_cmps_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5477 gen_helper_vfp_cmph_a64(tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
5490 gen_set_nzcv(tcg_flags); in handle_fp_compare()
5492 tcg_temp_free_i64(tcg_flags); in handle_fp_compare()
5553 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
5597 tcg_flags = tcg_const_i64(nzcv << 28); in disas_fp_ccomp()
5598 gen_set_nzcv(tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c4063 TCGv_i64 tcg_flags = tcg_temp_new_i64(tcg_ctx); in handle_fp_compare() local
4076 gen_helper_vfp_cmped_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4078 gen_helper_vfp_cmpd_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4092 gen_helper_vfp_cmpes_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4094 gen_helper_vfp_cmps_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4102 gen_set_nzcv(tcg_ctx, tcg_flags); in handle_fp_compare()
4104 tcg_temp_free_i64(tcg_ctx, tcg_flags); in handle_fp_compare()
4147 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
4172 tcg_flags = tcg_const_i64(tcg_ctx, nzcv << 28); in disas_fp_ccomp()
4173 gen_set_nzcv(tcg_ctx, tcg_flags); in disas_fp_ccomp()
[all …]
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c4063 TCGv_i64 tcg_flags = tcg_temp_new_i64(tcg_ctx); in handle_fp_compare() local
4076 gen_helper_vfp_cmped_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4078 gen_helper_vfp_cmpd_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4092 gen_helper_vfp_cmpes_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4094 gen_helper_vfp_cmps_a64(tcg_ctx, tcg_flags, tcg_vn, tcg_vm, fpst); in handle_fp_compare()
4102 gen_set_nzcv(tcg_ctx, tcg_flags); in handle_fp_compare()
4104 tcg_temp_free_i64(tcg_ctx, tcg_flags); in handle_fp_compare()
4147 TCGv_i64 tcg_flags; in disas_fp_ccomp() local
4172 tcg_flags = tcg_const_i64(tcg_ctx, nzcv << 28); in disas_fp_ccomp()
4173 gen_set_nzcv(tcg_ctx, tcg_flags); in disas_fp_ccomp()
[all …]

12