Home | History | Annotate | Download | only in arm11_asm

Lines Matching defs:x0

38 x0      RN 2
91 CMP x0, #0
92 BLT do_fill ;// (x0 < 0)
94 ADD tmp5, x0, partW ;// (x0+partWidth)
97 BHI do_fill ;// (x0+partW)>width
122 MOV x0, #0
123 STR x0,[sp,#0x1ec] ;// x0 = 0
124 STR x0,[sp,#0x1f0] ;// y0 = 0
130 LDR x0 ,[sp,#0x1ec] ;// x0
133 MLA tmp6, width, y0, x0 ;// y0*width+x0
134 ADD ref, ref, tmp6 ;// ref += y0*width+x0