divide.S (498495dba268b20e8eadd7fe93c140c68b6cc9d2) divide.S (f3c78e949d3fb0afcc1bdd8e44b0902897fc2f84)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/divide.S
4 *
5 * (C) 1995 Linus Torvalds
6 *
7 * Alpha division..
8 */

--- 32 unchanged lines hidden (view full) ---

41 * $23 - return address
42 * $24 - dividend
43 * $25 - divisor
44 *
45 * $27 - quotient/modulus
46 * $28 - compare status
47 */
48
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * arch/alpha/lib/divide.S
4 *
5 * (C) 1995 Linus Torvalds
6 *
7 * Alpha division..
8 */

--- 32 unchanged lines hidden (view full) ---

41 * $23 - return address
42 * $24 - dividend
43 * $25 - divisor
44 *
45 * $27 - quotient/modulus
46 * $28 - compare status
47 */
48
49#include <asm/export.h>
49#include <linux/export.h>
50#define halt .long 0
51
52/*
53 * Select function type and registers
54 */
55#define mask $0
56#define divisor $1
57#define compare $28

--- 142 unchanged lines hidden ---
50#define halt .long 0
51
52/*
53 * Select function type and registers
54 */
55#define mask $0
56#define divisor $1
57#define compare $28

--- 142 unchanged lines hidden ---