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

  /src/games/hack/
def.eshk.h 80 coord shd; /* position shop door */ member in struct:eshk
hack.shk.c 662 (u.ux == ESHK(shopkeeper)->shd.x && u.uy == ESHK(shopkeeper)->shd.y) ||
720 (u.ux == ESHK(shopkeeper)->shd.x && u.uy == ESHK(shopkeeper)->shd.y))
925 u.ux == ESHK(shkp)->shd.x && u.uy == ESHK(shkp)->shd.y) {
1005 uondoor = (u.ux == ESHK(shkp)->shd.x &&
1006 u.uy == ESHK(shkp)->shd.y);
hack.mkshop.c 194 ESHK->shd = doors[sh];
  /src/sys/arch/hppa/spmath/
impyu.S 103 shd gr0,op2,1,pu ; shift op2 left 31 for result
105 shd op2,gr0,1,pl
115 sh4n: shd pu,pl,4,pl ; shift product right 4 bits
131 shd pu,pl,4,pl ; product right 4 bits
136 shd pu,pl,4,pl ; product right 4 bits
151 shd pu,pl,2,pl ; shift product 2 bits
156 shd pu,pl,2,pl ; shift 2 bits
172 shd pu,pl,3,pl ; shift product right 3 bits
177 shd pu,pl,3,pl ; and shift 1
192 shd pu,pl,2,pl ; shift right 2 bits signe
    [all...]
impys.S 98 sh4n: shd pu,pl,4,pl ; shift product right 4 bits
114 shd pu,pl,4,pl ; product right 4 bits
119 shd pu,pl,4,pl ; product right 4 bits
134 shd pu,pl,2,pl ; shift product 2 bits
139 shd pu,pl,2,pl ; shift 2 bits
155 shd pu,pl,3,pl ; shift product right 3 bits
160 shd pu,pl,3,pl ; and shift 1
175 shd pu,pl,2,pl ; shift right 2 bits signed
180 shd pu,pl,2,pl ; right 2 unsigned, etc.
185 shd pu,pl,1,pl ; shift 1 bi
    [all...]
  /src/lib/libc/arch/hppa/string/
ffs.S 47 shd %r0,%arg0,16,%arg0 ; else shift right 16 bits
50 shd %r0,%arg0,8,%arg0 ; else shift right 8 bits
53 shd %r0,%arg0,4,%arg0 ; else shift right 4 bits
56 shd %r0,%arg0,2,%arg0 ; else shift right 2 bits
  /src/sys/lib/libkern/arch/hppa/
bcopy.S 244 shd %r0, %t1, 3, %t1 ! \
  /src/sys/arch/hppa/hppa/
trap.S 1143 shd %r0, off, 1, t /* t[1..15] = off[0..14] */ ! \
1192 shd %r17, %r0, 13, %r25 ! \
1219 shd %r17, %r0, 13, %r25 ! \
1534 shd %r17, %r0, 13, %r25

Completed in 16 milliseconds