Lines Matching refs:movts
187 (dnf f-dc-7-4 "movts zeros" () 7 4)
1843 "movts $sn,$rd"
1844 (+ OP4_FLOW16 (f-opc-8-5 #x10) (f-dc-9-1 #x0) rd sn) ;; rd is source for movts
1849 (define-pmacro (op-mmr-movts name sdreg code)
1852 (dni_wrapper (.sym "movts" name)
1855 (.str "movts $" sdreg ",$rd6")
1856 …f-dc-9-1 #x0) (f-opc-19-4 #x2) (f-dc-25-4 #x0) (f-dc-21-2 code) sdreg rd6);; rd is source for movts
1861 (dnmi (.sym "movts.l" name)
1864 (.str "movts.l $" sdreg ",$rd6")
1865 (emit (.sym "movts" name) sdreg rd6)
1874 (op-mmr-movts 6 sn6 #x0)
1875 (op-mmr-movts dma sndma #x1)
1876 (op-mmr-movts mem snmem #x2)
1877 (op-mmr-movts mesh snmesh #x3)