Home
last modified time | relevance | path

Searched refs:Move (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/netbsd/usr.bin/make/unit-tests/
H A Dhanoi-include.exp1 Move the upper disk from stack A to stack C.
2 Move the upper disk from stack A to stack B.
3 Move the upper disk from stack C to stack B.
4 Move the upper disk from stack A to stack C.
5 Move the upper disk from stack B to stack A.
6 Move the upper disk from stack B to stack C.
7 Move the upper disk from stack A to stack C.
8 Move the upper disk from stack A to stack B.
9 Move the upper disk from stack C to stack B.
10 Move the upper disk from stack C to stack A.
[all …]
/netbsd/games/sail/
H A Dgame.c63 int riggone = 0, Move, flank = 0; in maxmove() local
65 Move = ship->specs->bs; in maxmove()
76 Move = ship->specs->fs; in maxmove()
79 Move -= 1 + WET[windspeed][ship->specs->class-1].B; in maxmove()
82 Move -= 1 + WET[windspeed][ship->specs->class-1].C; in maxmove()
85 Move = (flank ? 2 : 1) - WET[windspeed][ship->specs->class-1].D; in maxmove()
87 Move = 0; in maxmove()
89 Move -= WET[windspeed][ship->specs->class-1].A; in maxmove()
90 Move -= riggone; in maxmove()
91 Move = Move < 0 ? 0 : Move; in maxmove()
[all …]
/netbsd/sys/arch/m68k/fpsp/
H A Dsrem_mod.sa324 Move.W D0,R(a6)
326 Move.L D1,R_Hi(a6)
327 Move.L D2,R_Lo(a6)
329 Move.W D6,Y(a6)
331 Move.L D4,Y_Hi(a6)
332 Move.L D5,Y_Lo(a6)
337 Move.L D1,R_Hi(a6)
338 Move.L D2,R_Lo(a6)
340 Move.W D0,R(a6)
346 Move.W D6,Y(a6)
[all …]
/netbsd/games/trek/
H A Drest.c77 Move.time = t; in rest()
81 if (Ship.cond != DOCKED && Move.time > t) in rest()
82 Move.time = t + 0.0001; in rest()
83 Move.free = 0; in rest()
84 Move.resting = 1; in rest()
H A Dplay.c102 Move.free = 1; in play()
103 Move.time = 0.0; in play()
104 Move.shldchg = 0; in play()
105 Move.newquad = 0; in play()
106 Move.resting = 0; in play()
H A Devents.c75 if (Move.time <= 0.0) { in events()
87 if (Move.time > 0.5 && Move.resting) in events()
95 xdate = idate + Move.time; in events()
179 Move.time = xdate - idate; in events()
412 if (!Move.resting) { in events()
457 if (restcancel && Move.resting && in events()
459 Move.time = xdate - idate; in events()
470 Ship.energy -= Param.cloakenergy * Move.time; in events()
473 rtime = 1.0 - exp(-Param.regenfac * Move.time); in events()
479 Ship.reserves -= Move.time; in events()
H A Dattack.c87 if (Move.free) in attack()
103 if (Move.shldchg) in attack()
128 if (Ship.shldup || Move.shldchg) { in attack()
170 Move.shldchg = 0; in attack()
H A Dimpulse.c87 Move.time = move(0, course, time, 0.095); in impulse()
88 Ship.energy -= 20 + 100 * Move.time * 0.095; in impulse()
H A Ddumpme.c70 Move.time += x; in dumpme()
89 Move.time = 0; in dumpme()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp570 if (Move.IsHvx != isHvx(Info)) in createLoadGroups()
590 Move.Main.push_back(Info.Inst); in createLoadGroups()
621 if (Move.IsHvx != isHvx(Info)) in createStoreGroups()
654 if (Move.IsLoad) { in move()
667 assert(Move.Deps.empty()); in move()
676 return Move.Main.size() + Move.Deps.size() > 1; in move()
681 if (!Move.IsHvx) in realignGroup()
707 std::set<Instruction *> TestSet(Move.Main.begin(), Move.Main.end()); in realignGroup()
727 Instruction *TopIn = Move.IsLoad ? Move.Main.front() : Move.Main.back(); in realignGroup()
780 if (Move.IsLoad) { in realignGroup()
[all …]
/netbsd/external/gpl3/gdb/dist/sim/bfin/
H A DChangeLog16 * machs.h (MODEL_TYPE, MACH_ATTR, BFIN_INSN_*): Move ...
837 * dv-bfin_dma.h (BFIN_MMR_DMA_SIZE): Move to ...
843 * dv-bfin_eppi.h (BFIN_MMR_EPPI_SIZE): Move to ...
845 * dv-bfin_gpio.h (BFIN_MMR_GPIO_SIZE): Move to ...
849 * dv-bfin_nfc.h (BFIN_MMR_NFC_SIZE): Move to ...
850 * dv-bfin_otp.h (BFIN_MMR_OTP_SIZE): Move to ...
853 * dv-bfin_ppi.h (BFIN_MMR_PPI_SIZE): Move to ...
854 * dv-bfin_rtc.h (BFIN_MMR_RTC_SIZE): Move to ...
856 * dv-bfin_spi.h (BFIN_MMR_SPI_SIZE): Move to ...
858 * dv-bfin_twi.h (BFIN_MMR_TWI_SIZE): Move to ...
[all …]
/netbsd/external/gpl3/gdb.old/dist/sim/bfin/
H A DChangeLog16 * machs.h (MODEL_TYPE, MACH_ATTR, BFIN_INSN_*): Move ...
837 * dv-bfin_dma.h (BFIN_MMR_DMA_SIZE): Move to ...
843 * dv-bfin_eppi.h (BFIN_MMR_EPPI_SIZE): Move to ...
845 * dv-bfin_gpio.h (BFIN_MMR_GPIO_SIZE): Move to ...
849 * dv-bfin_nfc.h (BFIN_MMR_NFC_SIZE): Move to ...
850 * dv-bfin_otp.h (BFIN_MMR_OTP_SIZE): Move to ...
853 * dv-bfin_ppi.h (BFIN_MMR_PPI_SIZE): Move to ...
854 * dv-bfin_rtc.h (BFIN_MMR_RTC_SIZE): Move to ...
856 * dv-bfin_spi.h (BFIN_MMR_SPI_SIZE): Move to ...
858 * dv-bfin_twi.h (BFIN_MMR_TWI_SIZE): Move to ...
[all …]
/netbsd/external/mpl/bind/dist/contrib/dlz/modules/ldap/testing/
H A DREADME3 - Move aside /etc/ldap/slapd.d
4 - Move slapd.conf to /etc/ldap
5 - Move dlz.schema to /etc/ldap/schema/dlz.schema
/netbsd/external/gpl3/gdb/dist/sim/ppc/
H A Ddc-complex42 ## Move to/from SPR instructions - LR=8 is munged into 0x100 == 256
52 ## Move to/from SPR instructions - separate out LR case
54 # Move to SPR
56 # Move from SPR
H A Ddc-stupid42 ## Move to/from SPR instructions - LR=8 is munged into 0x100 == 256
52 ## Move to/from SPR instructions - separate out LR case
54 # Move to SPR
56 # Move from SPR
/netbsd/external/gpl3/gdb.old/dist/sim/ppc/
H A Ddc-complex42 ## Move to/from SPR instructions - LR=8 is munged into 0x100 == 256
52 ## Move to/from SPR instructions - separate out LR case
54 # Move to SPR
56 # Move from SPR
H A Ddc-stupid42 ## Move to/from SPR instructions - LR=8 is munged into 0x100 == 256
52 ## Move to/from SPR instructions - separate out LR case
54 # Move to SPR
56 # Move from SPR
/netbsd/external/gpl3/gcc/dist/contrib/reghunt/
H A DChangeLog80 * README: Move from here ...
82 * reg_search: Move from here ...
84 * reg_periodic: Move from here ...
86 * reg_test_template: Move from here ...
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMScheduleV6.td59 // Move instructions, unconditional
73 // Move instructions, conditional
194 // FP Special Register to Integer Register File Move
263 // Integer to Single-precision Move
266 // Integer to Double-precision Move
269 // Single-precision to Integer Move
272 // Double-precision to Integer Move
/netbsd/external/gpl3/gdb/dist/cpu/
H A Dxstormy16.cpu536 ; Move Operations
551 "Move immediate to low memory"
561 "Move immediate to high memory"
572 "Move low memory to register"
582 "Move high memory to register"
593 "Move low memory register to byte"
603 "Move high memory register to byte"
779 "Move 8-bit immediate"
786 "Move 8-bit immediate"
827 "Move 8 low bits to general register"
[all …]
/netbsd/external/gpl3/binutils/dist/cpu/
H A Dxstormy16.cpu536 ; Move Operations
551 "Move immediate to low memory"
561 "Move immediate to high memory"
572 "Move low memory to register"
582 "Move high memory to register"
593 "Move low memory register to byte"
603 "Move high memory register to byte"
779 "Move 8-bit immediate"
786 "Move 8-bit immediate"
827 "Move 8 low bits to general register"
[all …]
/netbsd/external/gpl3/binutils.old/dist/cpu/
H A Dxstormy16.cpu536 ; Move Operations
551 "Move immediate to low memory"
561 "Move immediate to high memory"
572 "Move low memory to register"
582 "Move high memory to register"
593 "Move low memory register to byte"
603 "Move high memory register to byte"
779 "Move 8-bit immediate"
786 "Move 8-bit immediate"
827 "Move 8 low bits to general register"
[all …]
/netbsd/external/gpl3/gdb.old/dist/cpu/
H A Dxstormy16.cpu536 ; Move Operations
551 "Move immediate to low memory"
561 "Move immediate to high memory"
572 "Move low memory to register"
582 "Move high memory to register"
593 "Move low memory register to byte"
603 "Move high memory register to byte"
779 "Move 8-bit immediate"
786 "Move 8-bit immediate"
827 "Move 8 low bits to general register"
[all …]
/netbsd/external/gpl3/gdb/dist/gdbsupport/
H A DChangeLog84 Move function here from gdb/infcmd.c, gdb/inferior.h
114 * event-loop.c: Move comment. Remove obsolete comment.
118 * event-loop.h: Move from ../gdb/.
119 * event-loop.cc: Move from ../gdb/.
127 * gdb_select.h: Move from ../gdb/.
232 * warning.m4: Move here, from gdb/warning.m4.
276 * common.m4 (GDB_AC_COMMON): Move many checks from
/netbsd/external/gpl3/gdb.old/dist/gdbsupport/
H A DChangeLog84 Move function here from gdb/infcmd.c, gdb/inferior.h
114 * event-loop.c: Move comment. Remove obsolete comment.
118 * event-loop.h: Move from ../gdb/.
119 * event-loop.cc: Move from ../gdb/.
127 * gdb_select.h: Move from ../gdb/.
232 * warning.m4: Move here, from gdb/warning.m4.
276 * common.m4 (GDB_AC_COMMON): Move many checks from

12345678910>>...60