Home
last modified time | relevance | path

Searched refs:SZL (Results 1 – 3 of 3) sorted by relevance

/arch/powerpc/kernel/
Dmisc.S60 PPC_STL r1,SZL(r3)
61 PPC_STL r2,2*SZL(r3)
63 PPC_STL r0,3*SZL(r3)
64 PPC_STL r13,4*SZL(r3)
65 PPC_STL r14,5*SZL(r3)
66 PPC_STL r15,6*SZL(r3)
67 PPC_STL r16,7*SZL(r3)
68 PPC_STL r17,8*SZL(r3)
69 PPC_STL r18,9*SZL(r3)
70 PPC_STL r19,10*SZL(r3)
[all …]
Dppc_save_regs.S27 PPC_STL r0,0*SZL(r3)
28 PPC_STL r2,2*SZL(r3)
29 PPC_STL r3,3*SZL(r3)
30 PPC_STL r4,4*SZL(r3)
31 PPC_STL r5,5*SZL(r3)
32 PPC_STL r6,6*SZL(r3)
33 PPC_STL r7,7*SZL(r3)
34 PPC_STL r8,8*SZL(r3)
35 PPC_STL r9,9*SZL(r3)
36 PPC_STL r10,10*SZL(r3)
[all …]
/arch/powerpc/include/asm/
Dppc_asm.h17 #define SZL (BITS_PER_LONG/8) macro