~ubuntu-branches/ubuntu/precise/eglibc/precise-201308281639

« back to all changes in this revision

Viewing changes to sysdeps/s390/s390-64/utf8-utf16-z9.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2012-02-08 01:58:09 UTC
  • mfrom: (1.5.3) (288.1.12 precise)
  • Revision ID: package-import@ubuntu.com-20120208015809-ulscst7uteq3e22z
Tags: 2.15~pre6-0ubuntu10
Merge from Debian (r5151, 2.13-26).

Show diffs side-by-side

added added

removed removed

Lines of Context:
151
151
    register unsigned long long outlen asm("11") = outend - outptr;     \
152
152
    uint64_t cc = 0;                                                    \
153
153
                                                                        \
154
 
    asm volatile ("0: " INSTRUCTION "  \n\t"                            \
 
154
    asm volatile (".machine push       \n\t"                            \
 
155
                  ".machine \"z9-109\" \n\t"                            \
 
156
                  "0: " INSTRUCTION "  \n\t"                            \
 
157
                  ".machine pop        \n\t"                            \
155
158
                  "   jo     0b        \n\t"                            \
156
159
                  "   ipm    %2        \n"                              \
157
160
                  : "+a" (pOutput), "+a" (pInput), "+d" (cc),           \