Home
last modified time | relevance | path

Searched defs:PPC_MTOCRF (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/tools/testing/selftests/powerpc/primitives/asm/
Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-6.1.9/arch/powerpc/include/asm/
Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-6.1.9/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h31 #define PPC_MTOCRF(A, B) mtocrf A, B macro