Searched refs:FXM (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
H A D | ppc_asm.h | 468 #define MTOCRF(FXM, RS) \ 470 mtcrf (FXM), RS; \ 472 mtocrf (FXM), RS; \
|
/openbmc/linux/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) argument
|
H A D | ppc_asm.h | 468 #define MTOCRF(FXM, RS) \ 470 mtcrf (FXM), RS; \ 472 mtocrf (FXM), RS; \
|
/openbmc/qemu/tcg/ppc/ |
H A D | tcg-target.c.inc | 691 #define FXM(b) (1 << (19 - (b))) 2059 tcg_out32(s, MFOCRF | RT(TCG_REG_R0) | FXM(7)); 2254 tcg_out32(s, MFOCRF | RT(TCG_REG_R0) | FXM(0));
|
/openbmc/linux/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 404 #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}},
|