Lines Matching refs:x5
40 mov x5, #MAX_DEC_DIVISOR
42 udiv x0, x4, x5 /* Get the quotient */
43 msub x4, x0, x5, x4 /* Find the remainder */
46 udiv x5, x5, x6 /* Reduce divisor */
47 cbnz x5, dec_print_loop
66 mov x5, x0
78 mov x4, x5
117 mov x5, #64 /* No of bits to convert to ascii */
123 sub x5, x5, #4
124 lsrv x0, x4, x5
135 cbnz x5, 1b