Lines Matching defs:cpu_pc
110 static TCGv cpu_pc, cpu_npc;
372 tcg_gen_movi_tl(cpu_pc, pc);
377 tcg_gen_movi_tl(cpu_pc, pc);
1043 tcg_gen_movi_tl(cpu_pc, dc->pc);
1097 tcg_gen_mov_tl(cpu_pc, cpu_npc);
1102 tcg_gen_mov_tl(cpu_pc, cpu_npc);
2567 tcg_gen_mov_tl(cpu_pc, cpu_npc);
2624 tcg_gen_addi_tl(cpu_pc, cpu_pc, 4);
2626 tcg_gen_addi_tl(cpu_npc, cpu_pc, 4);
2651 tcg_gen_mov_tl(cpu_pc, cpu_npc);
5790 tcg_gen_movi_tl(cpu_pc, dc->pc);
5832 tcg_gen_movi_tl(cpu_pc, e->pc);
5891 { &cpu_pc, offsetof(CPUSPARCState, pc), "pc" },