Searched refs:gen_store_spr (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 280 static inline void gen_store_spr(int reg, TCGv t) in gen_store_spr() function 372 gen_store_spr(SPR_BOOKE_DBSR, t0); in gen_debug_exception() 445 gen_store_spr(sprn, cpu_gpr[gprn]); in spr_write_generic() 454 gen_store_spr(sprn, t0); in spr_write_generic32() 513 gen_store_spr(sprn, t1); in spr_write_CTRL_ST() 549 gen_store_spr(sprn, t0); in spr_write_clear() 666 gen_store_spr(sprn + 0x10, cpu_gpr[gprn]); in spr_write_ureg() 963 gen_store_spr(sprn, cpu_gpr[gprn]); in spr_write_40x_dbcr0() 1013 gen_store_spr(SPR_PIR, t0); in spr_write_pir() 1040 gen_store_spr(sprn, t0); in spr_write_excp_prefix() [all …]
|
H A D | power8-pmu-regs.c.inc | 175 gen_store_spr(SPR_POWER_MMCR2, masked_gprn);
|
/openbmc/qemu/target/ppc/translate/ |
H A D | fixedpoint-impl.c.inc | 975 gen_store_spr(SPR_PPR, t0);
|