Lines Matching refs:mem
452 (define-pmacro (set-mem-psw dest value ws)
538 (define-pmacro (alignfix-mem where)
539 (mem HI (and where #xFFFE)))
541 (define-pmacro (set-alignfix-mem where what)
542 (set (mem HI (and where #xFFFE)) what))
544 (define-pmacro (alignfix-mem-far where)
545 (mem HI (and where #xFFFFFFFE)))
547 (define-pmacro (set-alignfix-mem-far where what)
548 (set (mem HI (and where #xFFFFFFFE)) what))
556 (set-mem-psw (mem HI (and lmem8 #xFFFE)) imm16 ws2)
557 (set-mem-psw (mem QI lmem8) (and imm16 #xFF) ws2))
566 (set-mem-psw (mem HI (and hmem8 #xFFFE)) imm16 ws2)
567 (set-mem-psw (mem QI hmem8) (and imm16 #xFF) ws2))
577 (set-psw Rm (index-of Rm) (alignfix-mem lmem8) ws2)
578 (set-psw Rm (index-of Rm) (mem QI lmem8) ws2))
587 (set-psw Rm (index-of Rm) (alignfix-mem hmem8) ws2)
588 (set-psw Rm (index-of Rm) (mem QI hmem8) ws2))
598 (set-mem-psw (mem HI (and lmem8 #xFFFE)) Rm ws2)
599 (set-mem-psw (mem QI lmem8) Rm ws2))
608 (set-mem-psw (mem HI (and hmem8 #xFFFE)) Rm ws2)
609 (set-mem-psw (mem QI hmem8) Rm ws2))
619 (set-psw Rdm (index-of Rdm) (alignfix-mem Rs) ws2)
620 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI Rs)) ws2))
631 (set-psw Rdm (index-of Rdm) (alignfix-mem Rs) ws2)
632 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI Rs)) ws2))
645 (set-psw Rdm (index-of Rdm) (alignfix-mem Rs) ws2)
646 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI Rs)) ws2)))
657 (set-alignfix-mem Rs Rdm)
658 (set (mem QI Rs) Rdm))
670 (set-alignfix-mem Rs Rdm)
671 (set (mem QI Rs) Rdm))
686 (set-alignfix-mem Rs Rdm)
687 (set (mem QI Rs) Rdm)))
697 (set-psw Rdm (index-of Rdm) (alignfix-mem (add Rs imm12)) ws2)
698 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add Rs imm12))) ws2))
709 (set-psw Rdm (index-of Rdm) (alignfix-mem (add Rs imm12)) ws2)
710 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add Rs imm12))) ws2))
723 (set-psw Rdm (index-of Rdm) (alignfix-mem (add Rs imm12)) ws2)
724 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add Rs imm12))) ws2)))
735 (set-alignfix-mem (add Rs imm12) Rdm)
736 (set (mem QI (add Rs imm12)) Rdm))
748 (set-alignfix-mem (add Rs imm12) Rdm)
749 (set (mem QI (add Rs imm12)) Rdm))
764 (set-alignfix-mem (add Rs imm12) Rdm)
765 (set (mem QI (add Rs imm12)) Rdm)))
850 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (or (sll SI R8 16) Rs)) ws2)
851 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (or (sll SI R8 16) Rs))) ws2))
862 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (join SI HI R8 Rs)) ws2)
863 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (join SI HI R8 Rs))) ws2))
876 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (join SI HI R8 Rs)) ws2)
877 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (join SI HI R8 Rs))) ws2)))
888 (set-alignfix-mem-far (join SI HI R8 Rs) Rdm)
889 (set (mem QI (join SI HI R8 Rs)) Rdm))
901 (set-alignfix-mem-far (join SI HI R8 Rs) Rdm)
902 (set (mem QI (join SI HI R8 Rs)) Rdm))
917 (set-alignfix-mem-far (join SI HI R8 Rs) Rdm)
918 (set (mem QI (join SI HI R8 Rs)) Rdm)))
928 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (add (join SI HI Rb Rs) imm12)) ws2)
929 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add (join SI HI Rb Rs) imm12))) ws2))
940 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (add (join SI HI Rb Rs) imm12)) ws2)
941 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add (join SI HI Rb Rs) imm12))) ws2))
961 (set-psw Rdm (index-of Rdm) (alignfix-mem-far (add (join SI HI Rb Rs) imm12)) ws2)
962 (set-psw Rdm (index-of Rdm) (and #xFF (mem QI (add (join SI HI Rb Rs) imm12))) ws2)))
973 (set (mem HI (and (add (join SI HI Rb Rs) imm12) #xFFFFFFFE))
975 (set (mem QI (add (join SI HI Rb Rs) imm12)) Rdm))
988 (set (mem HI (and (add (join SI HI Rb Rs) imm12) #xFFFFFFFE)) Rdm)
989 (set (mem QI (add (join SI HI Rb Rs) imm12)) Rdm))
1011 (set (mem HI (and (add (join SI HI Rb Rs) imm12) #xFFFFFFFE)) Rdm)
1012 (set (mem QI (add (join SI HI Rb Rs) imm12)) Rdm)))
1041 (set (mem HI sp) Rd)
1053 (set Rd (mem HI sp)))
1503 (set-mem-psw (mem QI lmem8) (or (mem QI lmem8) (sll 1 imm3)) 0)
1511 (set-mem-psw (mem QI hmem8) (or (mem QI hmem8) (sll 1 imm3)) 0)
1538 (set-mem-psw (mem QI lmem8) (and (mem QI lmem8) (inv (sll 1 imm3))) 0)
1546 (set-mem-psw (mem QI hmem8) (and (mem QI hmem8) (inv (sll 1 imm3))) 0)
1675 (if (eq (and (mem QI lmem8) (sll 1 imm3b)) 0)
1685 (if (eq (and (mem QI hmem8) (sll 1 imm3b)) 0)
1719 (if (ne (and (mem QI lmem8) (sll 1 imm3b)) 0)
1729 (if (ne (and (mem QI hmem8) (sll 1 imm3b)) 0)
1784 (set (mem SI sp) (add pc ilen))
1826 (set (mem SI sp) (add pc ilen))
1827 (set (mem HI (add sp 4)) psw)
1866 (set pc (mem SI sp))
1867 (set psw (mem HI (add sp 4))))
1878 (set pc (mem SI sp)))
1904 (set-mem-psw R0 (udiv R0 R2) 1))
1914 (set-mem-psw R0 (div HI R0 R2) 1))
1925 (set-mem-psw R0 (div SI value (ext SI (trunc HI R2))) 1))
1936 (set-mem-psw R0 (udiv SI value R2) 1))