Lines Matching refs:r4
47 llgfr %r4,%r4
51 clgije %r4,0,.Lend
58 tmhh %r4,49152 /* Test bit 0 or 1 of maxlen. */
61 tmlh %r4,49152 /* Test bit 0 or 1 of maxlen. */
64 sllg %r4,%r4,2 /* Convert character-count to byte-count. */
65 locgrne %r4,%r5 /* Use max byte-count, if bit 0/1 was one. */
75 clgr %r1,%r4
76 locgrh %r1,%r4 /* min (byte count, n) */
79 clgrje %r1,%r4,.Lend /* Return if n bytes where set. */
80 slgr %r4,%r1 /* Compute remaining byte count. */
85 clgijl %r4,17,.Lremaining
86 srlg %r1,%r4,8 /* Split into 256byte blocks */
100 llgfr %r4,%r4
101 nilf %r4,255 /* Get remaining bytes */
105 clgijl %r4,17,.Lremaining
106 clgijl %r4,33,.Lpreloop16
107 srlg %r1,%r4,5 /* Split into 32byte blocks */
115 llgfr %r4,%r4
116 nilf %r4,31 /* Get remaining bytes */
120 clgijl %r4,17,.Lremaining
121 srlg %r1,%r4,4 /* Split into 16byte blocks */
128 llgfr %r4,%r4
129 nilf %r4,15 /* Get remaining bytes */
133 aghi %r4,-1 /* vstl needs highest index. */
134 vstl %v16,%r4,0(%r2)
140 srlg %r4,%r4,2 /* Convert byte-count to character-count. */