Home
last modified time | relevance | path

Searched refs:sh1 (Results 1 – 6 of 6) sorted by relevance

/sysdeps/ia64/
A Dstrcpy.S48 #define sh1 r29 macro
82 and sh1 = 7, src // sh1 = src % 8
85 sub thresh = 8, sh1
88 shl sh1 = sh1, 3 ;; // sh1 = 8 * (src % 8)
89 sub sh2 = 64, sh1 // sh2 = 64 - sh1
90 cmp.eq p6, p0 = sh1, r0 // is the src aligned?
97 shr.u value = r[1], sh1 ;; // value = w0 >> sh1
A Dmemccpy.S49 #define sh1 r29 macro
104 and sh1 = 7, src // sh1 = src % 8
109 shl sh1 = sh1, 3 // sh1 = 8 * (src % 8)
112 sub sh2 = 64, sh1 // sh2 = 64 - sh1
114 cmp.eq p6, p0 = sh1, r0 // is the src aligned?
123 (p[MEMLAT]) shr.u tmp1[0] = r[1 + MEMLAT], sh1 // tmp1 = w0 >> sh1
194 sub sh1 = (MEMLAT + 6 + 1), tmp
204 shl sh1 = sh1, 3
224 add src = sh1, src
A Dmemcmp.S52 #define sh1 r29 macro
91 and sh1 = 7, src // sh1 = src % 8
96 shl sh1 = sh1, 3 // sh1 = 8 * (src % 8)
99 sub sh2 = 64, sh1 // sh2 = 64 - sh1
101 cmp.eq p6, p0 = sh1, r0 // is the src aligned?
113 (p[MEMLAT]) shr.u tmp1[0] = r[1 + MEMLAT], sh1 // tmp1 = w0 >> sh1
A Dstrncpy.S46 #define sh1 r29 macro
88 and sh1 = 7, src // sh1 = src % 8
91 sub thresh = 8, sh1
93 shl sh1 = sh1, 3 ;; // sh1 = 8 * (src % 8)
95 sub sh2 = 64, sh1 // sh2 = 64 - sh1
96 cmp.eq p6, p0 = sh1, r0 // is the src aligned?
106 shr.u value = r[1], sh1 ;; // value = w0 >> sh1
A Dmemmove.S53 #define sh1 r29 macro
151 and sh1 = 7, src // sh1 = src % 8
162 cmp.eq p6, p0 = sh1, r0 // is the src aligned?
165 shl sh1 = sh1, 3 // sh1 = 8 * (src % 8)
168 add tmp3 = ptable, sh1;; // tmp3 = &table + sh1
A Dmemcpy.S66 #define sh1 r29 macro
376 and sh1 = 7, src // sh1 = src % 8
386 shl sh1 = sh1, 3 // sh1 = 8 * (src % 8)
393 add tmp3 = ptable, sh1 // tmp3 = &table + sh1

Completed in 7 milliseconds