Home | History | Annotate | Download | only in s390x

Lines Matching refs:buf

8    char buf[24];
10 /* No-wrap around case; copies 24 bytes from BASE to BUF */
15 :"=m" (buf)
18 /* Write out BUF */
20 "lgr 3, %0\n\t" // buf
23 : : "a" (buf)
30 char buf[64];
32 /* Wrap around case; copies 32 bytes from BASE to BUF */
38 :"=m" (buf)
41 /* Write out BUF */
43 "lgr 3, %0\n\t" // buf
46 : : "a" (buf)