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.inc423 #define MTSPR XO31(467)
1437 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | CTR);
2155 tcg_out32(s, MTSPR | RA(TCG_REG_R0) | CTR);
2173 tcg_out32(s, MTSPR | RS(TCG_REG_R12) | CTR);
2709 tcg_out32(s, MTSPR | RS(tcg_target_call_iarg_regs[1]) | CTR);
2720 tcg_out32(s, MTSPR | RS(TCG_REG_R0) | LR);
2773 tcg_out32(s, MTSPR | RS(TCG_REG_TMP1) | CTR);
2803 tcg_out32(s, MTSPR | RS(args[0]) | CTR);
/openbmc/linux/arch/powerpc/lib/
H A Dsstep.c1830 op->type = MTSPR; in analyse_instr()
3292 case MTSPR: in emulate_update_regs()