Searched refs:PPC_MTOCRF (Results 1 - 14 of 14) 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) macro 56 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | asm-compat.h | 23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro 57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
|
/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) macro 56 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
|
/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) macro 57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
|
/kernel/linux/linux-5.10/arch/powerpc/lib/ |
H A D | memcpy_64.S | 41 PPC_MTOCRF(0x01,r5) 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7 200 3: PPC_MTOCRF(0x01,r5)
|
H A D | copyuser_64.S | 69 PPC_MTOCRF(0x01,r5) 267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */ 288 3: PPC_MTOCRF(0x01,r5)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_64.S | 41 PPC_MTOCRF(0x01,r5) 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7 200 3: PPC_MTOCRF(0x01,r5)
|
H A D | copyuser_64.S | 69 PPC_MTOCRF(0x01,r5) 267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */ 288 3: PPC_MTOCRF(0x01,r5)
|
/kernel/linux/linux-6.6/arch/powerpc/lib/ |
H A D | memcpy_64.S | 41 PPC_MTOCRF(0x01,r5) 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7 200 3: PPC_MTOCRF(0x01,r5)
|
H A D | copyuser_64.S | 69 PPC_MTOCRF(0x01,r5) 267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */ 288 3: PPC_MTOCRF(0x01,r5)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/ |
H A D | memcpy_64.S | 41 PPC_MTOCRF(0x01,r5) 185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7 200 3: PPC_MTOCRF(0x01,r5)
|
H A D | copyuser_64.S | 69 PPC_MTOCRF(0x01,r5) 267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */ 288 3: PPC_MTOCRF(0x01,r5)
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/copyloops/asm/ |
H A D | ppc_asm.h | 30 #define PPC_MTOCRF(A, B) mtocrf A, B macro
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/copyloops/asm/ |
H A D | ppc_asm.h | 32 #define PPC_MTOCRF(A, B) mtocrf A, B macro
|
Completed in 5 milliseconds