Home
last modified time | relevance | path

Searched refs:movfs (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/testsuite/gas/epiphany/
Dallinsn.s1091 movfs ip,config
1092 movfs r3,ipend
1093 movfs r0,iret
1094 movfs fp,debug
1095 movfs sp,status
1096 movfs r1,iret
1097 movfs r2,status
1098 movfs lr,debug
1100 .global movfs symbol
1101 movfs: label
[all …]
Dsample.s119 movfs r1,imask
120 movfs r31,pc
Dallinsn.d976 a30: 811f 2002 movfs.l ip,config
977 a34: 751f 0402 movfs.l r3,ipend
978 a38: 011f 0402 movfs.l r0,iret
979 a3c: 6d1f 2002 movfs.l fp,debug
980 a40: a51f 2002 movfs.l sp,status
981 a44: 211f 0402 movfs.l r1,iret
982 a48: 4512 movfs r2,status
983 a4a: cd1f 2002 movfs.l lr,debug
985 00000a4e \<movfs\>:
986 a4e: 811f 2002 movfs.l ip,config
[all …]
Dsample.d216 196: 251f 0402 movfs.l r1,imask
217 19a: e91f 6002 movfs.l r31,pc
Dregression.d274 200: e51f e002 movfs.l r63,status
/toolchain/binutils/binutils-2.25/cpu/
Depiphany.cpu1885 "movfs $rd,$sn"
1893 (define-pmacro (op-mmr-movfs name snreg code)
1896 (dni_wrapper (.sym "movfs" name)
1899 (.str "movfs $rd6,$" snreg)
1905 (dnmi (.sym "movfs.l" name)
1908 (.str "movfs.l $rd6,$" snreg)
1909 (emit (.sym "movfs" name) rd6 snreg)
1917 (op-mmr-movfs 6 sn6 #x0)
1918 (op-mmr-movfs dma sndma #x1)
1919 (op-mmr-movfs mem snmem #x2)
[all …]
DChangeLog50 (op-mmr-movfs): Add NO-DIS attribute to movfs.l.