| /netbsd/src/sys/lib/libkern/arch/sh3/ |
| D | sdivsi3_i4i.S | 80 !! this version cannot clobber r2 and r3, but can clobber macl/mach 81 lds r2, macl 101 sts macl, r2
|
| D | mulsi3.S | 40 sts macl, r0
|
| /netbsd/src/external/gpl3/gdb/dist/cpu/ |
| D | sh64-compact.cpu | 164 (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/ |
| D | sh64-compact.cpu | 164 (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/ |
| D | rtld_start.S | 95 sts.l macl,@-r15 104 lds.l @r15+,macl
|
| /netbsd/src/external/gpl3/gdb/dist/sim/sh/ |
| D | interp.c | 139 #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 …]
|
| D | sh-sim.h | 41 int macl; member
|
| D | ChangeLog-2021 | 416 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/ |
| D | reg-sh.dat | 24 32:macl
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | movepush.md | 184 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/ |
| D | locore.h | 106 sts.l macl, @-r14 /* tf_macl*/ ;\ 141 lds.l @r14+, macl /* tf_macl*/ ;\
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/sh/ |
| D | lib1funcs-Os-4-200.S | 247 lds r2,macl 259 sts macl,r2
|
| D | lib1funcs.S | 983 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
|
| D | crt1.S | 422 sts.l macl,@-r15 461 lds.l @r15+,macl
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/ |
| D | h8300s.s | 147 ldmac er5,macl 149 stmac macl,er7
|
| /netbsd/src/sys/arch/sh3/sh3/ |
| D | db_interface.c | 637 TF(macl); in __db_print_tfstack()
|
| /netbsd/src/external/gpl3/binutils/dist/gas/doc/ |
| D | c-sh.texi | 124 @itemx macl
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/config/djgpp/ |
| D | fnchange.lst | 688 @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/ |
| D | ChangeLog-2009 | 588 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
|
| D | ChangeLog-9899 | 352 * m68k-opc.c (m68k_opcodes): Add divsw, divsl, divuw, divul, macl,
|
| D | ChangeLog-2017 | 643 * m68k-opc.c (m68k_opcodes): Allow macw and macl instructions to
|
| /netbsd/src/external/gpl3/gdb/dist/opcodes/ |
| D | ChangeLog-9899 | 352 * m68k-opc.c (m68k_opcodes): Add divsw, divsl, divuw, divul, macl,
|
| D | ChangeLog-2009 | 588 * m68k-opc.c (m68k_opcodes): Correct mask for macl and msacl.
|
| D | ChangeLog-2017 | 643 * m68k-opc.c (m68k_opcodes): Allow macw and macl instructions to
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/ |
| D | sh.md | 2554 /* 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
|