Home
last modified time | relevance | path

Searched refs:macl (Results 1 – 25 of 30) sorted by relevance

12

/netbsd/src/sys/lib/libkern/arch/sh3/
Dsdivsi3_i4i.S80 !! this version cannot clobber r2 and r3, but can clobber macl/mach
81 lds r2, macl
101 sts macl, r2
Dmulsi3.S40 sts macl, r0
/netbsd/src/external/gpl3/gdb/dist/cpu/
Dsh64-compact.cpu164 (name h-macl)
301 (dshcop macl "Multiply-accumulate low register" () h-macl f-nil)
445 (set macl 0)
586 (set macl (subword SI result 1))))
595 (set macl (subword SI result 1))))
982 (dshci lds-macl "Load status register (MACL)"
984 "lds $rn, macl"
986 (set macl rn))
988 (dshci ldsl-macl "Load status register (MACL), post-increment"
990 "lds.l @${rn}+, macl"
[all …]
/netbsd/src/external/gpl3/binutils/dist/cpu/
Dsh64-compact.cpu164 (name h-macl)
301 (dshcop macl "Multiply-accumulate low register" () h-macl f-nil)
445 (set macl 0)
586 (set macl (subword SI result 1))))
595 (set macl (subword SI result 1))))
982 (dshci lds-macl "Load status register (MACL)"
984 "lds $rn, macl"
986 (set macl rn))
988 (dshci ldsl-macl "Load status register (MACL), post-increment"
990 "lds.l @${rn}+, macl"
[all …]
/netbsd/src/libexec/ld.elf_so/arch/sh3/
Drtld_start.S95 sts.l macl,@-r15
104 lds.l @r15+,macl
/netbsd/src/external/gpl3/gdb/dist/sim/sh/
Dinterp.c139 #define MACL saved_state.asregs.macl
1176 long prod, macl, sum; in macw() local
1181 macl = MACL; in macw()
1183 sum = prod + macl; in macw()
1186 if ((~(prod ^ macl) & (sum ^ prod)) < 0) in macw()
1207 macl (int *regs, unsigned char *memory, int n, int m) in macl() function
1210 long macl, mach; in macl() local
1221 macl = MACL; in macl()
1223 mac64 = ((long long) macl & 0xffffffff) | in macl()
1230 macl = (long) (mac64 & 0xffffffff); in macl()
[all …]
Dsh-sim.h41 int macl; member
DChangeLog-2021416 ptr, strswaplen, strnswap, dmul, macw, macl, get_loop_bounds_ext,
592 * interp.c (macl): Fix non-portable implementation.
784 * sim/sh/interp.c ( macl ): New Function. Implementation of
/netbsd/src/external/gpl3/gdb/dist/gdb/regformats/
Dreg-sh.dat24 32:macl
/netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/
Dmovepush.md184 return "clrmac\;ldmac %1,macl";
186 return "stmac macl,%0";
277 clrmac\;ldmac %1,macl
278 stmac macl,%0"
/netbsd/src/sys/arch/sh3/include/
Dlocore.h106 sts.l macl, @-r14 /* tf_macl*/ ;\
141 lds.l @r14+, macl /* tf_macl*/ ;\
/netbsd/src/external/gpl3/gcc/dist/libgcc/config/sh/
Dlib1funcs-Os-4-200.S247 lds r2,macl
259 sts macl,r2
Dlib1funcs.S983 mulu.w r4,r5 ! multiply the lsws macl=bb*dd
990 sts macl,r0
992 hiset: sts macl,r0 ! r0 = bb*dd
993 mulu.w r2,r5 ! brewing macl = aa*dd
994 sts macl,r1
995 mulu.w r3,r4 ! brewing macl = cc*bb
996 sts macl,r2
2269 sts macl,r2
Dcrt1.S422 sts.l macl,@-r15
461 lds.l @r15+,macl
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
Dh8300s.s147 ldmac er5,macl
149 stmac macl,er7
/netbsd/src/sys/arch/sh3/sh3/
Ddb_interface.c637 TF(macl); in __db_print_tfstack()
/netbsd/src/external/gpl3/binutils/dist/gas/doc/
Dc-sh.texi124 @itemx macl
/netbsd/src/external/gpl3/gdb/dist/gdb/config/djgpp/
Dfnchange.lst688 @V@/sim/testsuite/sim/sh64/compact/ldsl-macl.cgs @V@/sim/testsuite/sim/sh64/compact/macl-ldsl.cgs
690 @V@/sim/testsuite/sim/sh64/compact/stsl-macl.cgs @V@/sim/testsuite/sim/sh64/compact/macl-stsl.cgs
/netbsd/src/external/gpl3/binutils/dist/opcodes/
DChangeLog-2009588 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
DChangeLog-9899352 * m68k-opc.c (m68k_opcodes): Add divsw, divsl, divuw, divul, macl,
DChangeLog-2017643 * m68k-opc.c (m68k_opcodes): Allow macw and macl instructions to
/netbsd/src/external/gpl3/gdb/dist/opcodes/
DChangeLog-9899352 * m68k-opc.c (m68k_opcodes): Add divsw, divsl, divuw, divul, macl,
DChangeLog-2009588 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
DChangeLog-2017643 * m68k-opc.c (m68k_opcodes): Allow macw and macl instructions to
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.md2554 /* FIXME: For some reason, expanding the mul_l insn and the macl store
5162 ;; ??? This allows moves from macl to fpul to be recognized, but these moves

12