Home | History | Annotate | Download | only in string

Lines Matching refs:x7

68 	ldr	x7, [x4], #8		/* load dword */
70 rev x7, x7 /* convert to LE */
75 orr x7, x7, x5 /* prevent NULs */
83 ldr x7, [x4], #8 /* load dword */
85 rev x7, x7 /* convert to LE */
93 sub x6, x7, x11 /* a = X - 1 */
94 orr x7, x7, #MASK8_0x7f /* b = X | 0x7f */
95 bic x6, x6, x7 /* a & ~b */