Searched refs:tcg_rd (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 4318 TCGv_i64 tcg_rd = rd_sp ? cpu_reg_sp(s, a->rd) : cpu_reg(s, a->rd); in gen_rri() local 4321 fn(tcg_rd, tcg_rn, tcg_imm); in gen_rri() 4323 tcg_gen_ext32u_i64(tcg_rd, tcg_rd); in gen_rri() 4363 TCGv_i64 tcg_rn, tcg_rd; in gen_add_sub_imm_with_tags() local 4372 tcg_rd = cpu_reg_sp(s, a->rd); in gen_add_sub_imm_with_tags() 4375 gen_helper_addsubg(tcg_rd, tcg_env, tcg_rn, in gen_add_sub_imm_with_tags() 4379 tcg_gen_addi_i64(tcg_rd, tcg_rn, imm); in gen_add_sub_imm_with_tags() 4380 gen_address_with_allocation_tag0(tcg_rd, tcg_rd); in gen_add_sub_imm_with_tags() 4476 TCGv_i64 tcg_rd, tcg_rn; in gen_rri_log() local 4489 tcg_rd = set_cc ? cpu_reg(s, a->rd) : cpu_reg_sp(s, a->rd); in gen_rri_log() [all …]
|