2 * Copyright 2007 Analog Devices Inc.
4 * Licensed under the Clear BSD license or the GPL-2 (or later)
8 .global ___smulsi3_highpart;
9 .type ___smulsi3_highpart, STT_FUNC;
11 #ifdef CONFIG_ARITHMETIC_OPS_L1
18 R2 = R1.L * R0.L (FU);
19 R3 = R1.H * R0.L (IS,M);
20 R0 = R0.H * R1.H, R1 = R0.H * R1.L (IS,M);
38 .size ___smulsi3_highpart, .-___smulsi3_highpart