Home | History | Annotate | Download | only in spmath

Lines Matching refs:equ

58 gr0:	.equ		0		/* General register zero */
59 pu: .equ 3 /* upper part of product */
60 pl: .equ 4 /* lower part of product */
61 op2: .equ 4 /* multiplier */
62 op1: .equ 5 /* multiplicand */
63 cnt: .equ 6 /* count in multiply */
64 brindex: .equ 7 /* index into the br. table */
65 sign: .equ 8 /* sign of product */
66 pc: .equ 9 /* carry bit of product, = 00...01 */
67 pm: .equ 10 /* value of -1 used in shifting */