Lines Matching +full:mod +full:- +full:12 +full:b
24 * do 16B chucks with a loop, and then finish up with
25 * 8B, 4B, 2B, and 1B stores conditional on the length.
27 * setting 1B and 2B and then go to aligned case.
28 * This code tries to use fall-through branches for the common
48 srli a7, a4, 4 # number of loop iterations with 16B
54 * Destination is word-aligned.
56 # set 16 bytes per iteration for word-aligned dst
57 .align 4 # 1 mod 4 alignment for LOOPNEZ
58 .byte 0 # (0 mod 4 alignment for LBEG)
65 add a6, a6, a5 # a6 = end of last 16B chunk
71 EX(10f) s32i a3, a5, 12
106 bbci.l a5, 0, .L20 # branch if dst alignment half-aligned
111 addi a4, a4, -1
115 # dst half-aligned
119 addi a4, a4, -2
126 .byte 0 # 1 mod 4 alignment for LOOPNEZ
127 # (0 mod 4 alignment for LBEG)