Lines Matching refs:Rm
205 (dnf f-Rm "general register for memory" () 4 3)
206 (dnop Rm "general register for memory" () h-gr f-Rm)
574 ("mov$ws2 $Rm,$lmem8")
575 (+ OP1_8 Rm ws2 lmem8)
577 (set-psw Rm (index-of Rm) (alignfix-mem lmem8) ws2)
578 (set-psw Rm (index-of Rm) (mem QI lmem8) ws2))
584 ("mov$ws2 $Rm,$hmem8")
585 (+ OP1_A Rm ws2 hmem8)
587 (set-psw Rm (index-of Rm) (alignfix-mem hmem8) ws2)
588 (set-psw Rm (index-of Rm) (mem QI hmem8) ws2))
595 ("mov$ws2 $lmem8,$Rm")
596 (+ OP1_9 Rm ws2 lmem8)
598 (set-mem-psw (mem HI (and lmem8 #xFFFE)) Rm ws2)
599 (set-mem-psw (mem QI lmem8) Rm ws2))
605 ("mov$ws2 $hmem8,$Rm")
606 (+ OP1_B Rm ws2 hmem8)
608 (set-mem-psw (mem HI (and hmem8 #xFFFE)) Rm ws2)
609 (set-mem-psw (mem QI hmem8) Rm ws2))
797 ("mov $Rm,#$imm8small")
798 (emit movwgrimm8 Rm imm8small)
804 ("mov.w $Rm,#$imm8small")
805 (+ OP1_2 Rm OP2M_1 imm8small)
806 (set-psw Rm (index-of Rm) imm8small 1)
1626 ("b$bcond5 $Rm,#$imm8,$rel12")
1627 (+ OP1_2 OP2M_0 Rm imm8 bcond5 rel12)
1629 (set-psw-cmp Rm (index-of Rm) Rm imm8)