Searched refs:movts (Results 1 – 7 of 7) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/ |
D | allinsn.s | 1069 movts config,ip 1070 movts ipend,r3 1071 movts iret,r0 1072 movts debug,fp 1073 movts status,sp 1074 movts status,fp 1075 movts pc,fp 1076 movts imask,r0 1078 .global movts symbol 1079 movts: label [all …]
|
D | sample.s | 116 movts config,r1 117 movts status,r31
|
D | allinsn.d | 956 9f0: 810f 2002 movts.l config,ip 957 9f4: 750f 0402 movts.l ipend,r3 958 9f8: 010f 0402 movts.l iret,r0 959 9fc: 6d0f 2002 movts.l debug,fp 960 a00: a50f 2002 movts.l status,sp 961 a04: 650f 2002 movts.l status,fp 962 a08: 690f 2002 movts.l pc,fp 963 a0c: 050f 0402 movts.l imask,r0 965 00000a10 \<movts\>: 966 a10: 810f 2002 movts.l config,ip [all …]
|
D | sample.d | 214 190: 2102 movts config,r1 215 192: e50f 6002 movts.l status,r31
|
D | regression.d | 273 1fe: 0502 movts status,r0
|
/toolchain/binutils/binutils-2.25/cpu/ |
D | epiphany.cpu | 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) [all …]
|
D | ChangeLog | 49 (op-mmr-movts): Add NO-DIS attribute to movts.l.
|