Lines Matching refs:add
16 * If applicable, add the following below this CDDL HEADER, with the
69 add %o0, 2, %o0 ! increment address
70 add %o2, %g2, %o2 ! add to accumulator, don't need carry yet
75 ! loop to add in 32 byte chunks
85 addcc %o2, %g2, %o2 ! add to accumulator
86 addxcc %o2, %g3, %o2 ! add to accumulator with carry
88 addxcc %o2, %o4, %o2 ! add to accumulator with carry
89 addxcc %o2, %o5, %o2 ! add to accumulator with carry
91 addxcc %o2, %g2, %o2 ! add to accumulator with carry
92 addxcc %o2, %g3, %o2 ! add to accumulator with carry
93 addxcc %o2, %o4, %o2 ! add to accumulator
94 addxcc %o2, %o5, %o2 ! add to accumulator with carry
95 addxcc %o2, 0, %o2 ! if final carry, add it in
98 add %o0, 32, %o0 ! delay slot, increment address
100 add %o1, 16, %o1 ! add back in
108 add %o0, 2, %o0 ! increment address
109 addcc %o2, %g2, %o2 ! add to accumulator
110 addxcc %o2, 0, %o2 ! if carry, add it in
121 addcc %o4, %o2, %o2 ! add the 2 halfwords in high %o2, set carry
124 addxcc %o2, 0, %o0 ! add in carry if any. result in %o0