Home | History | Annotate | Download | only in s390x

Lines Matching refs:pad

16 	register unsigned long pad asm ("6") = _pad;
24 : "d" (pad)
35 void testrun(void *_a1, unsigned long _l1, void *_a3, unsigned long _l3, char pad)
41 cc = clcle(&a1, &l1, &a3, &l3, pad);
47 void multiplex(unsigned long l1, unsigned long l3, char pad)
49 testrun(b1, l1, b1, l3, pad);
50 testrun(b1, l1, b2, l3, pad);
51 testrun(b1, l1, b3, l3, pad);
52 testrun(b1, l1, b4, l3, pad);
53 testrun(b2, l1, b2, l3, pad);
54 testrun(b2, l1, b3, l3, pad);
55 testrun(b2, l1, b4, l3, pad);
56 testrun(b3, l1, b3, l3, pad);
57 testrun(b3, l1, b4, l3, pad);
58 testrun(b4, l1, b4, l3, pad);