Lines Matching refs:tmpd

3355     ((BWD tmpd))
3356 (set tmpd (cris-get-mem BWD Rs))
3359 sub BWD (.pmacro (sz regno val) (nop)) 0 tmpd 0 cbit cbit)))
3372 ((BWD tmpd))
3373 (set tmpd Rs-dfield)
3374 (cris-set-mem BWD Rd-sfield tmpd)
3438 ((SI tmpd) (SI tmps))
3440 (set tmpd (add (sll Rd 1) (if SI nbit tmps 0)))
3441 (set Rd tmpd)
3442 (setf-move SI tmpd))
3451 ((SI tmp) (SI tmps) (SI tmpd))
3454 (set tmpd (if SI (geu tmp tmps) (sub tmp tmps) tmp))
3455 (set Rd tmpd)
3456 (setf-move SI tmpd))
3465 ((SI tmpd))
3466 (set tmpd (abs Rs))
3467 (set Rd tmpd)
3468 (setf-move SI tmpd))
3479 ((BWD tmpd))
3480 (set tmpd (and BWD Rd Rs))
3481 (set-subreg-gr BWD (regno Rd) tmpd)
3482 (setf-move BWD tmpd)))
3494 ((BWD tmpd))
3495 (set tmpd (and BWD Rd (cris-get-mem BWD Rs)))
3499 tmpd)
3500 (setf-move BWD tmpd)))
3509 ((QI tmpd))
3510 (set tmpd (and QI Rd sconst8))
3511 (set-subreg-gr QI (regno Rd) tmpd)
3512 (setf-move QI tmpd))
3520 ((HI tmpd))
3521 (set tmpd (and HI Rd sconst16))
3522 (set-subreg-gr HI (regno Rd) tmpd)
3523 (setf-move HI tmpd))
3531 ((SI tmpd))
3532 (set tmpd (and SI Rd const32))
3533 (set-subreg-gr SI (regno Rd) tmpd)
3534 (setf-move SI tmpd))
3543 ((SI tmpd))
3544 (set tmpd (and SI Rd i))
3545 (set-subreg-gr SI (regno Rd) tmpd)
3546 (setf-move SI tmpd))
3557 ((BWD tmpd))
3558 (set tmpd (or BWD Rd Rs))
3559 (set-subreg-gr BWD (regno Rd) tmpd)
3560 (setf-move BWD tmpd)))
3572 ((BWD tmpd))
3573 (set tmpd (or BWD Rd (cris-get-mem BWD Rs)))
3577 tmpd)
3578 (setf-move BWD tmpd)))
3587 ((QI tmpd))
3588 (set tmpd (or QI Rd sconst8))
3589 (set-subreg-gr QI (regno Rd) tmpd)
3590 (setf-move QI tmpd))
3598 ((HI tmpd))
3599 (set tmpd (or HI Rd sconst16))
3600 (set-subreg-gr HI (regno Rd) tmpd)
3601 (setf-move HI tmpd))
3609 ((SI tmpd))
3610 (set tmpd (or SI Rd const32))
3611 (set-subreg-gr SI (regno Rd) tmpd)
3612 (setf-move SI tmpd))
3621 ((SI tmpd))
3622 (set tmpd (or SI Rd i))
3623 (set-subreg-gr SI (regno Rd) tmpd)
3624 (setf-move SI tmpd))
3633 ((SI tmpd))
3634 (set tmpd (xor SI Rd Rs))
3635 (set Rd tmpd)
3636 (setf-move SI tmpd))
3723 ((SI tmp) (SI tmpd))
3725 (set tmpd (cris-swap 8 tmp))
3726 (set Rd-sfield tmpd)
3727 (setf-move SI tmpd))
3737 ((SI tmps) (SI tmpd))
3739 (set tmpd (cris-swap swapoption tmps))
3740 (set Rd-sfield tmpd)
3741 (setf-move SI tmpd))
3752 ((BWD tmpd) (SI cnt1) (SI cnt2))
3755 (set tmpd (sra SI (ext SI (trunc BWD Rd)) cnt2))
3756 (set-subreg-gr BWD (regno Rd) tmpd)
3757 (setf-move BWD tmpd)))
3766 ((SI tmpd))
3767 (set tmpd (sra Rd c))
3768 (set Rd tmpd)
3769 (setf-move SI tmpd))
3780 ((SI tmpd) (SI cnt))
3783 tmpd
3787 (set-subreg-gr BWD (regno Rd) tmpd)
3788 (setf-move BWD tmpd)))
3797 ((SI tmpd))
3798 (set tmpd (srl Rd c))
3799 (set Rd tmpd)
3800 (setf-move SI tmpd))
3811 ((SI tmpd) (SI cnt))
3814 tmpd
3818 (set-subreg-gr BWD (regno Rd) tmpd)
3819 (setf-move BWD tmpd)))
3828 ((SI tmpd))
3829 (set tmpd (sll Rd c))
3830 (set Rd tmpd)
3831 (setf-move SI tmpd))
3840 ((SI tmpd) (SI cnt))
3841 (set tmpd (sll Rd (sub 31 (and Rs 31))))
3842 (setf-move SI tmpd))
3851 ((SI tmpd))
3852 (set tmpd (sll Rd (sub 31 c)))
3853 (setf-move SI tmpd))
4316 ((SI tmpd) (SI tmp))
4318 (set tmpd 0)
4329 (set tmpd (add tmpd 1)))))
4331 (set Rd tmpd)
4332 (setf-move SI tmpd))