Lines Matching refs:l1
13 register unsigned long l1 asm ("3") = *_l1; in clcle()
23 :"=d" (cc), "+d" (a1),"+d" (l1), "+d" (a3), "+d" (l3) in clcle()
28 *_l1 = l1; in clcle()
37 unsigned long a1,a3,l1,l3; in testrun() local
40 a1 = (unsigned long) _a1; l1 = _l1; a3 = (unsigned long) _a3; l3 = _l3; in testrun()
41 cc = clcle(&a1, &l1, &a3, &l3, pad); in testrun()
43 cc, l1, _l1, l3, _l3, a1-(unsigned long) _a1, a3-(unsigned long) _a3); in testrun()
47 void multiplex(unsigned long l1, unsigned long l3, char pad) in multiplex() argument
49 testrun(b1, l1, b1, l3, pad); in multiplex()
50 testrun(b1, l1, b2, l3, pad); in multiplex()
51 testrun(b1, l1, b3, l3, pad); in multiplex()
52 testrun(b1, l1, b4, l3, pad); in multiplex()
53 testrun(b2, l1, b2, l3, pad); in multiplex()
54 testrun(b2, l1, b3, l3, pad); in multiplex()
55 testrun(b2, l1, b4, l3, pad); in multiplex()
56 testrun(b3, l1, b3, l3, pad); in multiplex()
57 testrun(b3, l1, b4, l3, pad); in multiplex()
58 testrun(b4, l1, b4, l3, pad); in multiplex()