Searched refs:gen_a64_set_pc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate-a64.c | 230 static void gen_a64_set_pc(DisasContext *s, TCGv_i64 src) in gen_a64_set_pc() function 1549 gen_a64_set_pc(s, cpu_reg(s, a->rn)); in trans_BR() 1564 gen_a64_set_pc(s, dst); in trans_BLR() 1572 gen_a64_set_pc(s, cpu_reg(s, a->rn)); in trans_RET() 1609 gen_a64_set_pc(s, dst); in trans_BRAZ() 1630 gen_a64_set_pc(s, dst); in trans_BLRAZ() 1641 gen_a64_set_pc(s, dst); in trans_RETA() 1654 gen_a64_set_pc(s, dst); in trans_BRA() 1675 gen_a64_set_pc(s, dst); in trans_BLRA()
|