Home
last modified time | relevance | path

Searched refs:MTSPR (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/powerpc/include/asm/
H A Dsstep.h38 MTSPR, enumerator
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc474 #define MTSPR XO31(467)
1506 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | CTR);
2305 tcg_out32(s, MTSPR | RA(TCG_REG_R0) | CTR);
2323 tcg_out32(s, MTSPR | RS(TCG_REG_R12) | CTR);
2859 tcg_out32(s, MTSPR | RS(tcg_target_call_iarg_regs[1]) | CTR);
2870 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | LR);
2923 tcg_out32(s, MTSPR | RS(TCG_REG_TMP1) | CTR);
2953 tcg_out32(s, MTSPR | RS(args[0]) | CTR);
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c1826 op->type = MTSPR; in analyse_instr()
3288 case MTSPR: in emulate_update_regs()