Lines Matching full:tmpr
3387 ((DI src1) (DI src2) (DI tmpr))
3390 (set tmpr (mul src1 src2))
3391 (set Rd (trunc SI tmpr))
3392 (set mof (trunc SI (srl tmpr 32)))
3393 (setf-arit DI muls src1 src2 tmpr cbit)))
3407 ((DI src1) (DI src2) (DI tmpr))
3410 (set tmpr (mul src1 src2))
3411 (set Rd (trunc SI tmpr))
3412 (set mof (trunc SI (srl tmpr 32)))
3413 (setf-arit DI mulu src1 src2 tmpr cbit)))
3643 ((SI tmpr))
3644 (set tmpr x)
3645 (or (sll (and tmpr #x1010101) 7)
3646 (or (sll (and tmpr #x2020202) 5)
3647 (or (sll (and tmpr #x4040404) 3)
3648 (or (sll (and tmpr #x8080808) 1)
3649 (or (srl (and tmpr #x10101010) 1)
3650 (or (srl (and tmpr #x20202020) 3)
3651 (or (srl (and tmpr #x40404040) 5)
3652 (srl (and tmpr #x80808080) 7)))))))))