Home
last modified time | relevance | path

Searched refs:move (Results 1 – 25 of 1575) sorted by relevance

12345678910>>...63

/netbsd/src/sys/arch/amiga/dev/
Dgrf_ultms.g143 move $fffff000,sp
149 move $0,a0
150 move a0,@$fe800000
151 move $fe800030,a1
152 move 128,a0
153 move a0,*a1
154 move a0,*a1
155 move a0,*a1
156 move 0,a0
157 move a0,*a1
[all …]
/netbsd/src/sys/arch/amiga/stand/loadbsd/
Dstartit.s5 move.l sp,a3
6 move.l 4,a6
11 move.w #0x2700,sr
27 move.l (4,a3),a1 | loaded kernel
28 move.l (8,a3),d2 | length of loaded kernel
29 | move.l (12,a3),sp | entry point in stack pointer
30 move.l (12,a3),a6 | push entry point ***
31 move.l (16,a3),a0 | fastmem-start
32 move.l (20,a3),d0 | fastmem-size
33 move.l (24,a3),d1 | chipmem-size
[all …]
/netbsd/src/games/phantasia/
Dmap.c15 move(-1400, -1000); in main()
60 move(-670, 1075); in main()
63 move(-360, 80); in main()
65 move(-385, -100); in main()
67 move(-560, 80); in main()
69 move(-580, -100); in main()
83 move(340, 900); in main()
85 move(300, 840); in main()
87 move(340, -840); in main()
89 move(300, -900); in main()
[all …]
/netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
Dranges_algobase.h91 std::move(__first2), std::move(__last2), in _GLIBCXX_VISIBILITY()
92 std::move(__pred), in _GLIBCXX_VISIBILITY()
93 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY()
96 return (*this)(std::move(__first1), std::move(__last1), in _GLIBCXX_VISIBILITY()
98 std::move(__pred), in _GLIBCXX_VISIBILITY()
99 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY()
154 std::move(__pred), in _GLIBCXX_VISIBILITY()
155 std::move(__proj1), std::move(__proj2)); in _GLIBCXX_VISIBILITY()
179 { return {std::move(in), std::move(out)}; } in _GLIBCXX_VISIBILITY()
224 = ranges::__copy_or_move<true>(std::move(__first).base(), in _GLIBCXX_VISIBILITY()
[all …]
Dranges_algo.h93 std::move(__pred), std::move(__proj)); in _GLIBCXX_VISIBILITY()
121 std::move(__pred), std::move(__proj)); in _GLIBCXX_VISIBILITY()
149 std::move(__pred), std::move(__proj)); in _GLIBCXX_VISIBILITY()
172 { return {std::move(in), std::move(fun)}; } in _GLIBCXX_VISIBILITY()
188 return { std::move(__first), std::move(__f) }; in _GLIBCXX_VISIBILITY()
198 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY()
218 return {std::move(__first), std::move(__f)}; in _GLIBCXX_VISIBILITY()
220 return ranges::for_each(std::move(__first), std::move(__last), in _GLIBCXX_VISIBILITY()
221 std::move(__f), std::move(__proj)); in _GLIBCXX_VISIBILITY()
230 return {std::move(__first), std::move(__f)}; in _GLIBCXX_VISIBILITY()
[all …]
/netbsd/src/games/canfield/canfield/
Dcanfield.c260 move(moverow, boxcol); in movebox()
262 move(msgrow, boxcol); in movebox()
284 move(tboxrow, boxcol); in printtopinstructions()
286 move(tboxrow + 1, boxcol); in printtopinstructions()
288 move(tboxrow + 2, boxcol); in printtopinstructions()
290 move(tboxrow + 3, boxcol); in printtopinstructions()
292 move(tboxrow + 4, boxcol); in printtopinstructions()
294 move(tboxrow + 5, boxcol); in printtopinstructions()
296 move(tboxrow + 6, boxcol); in printtopinstructions()
298 move(tboxrow + 7, boxcol); in printtopinstructions()
[all …]
/netbsd/src/games/boggle/boggle/
Dmach.c128 move(LIST_LINE, LIST_COL); in results()
132 move(LIST_LINE + 1, LIST_COL); in results()
136 move(row + 1, col); in results()
139 move(row + 2, col); in results()
145 move(SCORE_LINE, SCORE_COL); in results()
195 move(row, col - 1); in get_line()
204 move(row, col - (int) (p - q)); in get_line()
220 move(crow, ccol); in get_line()
325 move(LIST_LINE, LIST_COL); in startwords()
344 move(crow, ccol); in addword()
[all …]
/netbsd/src/games/backgammon/common_source/
Dback.h56 struct move { struct
142 void backone(struct move *, int);
145 int checkmove(struct move *, int);
155 void getarg(struct move *, char ***);
157 void getmove(struct move *);
162 int makmove(struct move *, int);
163 int movallow(struct move *);
164 void movback(struct move *, int);
165 void moverr(struct move *, int);
166 int movokay(struct move *, int);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dira-emit.cc153 typedef struct move *move_t;
157 struct move struct
190 move_t move; in create_move() local
192 move = (move_t) ira_allocate (sizeof (struct move)); in create_move()
193 move->deps = NULL; in create_move()
194 move->deps_num = 0; in create_move()
195 move->to = to; in create_move()
196 move->from = from; in create_move()
197 move->next = NULL; in create_move()
198 move->insn = NULL; in create_move()
[all …]
/netbsd/src/external/bsd/nvi/docs/
Dhelp4 h - cursor left w - move forward a "word" n - repeat the last search
5 l - cursor right b - move backward a "word"
17 :#<Enter> - move to a line (e.g., :35<Enter> moves to line 35)
33 ^H move left by characters
34 ^J move down by lines
36 ^M move down by lines (to first non-blank)
37 ^N move down by lines
38 ^P move up by lines
43 ^W move to next screen
50 <space> move right by columns
[all …]
/netbsd/src/sys/arch/m68k/fpsp/
Dres_func.sa42 * For packed move out (fmove.p fpm,<ea>) the operation is
125 move.w CMDREG1B(a6),d0 ;get command register
142 move.w CMDREG1B(a6),d0
155 move.w LOCAL_EX(a0),d0
171 move.l ETEMP_EX(a6),FPTEMP_EX(a6) ;set up fptemp sign for
188 move.b STAG(a6),d0
198 move.b STAG(a6),d0
210 move.b STAG(a6),d0
218 * The move or operation is not with forced precision. Test for
229 * The move is fdmove or round precision is double.
[all …]
Dx_snan.sa89 move.b FPCR_ENABLE(a6),d0
97 move.b #INEX_VEC,EXC_VEC+1(a6)
109 btst.b #5,CMDREG1B(a6) ;if set, inst is move out
115 move.b (a7),VER_TMP(a6)
127 move.b VER_TMP(a6),(a7) ;format a busy frame
128 move.b #BUSY_SIZE-4,1(a7)
129 move.l USER_FPSR(a6),FPSR_SHADOW(a6)
143 move.b (a7),VER_TMP(a6)
155 move.b VER_TMP(a6),(a7) ;format a busy frame
156 move.b #BUSY_SIZE-4,1(a7) ;write busy size
[all …]
Dutil.sa132 move.w CMDREG3B(a6),d0 ;get the command word
138 move.w CMDREG3B(a6),d0 ;get the command word again
147 move.w CMDREG1B(a6),d0 ;get command word
153 move.w CMDREG1B(a6),d0 ;again get the command word
169 move.l #$00000001,d0 ;set single
172 move.l #$00000002,d0 ;set double
209 lsl.l #2,d0 ;move round precision to d0{3:2}
213 move.l (a1,d0*4),a1 ;use d0 as index to the table
316 move.w LOCAL_EX(a1),LOCAL_EX(a0) ;do not overwrite sign
317 move.l LOCAL_HI(a1),LOCAL_HI(a0)
[all …]
Dround.sa89 move.l (a1,d1.w*4),a1
109 move.l #$ffffffff,d0 ;force g,r,s to be all f's
111 move.l (a1,d1.w*4),a1
122 move.l #$ffffffff,d0 ;force g,r,s to be all f's
124 move.l (a1,d1.w*4),a1
145 move.l (a1,d1.w*4),a1
174 move.l #30,d2 ;of the sgl prec. limits
176 move.l LOCAL_HI(a0),d2 ;get word 2 for s-bit test
186 move.l #30,d2 ;of the dbl prec. limits
188 move.l LOCAL_LO(a0),d2 ;get lower mantissa for s-bit test
[all …]
Dscale.sa79 move.w FPTEMP(a6),d1 ;get dest exponent
82 move.w ETEMP(a6),d0 ;check src bounds
93 move.b DTAG(a6),d0
110 * move it to d0.
113 fmove.x ETEMP(a6),fp0 ;move in src for int
135 move.w d1,FPTEMP(a6) ;result in FPTEMP
144 move.w FPTEMP(a6),ETEMP(a6) ;result in ETEMP
145 move.l FPTEMP_HI(a6),ETEMP_HI(a6)
146 move.l FPTEMP_LO(a6),ETEMP_LO(a6)
156 move.w d1,ETEMP(a6) ;input expected in ETEMP
[all …]
/netbsd/src/libexec/ld.elf_so/arch/mips/
Drtld_start.S48 move s0, a0 # save stack pointer from a0
49 move s3, a3 # save ps_strings pointer
55 move s2, a1 # save for _rtld
61 move a1, s2 # relocbase
69 move a0, s0 # stack pointer
70 move t9, v0
72 move a3, s3 # restore ps_strings
95 move v1, gp # save old GP
115 move s0, sp
116 move a0, t8 # symbol index
[all …]
/netbsd/src/games/robots/
Dplay_level.c54 move(My_pos.y, My_pos.x); in play_level()
60 move(cp->y, cp->x); in play_level()
66 move(Min.y, Min.x); in play_level()
68 move(Max.y, Max.x); in play_level()
75 move(My_pos.y, My_pos.x); in play_level()
86 move(Y_PROMPT, X_PROMPT); in play_level()
88 move(Y_PROMPT + 1, X_PROMPT); in play_level()
102 move(Y_PROMPT, X_PROMPT); in play_level()
111 move(Y_PROMPT, X_PROMPT); in play_level()
113 move(Y_PROMPT + 1, X_PROMPT); in play_level()
Dinit_field.c88 move(0, 0); in init_field()
91 move(i, 0); in init_field()
94 move(Y_FIELDSIZE, 0); in init_field()
101 move(0, 1); in init_field()
106 move(i, X_FIELDSIZE); in init_field()
112 move(i, X_FIELDSIZE + 2); in init_field()
129 move(tely, telx); in telmsg()
/netbsd/src/sys/arch/sgimips/stand/common/
Diris_start.S45 move s0, a0 # save argc
46 move s1, a1 # save argv
47 move s2, a2 # save envp
48 move s3, ra # save RA
51 move a1, zero
56 move a0, s0 # restore argc
57 move a1, s1 # restore argv
58 move a2, s2 # restore envp
60 move ra, s3 # restore RA
Dstart.S98 move s0, a0 # save argc
99 move s1, a1 # save argv
100 move s2, a2 # save envp
101 move s3, ra # save RA
105 move a1, zero
110 move a0, s0 # restore argc
111 move a1, s1 # restore argv
112 move a2, s2 # restore envp
114 move ra, s3 # restore RA
/netbsd/src/lib/libcurses/EXAMPLES/
Dex1.c136 move(0,0); in main()
156 move( 1, 0 ); in main()
162 move( 0, 0 ); in main()
164 move( 1, 0 ); in main()
169 move( 0, 0 ); in main()
171 move( 1, 0 ); in main()
176 move( 0, 0 ); in main()
178 move( 1, 0 ); in main()
183 move( 0, 0 ); in main()
185 move( 0, 0 ); in main()
[all …]
/netbsd/src/external/gpl3/gdb/dist/gdb/
Dada-exp.y86 auto &result = m_int_storage.emplace_back (new gdb_mpz (std::move (val))); in push_integer()
165 operation_up result = std::move (op); in resolve()
168 return res->replace (std::move (result), in resolve()
193 pstate->push_new<T> (std::move (arg)); in ada_wrap()
203 operation_up addr = make_operation<unop_addr_operation> (std::move (arg));
205 = make_operation<ada_wrapped_operation> (std::move (addr));
207 wrapped = make_operation<unop_cast_operation> (std::move (wrapped), type);
208 pstate->push (std::move (wrapped));
242 argvec.push_back (std::move (lhs)); in maybe_overload()
244 argvec.push_back (std::move (rhs)); in maybe_overload()
[all …]
/netbsd/src/games/fish/
Dfish.c98 int ch, move; in main() local
125 move = usermove(); in main()
126 if (!comphand[move]) { in main()
127 if (gofish(move, USER, userhand)) in main()
130 goodmove(USER, move, userhand, comphand); in main()
135 move = compmove(); in main()
136 if (!userhand[move]) { in main()
137 if (!gofish(move, COMPUTER, comphand)) in main()
140 goodmove(COMPUTER, move, comphand, userhand); in main()
303 goodmove(int player, int move, int *hand, int *opphand) in goodmove() argument
[all …]
/netbsd/src/sys/arch/mips/mips/
Dlock_stubs_llsc.S76 move t1, a2
82 move v0, a1
85 move v0, t0
101 move t1, a2
107 move v0, a1
110 move v0, t0
128 move v0, zero
134 move t1, a2
158 move v0, zero
164 move t1, a2
[all …]
/netbsd/src/sys/arch/pmax/stand/common/
Dstartprog.S45 move t9,a0
46 move a0,a2
47 move a1,a3
55 move a2,a4
56 move a3,a5
57 move a4,a6
58 move a5,a7
61 move sp,t2 # new stack pointer

12345678910>>...63