/dports/emulators/qemu-guest-agent/qemu-5.0.1/target/arm/ |
H A D | translate-a64.c | 157 TCGv_i32 tcg_val; in set_btype() local 162 tcg_val = tcg_const_i32(val); in set_btype() 163 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 164 tcg_temp_free_i32(tcg_val); in set_btype() 5241 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5252 tcg_val = cpu_reg(s, rm); in handle_crc32() 5268 tcg_val = new_tmp_a64(s); in handle_crc32() 5269 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu42/qemu-4.2.1/target/arm/ |
H A D | translate-a64.c | 143 TCGv_i32 tcg_val; in set_btype() local 148 tcg_val = tcg_const_i32(val); in set_btype() 149 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 150 tcg_temp_free_i32(tcg_val); in set_btype() 5075 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5086 tcg_val = cpu_reg(s, rm); in handle_crc32() 5102 tcg_val = new_tmp_a64(s); in handle_crc32() 5103 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu-utils/qemu-4.2.1/target/arm/ |
H A D | translate-a64.c | 143 TCGv_i32 tcg_val; in set_btype() local 148 tcg_val = tcg_const_i32(val); in set_btype() 149 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 150 tcg_temp_free_i32(tcg_val); in set_btype() 5075 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5086 tcg_val = cpu_reg(s, rm); in handle_crc32() 5102 tcg_val = new_tmp_a64(s); in handle_crc32() 5103 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/target/arm/ |
H A D | translate-a64.c | 157 TCGv_i32 tcg_val; in set_btype() local 162 tcg_val = tcg_const_i32(val); in set_btype() 163 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 164 tcg_temp_free_i32(tcg_val); in set_btype() 5241 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5252 tcg_val = cpu_reg(s, rm); in handle_crc32() 5268 tcg_val = new_tmp_a64(s); in handle_crc32() 5269 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu5/qemu-5.2.0/target/arm/ |
H A D | translate-a64.c | 140 TCGv_i32 tcg_val; in set_btype() local 145 tcg_val = tcg_const_i32(val); in set_btype() 146 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 147 tcg_temp_free_i32(tcg_val); in set_btype() 5658 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5669 tcg_val = cpu_reg(s, rm); in handle_crc32() 5685 tcg_val = new_tmp_a64(s); in handle_crc32() 5686 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/target/arm/ |
H A D | translate-a64.c | 143 TCGv_i32 tcg_val; in set_btype() local 148 tcg_val = tcg_const_i32(val); in set_btype() 149 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 150 tcg_temp_free_i32(tcg_val); in set_btype() 5693 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5704 tcg_val = cpu_reg(s, rm); in handle_crc32() 5720 tcg_val = new_tmp_a64(s); in handle_crc32() 5721 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu/qemu-6.2.0/target/arm/ |
H A D | translate-a64.c | 143 TCGv_i32 tcg_val; in set_btype() local 148 tcg_val = tcg_const_i32(val); in set_btype() 149 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 150 tcg_temp_free_i32(tcg_val); in set_btype() 5691 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5702 tcg_val = cpu_reg(s, rm); in handle_crc32() 5718 tcg_val = new_tmp_a64(s); in handle_crc32() 5719 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu60/qemu-6.0.0/target/arm/ |
H A D | translate-a64.c | 144 TCGv_i32 tcg_val; in set_btype() local 149 tcg_val = tcg_const_i32(val); in set_btype() 150 tcg_gen_st_i32(tcg_val, cpu_env, offsetof(CPUARMState, btype)); in set_btype() 151 tcg_temp_free_i32(tcg_val); in set_btype() 5689 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 5700 tcg_val = cpu_reg(s, rm); in handle_crc32() 5716 tcg_val = new_tmp_a64(s); in handle_crc32() 5717 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/py-unicorn/unicorn-1.0.2/qemu/target-arm/ |
H A D | translate-a64.c | 3910 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 3921 tcg_val = cpu_reg(s, rm); in handle_crc32() 3937 tcg_val = new_tmp_a64(s); in handle_crc32() 3938 tcg_gen_andi_i64(tcg_ctx, tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/unicorn/unicorn-1.0.2/qemu/target-arm/ |
H A D | translate-a64.c | 3910 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 3921 tcg_val = cpu_reg(s, rm); in handle_crc32() 3937 tcg_val = new_tmp_a64(s); in handle_crc32() 3938 tcg_gen_andi_i64(tcg_ctx, tcg_val, cpu_reg(s, rm), mask); 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()
|
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/target/arm/ |
H A D | translate-a64.c | 4568 TCGv_i64 tcg_acc, tcg_val; in handle_crc32() local 4579 tcg_val = cpu_reg(s, rm); in handle_crc32() 4595 tcg_val = new_tmp_a64(s); in handle_crc32() 4596 tcg_gen_andi_i64(tcg_val, cpu_reg(s, rm), mask); 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()
|