Home
last modified time | relevance | path

Searched refs:tcg_bytes (Results 1 – 11 of 11) sorted by relevance

/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c3911 TCGv_i32 tcg_bytes; in handle_crc32() local
3942 tcg_bytes = tcg_const_i32(tcg_ctx, 1 << sz); in handle_crc32()
3945 gen_helper_crc32c_64(tcg_ctx, cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
3947 gen_helper_crc32_64(tcg_ctx, cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
3950 tcg_temp_free_i32(tcg_ctx, tcg_bytes); in handle_crc32()
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/
H A Dtranslate-a64.c3911 TCGv_i32 tcg_bytes; in handle_crc32() local
3942 tcg_bytes = tcg_const_i32(tcg_ctx, 1 << sz); in handle_crc32()
3945 gen_helper_crc32c_64(tcg_ctx, cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
3947 gen_helper_crc32_64(tcg_ctx, cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
3950 tcg_temp_free_i32(tcg_ctx, tcg_bytes); in handle_crc32()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/
H A Dtranslate-a64.c5242 TCGv_i32 tcg_bytes; in handle_crc32() local
5273 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5276 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5278 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5281 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/
H A Dtranslate-a64.c4569 TCGv_i32 tcg_bytes; in handle_crc32() local
4600 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
4603 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
4605 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
4608 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu42/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c5076 TCGv_i32 tcg_bytes; in handle_crc32() local
5107 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5110 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5112 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5115 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/
H A Dtranslate-a64.c5076 TCGv_i32 tcg_bytes; in handle_crc32() local
5107 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5110 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5112 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5115 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/
H A Dtranslate-a64.c5242 TCGv_i32 tcg_bytes; in handle_crc32() local
5273 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5276 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5278 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5281 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu5/qemu-5.2.0/target/arm/
H A Dtranslate-a64.c5659 TCGv_i32 tcg_bytes; in handle_crc32() local
5690 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5693 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5695 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5698 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/
H A Dtranslate-a64.c5694 TCGv_i32 tcg_bytes; in handle_crc32() local
5725 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5728 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5730 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5733 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu/qemu-6.2.0/target/arm/
H A Dtranslate-a64.c5692 TCGv_i32 tcg_bytes; in handle_crc32() local
5723 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5726 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5728 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5731 tcg_temp_free_i32(tcg_bytes); in handle_crc32()
/dports/emulators/qemu60/qemu-6.0.0/target/arm/
H A Dtranslate-a64.c5690 TCGv_i32 tcg_bytes; in handle_crc32() local
5721 tcg_bytes = tcg_const_i32(1 << sz); in handle_crc32()
5724 gen_helper_crc32c_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5726 gen_helper_crc32_64(cpu_reg(s, rd), tcg_acc, tcg_val, tcg_bytes); in handle_crc32()
5729 tcg_temp_free_i32(tcg_bytes); in handle_crc32()