Home | History | Annotate | Download | only in gen

Lines Matching refs:r0

38  *  IN	r0 = length of mask in bits
42 cmp r0, #64 /* which dword is partial? */
44 sublt r0, r0, #64 /* 1st dword needs MSBs cleared */
45 subge r1, r0, #128 /* 2nd dword needs MSBs cleared */
47 rsblt r0, r0, #64 /* 1st dword needs LSBs cleared */
48 rsbge r1, r0, #128 /* 2nd dword needs LSBs cleared */
50 movge r0, #0 /* 1st dword needs to left alone */
52 vmov d2, r0, r1 /* move dword shifts to SIMD */