Home | History | Annotate | Download | only in aarch64

Lines Matching refs:x5

56 	 * Clobber: x30, x0, x1, x2, x5, x6
60 mov x5, #MAX_DEC_DIVISOR
62 udiv x0, x4, x5 /* Get the quotient */
63 msub x4, x0, x5, x4 /* Find the remainder */
66 udiv x5, x5, x6 /* Reduce divisor */
67 cbnz x5, dec_print_loop
77 * Clobber list : x30, x0, x1, x2, x3, x4, x5, x6.
81 mov x5, x0
90 mov x4, x5
121 * Clobber: x30, x0, x5, x1, x2, x3
125 mov x5, #64 /* No of bits to convert to ascii */
127 sub x5, x5, #4
128 lsrv x0, x4, x5
139 cbnz x5, 1b