Lines Matching refs:w0
37 1: mov w0, #1 // STDOUT_FILENO
57 add w0, w0, #'0'
58 strb w0, [x1, #-1]!
62 ldrb w0, [x1]
63 cbnz w0, 1f
64 mov w0, #'0' // Print "0" for 0, not ""
65 strb w0, [x1, #-1]!
92 mov w3, w0
93 lsr w0, w0, #4
95 mov w0, w3
104 and w0, w0, #0xf
105 cmp w0, #10
107 add w0, w0, #'a' - ('9' + 1)
108 1: add w0, w0, #'0'
122 ldrb w0, [x4], #1