HomeSort by: relevance | last modified time | path
    Searched refs:MOVE (Results 1 - 7 of 7) sorted by relevancy

  /src/games/hunt/huntd/
terminal.c 44 * Move the cursor to the given position on the given player's
52 sendcom(pp, MOVE, y, x);
132 case MOVE:
  /src/games/hunt/include/
hunt_common.h 66 #define MOVE ('m' | 0200)
  /src/usr.sbin/gspa/gspa/
gsp_inst.c 93 #define MOVE 18
94 #define MOVEK (MOVE|K32)
216 {"MOVE",0x4C00, MOVEK, {EXAREG,EAREG, OPTSPEC,0}},
397 /* Opcodes for MOVE instruction */
465 if (class == MOVE && op0 && op1 && op1->type == REG) {
712 case MOVE:
716 opc = class == MOVE? move_opc[md][ms]:
  /src/games/hunt/hunt/
playit.c 113 case MOVE:
116 move(y, x);
294 move(HEIGHT, 0);
310 move(HEIGHT, 0);
331 move(HEIGHT, 0);
344 move(y, x - 1);
353 move(y, x - (cp - buf));
378 move(HEIGHT, 0);
417 move(0, 0);
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5218 mov.b &FMOV_OP,%d1 # last inst is MOVE
5454 mov.b &FMOV_OP,%d1 # last inst is MOVE
5893 mov.b &FMOV_OP,%d1 # last inst is MOVE
6408 mov.b &FMOV_OP,%d1 # last inst is MOVE
6587 mov.b &FMOV_OP,%d1 # last inst is MOVE
6846 # Note also that we use the FMOVEM instruction to move X #
7947 mov.b &FMOV_OP,%d1 # last inst is MOVE
7992 # move on to Step 2. #
8009 # polynomial in u where u = 2X/(2+X). Otherwise, move on #
8456 mov.b &FMOV_OP,%d1 # last inst is MOVE
    [all...]
fpsp.s 1171 # For UNNORM/DENORM opclass 3, the actual move out to memory is #
1508 # Separate packed move outs from the UNNORM and DENORM move outs.
1641 # The fp move out that took the "Unimplemented Data Type" exception was
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2196 # the strategy is to move the exception frame "down" 12 bytes. then, we
2236 # the strategy is to move the exception frame "down" 12 bytes. then, we
2276 # the strategy is to move the exception frame "down" 12 bytes. then, we
2986 cmpi.b %d1,&0x7 # move all regs?
3011 mov.w 0xc(%sp),0x4(%sp) # move S
    [all...]
pfpsp.s 1171 # For UNNORM/DENORM opclass 3, the actual move out to memory is #
1508 # Separate packed move outs from the UNNORM and DENORM move outs.
1641 # The fp move out that took the "Unimplemented Data Type" exception was
2177 # the only exception possible on packed move out are INEX, OPERR, and SNAN.
2196 # the strategy is to move the exception frame "down" 12 bytes. then, we
2236 # the strategy is to move the exception frame "down" 12 bytes. then, we
2276 # the strategy is to move the exception frame "down" 12 bytes. then, we
2986 cmpi.b %d1,&0x7 # move all regs?
3011 mov.w 0xc(%sp),0x4(%sp) # move S
    [all...]

Completed in 22 milliseconds