Home | History | Annotate | Download | only in string

Lines Matching refs:r13

75 		l.slli	r13, r4, 8		/* shift left 8 bits */
76 l.or r4, r4, r13 /* merge the two bytes */
77 l.slli r13, r4, 16 /* shift left 16 bits */
78 l.or r4, r4, r13 /* merge the two halves */
82 l.andi r13, r3, 3 /* get low bits of start */
83 l.sfeqi r13, 0 /* word aligned? */
87 l.add r5, r5, r13 /* increase length */
88 l.sub r3, r3, r13 /* mask word aligned */
89 l.slli r13, r13, 3 /* bytes to bits */
90 l.addi r15, r13, -8 /* minus one byte */
94 l.sra r7, r7, r13 /* shift right align bytes */
97 l.srl r7, r_fill, r13 /* clear bytes to preserve */