2 .global ___umulsi3_highpart;
3 .type ___umulsi3_highpart, STT_FUNC;
5 #ifdef CONFIG_ARITHMETIC_OPS_L1
12 R2 = R1.H * R0.H, R3 = R1.L * R0.H (FU);
13 R0 = R1.L * R0.L, R1 = R1.H * R0.L (FU);
15 /* Unsigned multiplication has the nice property that we can
16 ignore carry on this first addition. */
25 .size ___umulsi3_highpart, .-___umulsi3_highpart