Searched refs:cpu_npc (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 115 static TCGv cpu_pc, cpu_npc; variable 378 tcg_gen_movi_tl(cpu_npc, npc); in gen_goto_tb() 383 tcg_gen_movi_tl(cpu_npc, npc); in gen_goto_tb() 1015 tcg_gen_movcond_tl(dc->jump.cond, cpu_npc, dc->jump.c1, c2, npc0, npc1); in gen_generic_branch() 1043 tcg_gen_movi_tl(cpu_npc, dc->npc); in save_npc() 1103 tcg_gen_mov_tl(cpu_pc, cpu_npc); in gen_mov_pc_npc() 1108 tcg_gen_mov_tl(cpu_pc, cpu_npc); in gen_mov_pc_npc() 2531 tcg_gen_mov_tl(cpu_pc, cpu_npc); in advance_pc() 2532 tcg_gen_addi_tl(cpu_npc, cpu_npc, 4); in advance_pc() 2590 tcg_gen_addi_tl(cpu_npc, cpu_pc, 4); in advance_jump_cond() [all …]
|