| /netbsd-src/lib/libnvmm/ |
| H A D | libnvmm_x86.c | 1824 node_overflow(struct x86_decode_fsm *fsm, struct x86_instr *instr) in node_overflow() argument 1826 fsm->fn = NULL; in node_overflow() 1831 fsm_read(struct x86_decode_fsm *fsm, uint8_t *bytes, size_t n) in fsm_read() argument 1833 if (fsm->buf + n > fsm->end) { in fsm_read() 1836 memcpy(bytes, fsm->buf, n); in fsm_read() 1841 fsm_advance(struct x86_decode_fsm *fsm, size_t n, in fsm_advance() argument 1844 fsm->buf += n; in fsm_advance() 1845 if (fsm->buf > fsm->end) { in fsm_advance() 1846 fsm->fn = node_overflow; in fsm_advance() 1848 fsm->fn = fn; in fsm_advance() [all …]
|
| /netbsd-src/sbin/newfs_ext2fs/ |
| H A D | mke2fs.c | 784 static const struct fsm { in zap_old_sblock() struct 798 const struct fsm *fsm; in zap_old_sblock() local 833 for (fsm = fs_magics;; fsm++) { in zap_old_sblock() 835 if (fsm->mask == 0) in zap_old_sblock() 837 v = oldfs[fsm->offset]; in zap_old_sblock() 838 if ((v & fsm->mask) == fsm->magic || in zap_old_sblock() 839 (bswap32(v) & fsm in zap_old_sblock() 785 offsetzap_old_sblock::fsm zap_old_sblock() argument 786 magiczap_old_sblock::fsm zap_old_sblock() argument 787 maskzap_old_sblock::fsm zap_old_sblock() argument [all...] |
| /netbsd-src/sbin/newfs/ |
| H A D | mkfs.c | 1593 static const struct fsm { in zap_old_sblock() struct 1605 const struct fsm *fsm; in zap_old_sblock() local 1631 for (fsm = fs_magics; ; fsm++) { in zap_old_sblock() 1633 if (fsm->mask == 0) in zap_old_sblock() 1635 v = oldfs[fsm->offset]; in zap_old_sblock() 1636 if ((v & fsm->mask) == fsm->magic || in zap_old_sblock() 1637 (bswap32(v) & fsm->mask) == fsm->magic) in zap_old_sblock() 1642 oldfs[fsm->offset] = 0; in zap_old_sblock()
|
| /netbsd-src/usr.sbin/ldpd/ |
| H A D | Makefile | 9 fsm.c \
|
| /netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
| H A D | stih407-pinctrl.dtsi | 1225 fsm { 1226 pinctrl_fsm: fsm { 1228 spi-fsm-clk = <&pio40 1 ALT1 OUT>; 1229 spi-fsm-cs = <&pio40 0 ALT1 OUT>; 1230 spi-fsm-mosi = <&pio40 2 ALT1 OUT>; 1231 spi-fsm-miso = <&pio40 3 ALT1 IN>; 1232 spi-fsm-hol = <&pio40 5 ALT1 OUT>; 1233 spi-fsm-wp = <&pio40 4 ALT1 OUT>;
|
| H A D | stih407-family.dtsi | 620 compatible = "st,spi-fsm"; 622 reg-names = "spi-fsm";
|
| /netbsd-src/external/gpl3/binutils/dist/ld/emultempl/ |
| H A D | spu_ovl.S | 430 fsm zovl, zovl # 1,4 70
|
| /netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| H A D | spu_ovl.S | 430 fsm zovl, zovl # 1,4 70
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
| H A D | params.opt | 105 -param=fsm-maximum-phi-arguments= 109 -param=fsm-scale-path-blocks= 113 -param=fsm-scale-path-stmts= 433 -param=max-fsm-thread-length= 437 -param=max-fsm-thread-path-insns= 441 -param=max-fsm-thread-paths=
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/ |
| H A D | params.opt | 156 -param=fsm-scale-path-blocks= 160 -param=fsm-scale-path-stmts= 520 -param=max-fsm-thread-length= 524 -param=max-fsm-thread-path-insns=
|
| H A D | ChangeLog-2021 | 9226 * doc/invoke.texi: Document --param=max-fsm-thread-length. 9227 * params.opt: Add --param=max-fsm-thread-length. 9230 longer than max-fsm-thread-length. 9725 * doc/invoke.texi: Remove max-fsm-thread-length, 9726 max-fsm-thread-paths, and fsm-maximum-phi-arguments.
|
| H A D | ChangeLog-2014 | 1927 * params.def (max-fsm-thread-path-insns, max-fsm-thread-length, 1928 max-fsm-thread-paths): New. 1930 * doc/invoke.texi (max-fsm-thread-path-insns, max-fsm-thread-length, 1931 max-fsm-thread-paths): Documented.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
| H A D | spu-builtins.md | 306 "fsm\t%0,%1"
|
| H A D | spu.md | 2763 ;; fsm is used after rotam to replicate the sign across the whole register. 2768 "fsm\t%0,%1" 4037 "fsm\t%0,%1"
|
| /netbsd-src/external/gpl3/gdb/dist/sim/testsuite/bfin/ |
| H A D | ChangeLog-2021 | 341 eu_dsp32mac_s.s, events.s, f221.s, fact.s, fir.s, fsm.s, greg2.s,
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2016 | 6264 (until_break_command): Pass command interpreter to thread fsm 6273 fsm ctor. Pass thread pointer to fsm clean up method. 6277 (step_command_fsm_prepare): Remove references to fsm's thread 6280 fsm ctor. Pass thread pointer to fsm clean up method. 6286 (until_next_command): Pass command interpreter to thread fsm ctor. 6293 (finish_command): Pass command interpreter to thread fsm ctor. 6295 * infrun.c (follow_fork): Move thread fsm to child fork instead of 6299 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up 6301 (fetch_inferior_event): Pass thread to fsm should_stop method. 6302 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter. [all …]
|
| H A D | ChangeLog-2015 | 4337 * breakpoint.c: Include "thread-fsm.h". 4379 * thread-fsm.c (thread_fsm_should_notify_stop): New function. 4380 (thread-fsm.h) <struct thread_fsm_ops>: New field. 4385 * Makefile.in (COMMON_OBS): Add thread-fsm.o. 4394 * infcmd.c: Include thread-fsm.h. 4425 * infrun.c: Include "thread-fsm.h". 4443 * thread-fsm.c: New file. 4444 * thread-fsm.h: New file. 4445 * thread.c: Include "thread-fsm.h". 4451 * mi/mi-interp.c: Include "thread-fsm.h".
|
| H A D | ChangeLog-2019 | 15408 * thread-fsm.h (struct thread_fsm): Add constructor, destructor, 15476 * thread-fsm.c: Remove. 15477 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2016 | 6264 (until_break_command): Pass command interpreter to thread fsm 6273 fsm ctor. Pass thread pointer to fsm clean up method. 6277 (step_command_fsm_prepare): Remove references to fsm's thread 6280 fsm ctor. Pass thread pointer to fsm clean up method. 6286 (until_next_command): Pass command interpreter to thread fsm ctor. 6293 (finish_command): Pass command interpreter to thread fsm ctor. 6295 * infrun.c (follow_fork): Move thread fsm to child fork instead of 6299 (clean_up_just_stopped_threads_fsms): Pass thread to fsm clean_up 6301 (fetch_inferior_event): Pass thread to fsm should_stop method. 6302 * thread-fsm.c (thread_fsm_ctor): Add 'cmd_interp' parameter. [all …]
|
| H A D | ChangeLog-2015 | 4337 * breakpoint.c: Include "thread-fsm.h". 4379 * thread-fsm.c (thread_fsm_should_notify_stop): New function. 4380 (thread-fsm.h) <struct thread_fsm_ops>: New field. 4385 * Makefile.in (COMMON_OBS): Add thread-fsm.o. 4394 * infcmd.c: Include thread-fsm.h. 4425 * infrun.c: Include "thread-fsm.h". 4443 * thread-fsm.c: New file. 4444 * thread-fsm.h: New file. 4445 * thread.c: Include "thread-fsm.h". 4451 * mi/mi-interp.c: Include "thread-fsm.h".
|
| H A D | ChangeLog-2019 | 15408 * thread-fsm.h (struct thread_fsm): Add constructor, destructor, 15476 * thread-fsm.c: Remove. 15477 * Makefile.in (COMMON_SFILES): Remove thread-fsm.c.
|
| H A D | ChangeLog-2017 | 1473 registry.o, thread-fsm.o, debug.o. 1475 thread-fsm.c, debug.c.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/arc/ |
| H A D | arc.md | 430 ;; ??? There's a nasty interaction between the conditional execution fsm
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/arc/ |
| H A D | arc.md | 431 ;; ??? There's a nasty interaction between the conditional execution fsm
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | invoke.texi | 12997 @item max-fsm-thread-path-insns 13001 @item max-fsm-thread-length 13005 @item max-fsm-thread-paths 13145 @item fsm-scale-path-stmts 13149 @item fsm-maximum-phi-arguments 13161 @item fsm-scale-path-blocks
|