/src/usr.sbin/memswitch/ |
properties.c | 45 0, 4, 0, {longword:0}, 0, {longword:0}, {longword:MAGIC1}, 53 4, 4, 0, {longword:0}, 0, {longword:0}, {longword:MAGIC2}, 61 30, 4, 0, {longword:0}, 0, {longword:0}, {longword:0}, 69 34, 4, 0, {longword:0}, 0, {longword:0}, {longword:0xffff0000} [all...] |
memswitch.h | 62 unsigned long longword; member in union:property::value
|
methods.c | 233 prop->modified_value.longword = v; 285 prop->modified_value.longword = v; 354 prop->modified_value.longword = v; 595 "%ld", prop->modified_value.longword); 600 "%ld", prop->current_value.longword); 611 "0x%8.8lx", prop->modified_value.longword); 616 "0x%8.8lx", prop->current_value.longword); 641 "%ld second", prop->modified_value.longword); 646 "%ld second", prop->current_value.longword);
|
memswitch.c | 357 if ((properties[PROP_MAGIC1].current_value.longword != MAGIC1) || 358 (properties[PROP_MAGIC2].current_value.longword != MAGIC2))
|
/src/lib/libc/arch/vax/gen/ |
alloca.S | 44 bicl2 $3,%sp # align to longword boundary
|
/src/common/lib/libc/arch/m68k/string/ |
memcmp.S | 63 * - longword align when possible (only on the 68020) 86 lsrl #2,%d1 | convert count to longword count 87 jeq .Lbcbloop | count 0, skip longword loop 89 CMPML((%a0)+,(%a1)+) | compare a longword
|
bcmp.S | 164 CMPML((%a0)+,(%a1)+) | compare a longword
|
/src/sys/arch/m68k/060sp/ |
netbsd060sp.S | 176 clrl %d0 |# clear whole longword 208 clrl %d0 |# clear whole longword 223 # Read an instruction longword from user memory. 226 # Read a data longword from user memory. 233 # d0 - data longword in d0 248 movel %a0@,%d0 |# fetch super longword 309 # Write a data longword to user memory. 313 # d0 - data longword in d0 329 movel %d0,%a0@ |# store super longword
|
/src/sys/arch/m68k/060sp/dist/ |
os.s | 169 dmrbs: clr.l %d0 # clear whole longword 199 dmrws: clr.l %d0 # clear whole longword 213 # d0 - data longword in d0 229 dmrls: mov.l (%a0),%d0 # fetch super longword 292 # Write a data longword to user memory. 296 # d0 - data longword in d0 313 dmwls: mov.l %d0,(%a0) # store super longword 349 # Read an instruction longword from user memory. 355 # d0 - instruction longword in d0 371 imrls: mov.l (%a0),%d0 # fetch super longword [all...] |
test.doc | 52 directive "dc.l" (define constant longword). The files can be 137 For _print_string(), the test programs pass a longword address 139 a longword number to be printed.
|
isp.s | 336 set LONG, 4 # len(longword) == 4 bytes 347 # _imem_read_{word,long}() - read instruction word/longword # 376 # This handler fetches the first instruction longword from # 872 # _imem_read_long() - read instruction longword # 873 # _dmem_read_long() - read data longword (for memory indirect) # 1618 # size = longword 1886 # word, or longword sized operands. Then, in the interest of # 1887 # simplicity, all operands are converted to longword size whether the # 1917 # the bounds are longword size. call routine to read the lower 1939 # reading a longword. sign extend both. if it's a data operation [all...] |
ilsp.doc | 61 (define constant longword). The file can be converted to other
|
ilsp.s | 91 # remainder is in first longword, quotient is in 2nd. # 282 # where U,V are words of the quadword dividend and longword divisor, # 285 # The most sig. longword of the 64 bit dividend must be in %d5, least # 305 # longword of the dividend as (0) remainder (see Knuth) and merely complete 306 # the last two divisions to get a quotient longword and word remainder: 412 # need to add back divisor longword to current ms 3 digits of dividend 788 # longword size whether the operation is byte, word, or long. The # 871 # sign extend byte to long so we can do simple longword compares. 894 # sign extend word to long so we can do simple longword compares.
|
iskeletn.s | 186 # d1 = `xxxxxxff -> longword; `xxxxxx00 -> word 205 # d1 = `xxxxxxff -> longword; `xxxxxx00 -> word
|
fplsp.doc | 61 (define constant longword). The file can be converted to other
|
fpsp.doc | 58 (define constant longword). The file can be converted to other
|
isp.doc | 66 (define constant longword). The file can be converted to other
|
/src/sys/arch/m68k/m68k/ |
copy.s | 113 * - unroll the longword copy loop (might not be good for a 68020) 114 * - longword align when possible (only on the 68020) 138 jeq .Lcibytes | count 0, skip longword loop 141 movsl (%a0)+,%d2 | copy a longword 174 * - unroll the longword copy loop (might not be good for a 68020) 175 * - longword align when possible (only on the 68020) 199 jeq .Lcobytes | count 0, skip longword loop 202 movl (%a0)+,%d2 | copy a longword
|
/src/sys/arch/luna68k/stand/boot/ |
locore.S | 278 clrw %sp@- | pad SR to longword 319 clrw %sp@- | padded to longword 418 clrw %sp@- | pad SR to longword 559 clrw %sp@- | pad SR to longword 609 clrw %sp@- | pad SR to longword
|
/src/common/lib/libc/arch/sparc64/string/ |
memset.S | 99 stx %o1, [%o0 - 8] ! Do 1 longword at a time
|
/src/sys/arch/vax/vax/ |
cpu_in_cksum.S | 132 # Align on longword boundary
|
unimpl_emul.S | 138 .word getval_longdis-0b # E longword displacement 139 .word 2f-0b # F longword displacement deferred 228 * Longword displacement mode. 258 .word 4f-0b # 4: longword 601 /* This may be bigger than a longword. Break it up. */
|
subr.S | 209 incl EV_COUNT(%r1) # increment low longword 210 adwc $0,EV_COUNT+4(%r1) # add any carry to hi longword
|
/src/sys/arch/atari/atari/ |
locore.s | 382 clrw %sp@- | padded to longword 680 clrw %sp@- | padded to longword 697 clrw %sp@- | padded to longword 712 clrw %sp@- | padded to longword
|
/src/sys/arch/mac68k/mac68k/ |
locore.s | 568 clrl %sp@- | pad SR to longword 760 clrl %sp@- | pad %SR to longword 986 swap %d0 | return the longword result
|