Lines Matching refs:x5
33 * Clobber: x30, x0, x1, x2, x5, x6
37 mov x5, #MAX_DEC_DIVISOR
39 udiv x0, x4, x5 /* Get the quotient */
40 msub x4, x0, x5, x4 /* Find the remainder */
43 udiv x5, x5, x6 /* Reduce divisor */
44 cbnz x5, dec_print_loop
54 * Clobber list : x30, x0, x1, x2, x3, x4, x5, x6.
63 mov x5, x0
72 mov x4, x5
107 * Clobber: x30, x0 - x3, x5
111 mov x5, #64 /* No of bits to convert to ascii */
113 sub x5, x5, #4
114 lsrv x0, x4, x5
125 cbnz x5, 1b