Searched refs:FXM (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS)
|
H A D | ppc_asm.h | 411 #define MTOCRF(FXM, RS) \ 413 mtcrf (FXM), RS; \ 415 mtocrf (FXM), RS; \
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS)
|
H A D | ppc_asm.h | 468 #define MTOCRF(FXM, RS) \ 470 mtcrf (FXM), RS; \ 472 mtocrf (FXM), RS; \
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS)
|
H A D | ppc_asm.h | 411 #define MTOCRF(FXM, RS) \ 413 mtcrf (FXM), RS; \ 415 mtocrf (FXM), RS; \
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/primitives/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS)
|
H A D | ppc_asm.h | 468 #define MTOCRF(FXM, RS) \ 470 mtcrf (FXM), RS; \ 472 mtocrf (FXM), RS; \
|
/kernel/linux/linux-5.10/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 405 /* The FXM field in an XFX instruction. */ 406 #define FXM FRSp + 1 410 #define FXM4 FXM + 1 1411 /* FXM mask in mfcr and mtcrf instructions. */ 1430 /* If only one bit of the FXM field is set, we can use the new form in insert_fxm() 2846 /* A mask for the FXM version of an XFX form instruction. */ 2849 /* An XFX form instruction with the FXM field filled in. */ 4732 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}}, 4922 {"mtcrf", XFXM(31,144,0,0), XFXFXM_MASK, COM, 0, {FXM, RS}}, 4923 {"mtocrf", XFXM(31,144,0,1), XFXFXM_MASK, COM, 0, {FXM, R 404 #define FXM global() macro [all...] |
/kernel/linux/linux-6.6/arch/powerpc/xmon/ |
H A D | ppc-opc.c | 405 /* The FXM field in an XFX instruction. */ 406 #define FXM FRSp + 1 410 #define FXM4 FXM + 1 1411 /* FXM mask in mfcr and mtcrf instructions. */ 1430 /* If only one bit of the FXM field is set, we can use the new form in insert_fxm() 2846 /* A mask for the FXM version of an XFX form instruction. */ 2849 /* An XFX form instruction with the FXM field filled in. */ 4732 {"mfocrf", XFXM(31,19,0,1), XFXFXM_MASK, COM, 0, {RT, FXM}}, 4922 {"mtcrf", XFXM(31,144,0,0), XFXFXM_MASK, COM, 0, {FXM, RS}}, 4923 {"mtocrf", XFXM(31,144,0,1), XFXFXM_MASK, COM, 0, {FXM, R 404 #define FXM global() macro [all...] |
Completed in 24 milliseconds