|
|
addition: sum of a_l and b_l, output in s_l
|
|
|
mixed addition: sum of a_l and b, output in s_l
|
|
|
increment a_l
|
|
|
subtraction: difference of a_l and b_l, output in s_l
|
|
|
mixed subtraction: difference of a_l and b, output in s_l
|
|
|
decrement a_l
|
|
|
multiplication: product of a_l and b_l, output in p_l
|
|
|
mixed multiplication: product of a_l and b, output in p_l
|
|
|
square a_l, output in p_l
|
|
|
division with remainder: division of a_l by b_l, quotient in q_l, remainder in r_l
|
|
|
mixed division with remainder: division of a_l by b, quotient in q_l, remainder in r_l
|