Lines Matching refs:l
51 using the Motorola Assembly Syntax assembler directive "dc.l"
83 # mulu.l <ea>,Dh:Dl
84 # mulu.l _multiplier,%d1:%d0
86 subq.l &0x8,%sp # make room for result on stack
88 mov.l %d0,-(%sp) # pass: multiplicand on stack
89 mov.l _multiplier,-(%sp) # pass: multiplier on stack
90 bsr.l _060LISP_TOP+0x18 # branch to multiply routine
91 add.l &0xc,%sp # clear arguments from stack
92 mov.l (%sp)+,%d1 # load result[63:32]
93 mov.l (%sp)+,%d0 # load result[31:0]
97 # divu.l <ea>,Dr:Dq
98 # divu.l _divisor,%d1:%d0
100 subq.l &0x8,%sp # make room for result on stack
102 mov.l %d0,-(%sp) # pass: dividend hi on stack
103 mov.l %d1,-(%sp) # pass: dividend hi on stack
104 mov.l _divisor,-(%sp) # pass: divisor on stack
105 bsr.l _060LISP_TOP+0x08 # branch to divide routine
106 add.l &0xc,%sp # clear arguments from stack
107 mov.l (%sp)+,%d1 # load remainder
108 mov.l (%sp)+,%d0 # load quotient
117 # cmp2.l <ea>,Rn
118 # cmp2.l _bounds,%d0
121 mov.l %d0,-(%sp) # pass Rn
122 bsr.l _060LSP_TOP_+0x48 # branch to "cmp2" routine
124 addq.l &0x8,%sp # clear arguments from stack