Home
last modified time | relevance | path

Searched refs:PPC_MTOCRF (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/arch/powerpc/lib/
Dmem_64.S22 PPC_MTOCRF(1,r0)
52 PPC_MTOCRF(1,r0)
68 PPC_MTOCRF(1,r5)
Dmemcpy_64.S36 PPC_MTOCRF(0x01,r5)
178 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
193 3: PPC_MTOCRF(0x01,r5)
Dcopyuser_64.S41 PPC_MTOCRF(0x01,r5)
212 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */
227 3: PPC_MTOCRF(0x01,r5)
/linux-4.1.27/tools/testing/selftests/powerpc/primitives/asm/
Dasm-compat.h34 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
65 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-4.1.27/arch/powerpc/include/asm/
Dasm-compat.h34 #define PPC_MTOCRF(FXM, RS) MTOCRF((FXM), RS) macro
65 #define PPC_MTOCRF stringify_in_c(mtcrf) macro
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/
Dmemcpy_64.S36 PPC_MTOCRF(0x01,r5)
178 PPC_MTOCRF(0x01,r6) # put #bytes to 8B bdry into cr7
193 3: PPC_MTOCRF(0x01,r5)
Dcopyuser_64.S41 PPC_MTOCRF(0x01,r5)
212 PPC_MTOCRF(0x01,r6) /* put #bytes to 8B bdry into cr7 */
227 3: PPC_MTOCRF(0x01,r5)
/linux-4.1.27/tools/testing/selftests/powerpc/copyloops/asm/
Dppc_asm.h26 #define PPC_MTOCRF(A, B) mtocrf A, B macro