Searched refs:PPC_MTOCRF (Results 1 - 9 of 9) sorted by relevance

/linux-master/tools/testing/selftests/powerpc/primitives/asm/
H A Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-master/arch/powerpc/include/asm/
H A Dasm-compat.h23 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
57 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-master/arch/powerpc/lib/
H A Dmem_64.S39 .Lms: PPC_MTOCRF(1,r0)
70 PPC_MTOCRF(1,r0)
86 PPC_MTOCRF(1,r5)
H A Dmemcpy_64.S41 PPC_MTOCRF(0x01,r5)
185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
200 3: PPC_MTOCRF(0x01,r5)
H A Dcopyuser_64.S69 PPC_MTOCRF(0x01,r5)
267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */
288 3: PPC_MTOCRF(0x01,r5)
/linux-master/tools/testing/selftests/powerpc/copyloops/
H A Dmem_64.S39 .Lms: PPC_MTOCRF(1,r0)
70 PPC_MTOCRF(1,r0)
86 PPC_MTOCRF(1,r5)
H A Dmemcpy_64.S41 PPC_MTOCRF(0x01,r5)
185 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
200 3: PPC_MTOCRF(0x01,r5)
H A Dcopyuser_64.S69 PPC_MTOCRF(0x01,r5)
267 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */
288 3: PPC_MTOCRF(0x01,r5)
/linux-master/tools/testing/selftests/powerpc/copyloops/asm/
H A Dppc_asm.h32 #define PPC_MTOCRF(A, B) mtocrf A, B macro

Completed in 124 milliseconds