Home
last modified time | relevance | path

Searched refs:FXM (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
H A Dppc_asm.h468 #define MTOCRF(FXM, RS) \
470 mtcrf (FXM), RS; \
472 mtocrf (FXM), RS; \
/openbmc/linux/arch/powerpc/include/asm/
H A Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
H A Dppc_asm.h468 #define MTOCRF(FXM, RS) \
470 mtcrf (FXM), RS; \
472 mtocrf (FXM), RS; \
/openbmc/qemu/tcg/ppc/
H A Dtcg-target.c.inc640 #define FXM(b) (1 << (19 - (b)))
1932 tcg_out32(s, MFOCRF | RT(TCG_REG_R0) | FXM(7));
2106 tcg_out32(s, MFOCRF | RT(TCG_REG_R0) | FXM(7));
/openbmc/linux/arch/powerpc/xmon/
H A Dppc-opc.c404 #define FXM FRSp + 1 macro
408 #define FXM4 FXM + 1
4727 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}},
4917 {"mtcrf", XFXM(31,144,0,0), XFXFXM_MASK, COM, 0, {FXM, RS}},
4918 {"mtocrf", XFXM(31,144,0,1), XFXFXM_MASK, COM, 0, {FXM, RS}},