Lines Matching refs:MOVE
1171 # For UNNORM/DENORM opclass 3, the actual move out to memory is #
1508 # Separate packed move outs from the UNNORM and DENORM move outs.
1641 # The fp move out that took the "Unimplemented Data Type" exception was
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2196 # the strategy is to move the exception frame "down" 12 bytes. then, we
2236 # the strategy is to move the exception frame "down" 12 bytes. then, we
2276 # the strategy is to move the exception frame "down" 12 bytes. then, we
2986 cmpi.b %d1,&0x7 # move all regs?
3011 mov.w 0xc(%sp),0x4(%sp) # move SR
3012 mov.l 0xe(%sp),0x6(%sp) # move Current PC
3015 mov.l 0x6(%sp),0x10(%sp) # move Current PC
3106 # This code must emulate the move out before finally exiting through #
3107 # _real_inex(). The move out, if to memory, is performed using #
3296 # This code must emulate the move out before finally exiting through #
3297 # _real_snan(). The move out, if to memory, is performed using #
3598 # This code must emulate the move out by calling fout() before finally #
3905 mov.l 0xa(%sp),0x2(%sp) # move "Current PC"
5324 mov.b &FMOV_OP,%d1 # last inst is MOVE
5560 mov.b &FMOV_OP,%d1 # last inst is MOVE
5999 mov.b &FMOV_OP,%d1 # last inst is MOVE
6514 mov.b &FMOV_OP,%d1 # last inst is MOVE
6693 mov.b &FMOV_OP,%d1 # last inst is MOVE
6952 # Note also that we use the FMOVEM instruction to move X #
8053 mov.b &FMOV_OP,%d1 # last inst is MOVE
8098 # move on to Step 2. #
8115 # polynomial in u where u = 2X/(2+X). Otherwise, move on #
8562 mov.b &FMOV_OP,%d1 # last inst is MOVE
9700 mov.b &FMOV_OP,%d1 # last inst is MOVE
10080 mov.b &FMOV_OP,%d1 # last inst is MOVE
11714 fmovm.x &0x80,FP_SCR0(%a6) # move result to stack
12079 # FP MOVE IN: NORMs and DENORMs ONLY!
12152 cmpi.l %d0,&0x3fff-0x3f80 # will move in underflow?
12154 cmpi.l %d0,&0x3fff-0x407e # will move in overflow?
12165 fmov.x FP_SCR0(%a6),%fp0 # perform move
12195 cmpi.l %d0,&0x3fff-0x3c00 # will move in underflow?
12197 cmpi.l %d0,&0x3fff-0x43fe # will move in overflow?
12255 fmov.x FP_SCR0(%a6),%fp0 # perform move
12303 # the move in MAY overflow. so...
12309 fmov.x FP_SCR0(%a6),%fp0 # perform the move
12527 fmovm.x &0x80,FP_SCR0(%a6) # move result to stack
12932 cmpi.l %d0,&0x3fff-0x3f80 # will move in underflow?
12934 cmpi.l %d0,&0x3fff-0x407e # will move in overflow?
12975 cmpi.l %d0,&0x3fff-0x3c00 # will move in underflow?
12977 cmpi.l %d0,&0x3fff-0x43fe # will move in overflow?
13083 # the move in MAY underflow. so...
13550 cmpi.l %d0,&0x3fff-0x3f80 # will move in underflow?
13552 cmpi.l %d0,&0x3fff-0x407e # will move in overflow?
13593 cmpi.l %d0,&0x3fff-0x3c00 # will move in underflow?
13595 cmpi.l %d0,&0x3fff-0x43fe # will move in overflow?
13698 # the move in MAY underflow. so...
14062 fmovm.x &0x80,FP_SCR0(%a6) # move result to stack
14415 fmovm.x &0x80,FP_SCR0(%a6) # move result to stack
15612 cmpi.l %d0,&0x3fff-0x3f81 # will move in underflow?
15615 cmpi.l %d0,&0x3fff-0x407f # will move in overflow?
15657 cmpi.l %d0,&0x3fff-0x3c01 # will move in underflow?
15660 cmpi.l %d0,&0x3fff-0x43ff # will move in overflow?
15780 # the move in MAY underflow. so...
18201 # so that the move can occur outside of this routine. This special #
18214 # @ = (0): move listed regs from memory to the FPU #
18215 # (1): move listed regs from the FPU to memory #
18248 # separate move ins from move outs...
18249 btst &0x5,EXC_EXTWORD(%a6) # is it a move in or out?
18250 beq.w fmovm_data_in # it's a move out
18253 # MOVE OUT: #
18280 mov.l %a0,%a1 # move <ea> to a1
18358 # MOVE IN: #
18533 mov.l %d0,%a0 # move # bytes to a0
19373 mov.l %d0, %a0 # move # bytes to %a0
20159 # fout(): move from fp register to memory or data register #
20186 # opclass three move of an operand out to memory. #
20202 # If at any time an access error is flagged by one of the move- #
20240 fmov.b %fp0,%d0 # exec move out w/ correct rnd mode
20286 fmov.w %fp0,%d0 # exec move out w/ correct rnd mode
20332 fmov.l %fp0,%d0 # exec move out w/ correct rnd mode
20448 # operand is a normalized number. first, we check to see if the move out
20451 # execute the move.
20602 # move out MAY overflow:
20604 # (2) do a move w/ appropriate rnd mode
20686 # operand is a normalized number. first, we check to see if the move out
20689 # execute the move.
20813 # move out MAY overflow:
20815 # (2) do a move w/ appropriate rnd mode
21897 mov.l %d1, %d0 # move new G,R,S to %d0
21901 mov.l %d1, %d0 # move new G,R,S to %d0
23633 mov.l %d0,%d7 # move k-factor to d7
23668 mov.l (%a0),FP_SCR1(%a6) # move input to work space
23669 mov.l 4(%a0),FP_SCR1+4(%a6) # move input to work space
23670 mov.l 8(%a0),FP_SCR1+8(%a6) # move input to work space
23704 mov.w FP_SCR1(%a6),%d0 # move exp to d0
23713 bra.b A4_str # go move out ILOG
24022 fmov.x %fp0,FP_SCR1(%a6) # move Y to memory
24072 fmov.x %fp0,(%a0) # move Y to memory at FP_SCR1(a6)
24246 fmov.x %fp0,(%a0) # move abs(YINT)/10^LEN to memory
24247 mov.l 4(%a0),%d2 # move 2nd word of FP_RES to d2
24248 mov.l 8(%a0),%d3 # move 3rd word of FP_RES to d3
24251 mov.l (%a0),%d0 # move exponent to d0
24342 mov.l 4(%a2),%d2 # move word 2 to d2
24343 mov.l 8(%a2),%d3 # move word 3 to d3
24344 mov.w (%a2),%d0 # move exp to d0
24399 mov.l &2,%d0 # move 2 in to d0 for SM
24582 lsl.w &4,%d7 # move it to upper 4 bits
24780 cmpi.b EXC_VOFF(%a6),&0x30 # move in or out?