Home | History | Annotate | Download | only in string

Lines Matching refs:andi

77 DBG	andi	t0,a0,1			# a0 must be halfword aligned
79 DBG andi t2,a2,1 # a2 must be even
95 andi a1,0xffff
101 andi t1,a0,2
127 DBG andi t0,a0,3 # a0 must be word aligned
129 DBG andi t2,a2,3 # a2 must be a multiple of 4 bytes
176 andi v1,v1,0x3 # word-unaligned address?
184 andi t8,a2,0x3f # any 64-byte chunks?
202 andi t6,t7,0x3f # t6 is past "64-byte safe chunks" reminder
271 andi t7,t8,0x1f # is there a 32-byte chunk?
287 andi t8,a2,0x3 # now t8 is the reminder past 1w chunks