Home | History | Annotate | Download | only in string

Lines Matching refs:x6

59 	ldr	x6, [x10], #8		/* load dword from src2 */
65 lsr x6, x6, x3 /* discard leading bytes from data2 */
66 lsl x6, x6, x3 /* get back bit position */
69 lsl x6, x6, x3 /* discard leading bytes from data2 */
70 lsr x6, x6, x3 /* get back bit position */
72 subs x0, x4, x6 /* compare data */
79 ldr x6, [x10], #8
80 subs x0, x4, x6
91 mov x6, xzr
100 lsl x6, x6, #32 /* move to MSW */
109 orr x6, x6, x7, lsl #16
112 orr x6, x6, x7, lsl #32
122 orr x6, x6, x7, lsl #8
125 orr x6, x6, x7, lsl #48
157 orr x6, x6, x7, lsl #48
158 rev x6, x6
160 orr x6, x6, x7, lsl #32
165 * We have loaded the final bytes in x4 and x6 in host-endian. Now we have
174 subs x0, x4, x6
188 rev x6, x6 /* byte reverse */
190 subs x0, x4, x6