HomeSort by: relevance | last modified time | path
    Searched refs:into (Results 1 - 25 of 148) sorted by relevancy

1 2 3 4 5 6

  /src/sys/arch/hppa/spmath/
divu.S 76 add quo,quo,quo ; shift msb bit into carry
79 addc quo,quo,quo ; shift quo with/into carry
81 addc quo,quo,quo ; shift quo with/into carry
83 addc quo,quo,quo ; shift quo with/into carry
85 addc quo,quo,quo ; shift quo with/into carry
87 addc quo,quo,quo ; shift quo with/into carry
89 addc quo,quo,quo ; shift quo with/into carry
91 addc quo,quo,quo ; shift quo with/into carry
93 addc quo,quo,quo ; shift quo with/into carry
95 addc quo,quo,quo ; shift quo with/into carr
    [all...]
  /src/sys/arch/sun68k/stand/
README 3 The sun bootblocks are split into two parts: a small 1st-level program that
8 The 1st-level program is loaded into memory by the PROM. It loads the second
10 into it by the `installboot' program. The prototype code for the 1st-level
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
sanitizer_quarantine_test.cc 45 QuarantineBatch into; local
46 into.init(kFakePtr, 4UL);
50 into.merge(&from);
52 ASSERT_EQ(into.count, 2UL);
53 ASSERT_EQ(into.batch[0], kFakePtr);
54 ASSERT_EQ(into.batch[1], kFakePtr);
55 ASSERT_EQ(into.size, 12UL + sizeof(QuarantineBatch));
56 ASSERT_EQ(into.quarantined_size(), 12UL);
65 ASSERT_TRUE(into.count + from.count == QuarantineBatch::kSize);
66 ASSERT_TRUE(into.can_merge(&from))
    [all...]
  /src/lib/libwrap/
libwrap2netbsd 29 # libwrap2netbsd: convert a libwrap tcp_wrappers source tree into a
43 echo copying tree from $r into $d
  /src/sys/external/isc/libsodium/dist/test/default/
codecs.exp 25 [This is a journey into sound]
  /src/sys/arch/vax/boot/common/
romread.S 59 movl 52(%r11), %r7 # load iovec/bqo into %r7
60 addl3 (%r7), %r7, %r6 # load qio into %r6
75 movl 52(%r11), %r7 # load iovec/bqo into %r7
76 addl3 (%r7), %r7, %r6 # load qio into %r6
  /src/sys/modules/arch/powerpc/powerpc-booke/
bsd.powerpc-booke.mk 15 # hack into bsd.kmodule.mk
  /src/usr.bin/make/unit-tests/
varmod-match-escape.exp 6 ModifyWords: split "\: : \\ * \*" into 5 words
11 ModifyWords: split "\: : \\ * \*" into 5 words
22 ModifyWords: split ": :: :\:" into 3 words
30 ModifyWords: split ": :: :\:" into 3 words
vardebug.exp 17 ModifyWords: split "1 2 3" into 3 words
22 ModifyWords: split "1 2 3" into 3 words
28 ModifyWords: split "1 2 3" into 3 words
46 ModifyWords: split "value" into 1 word
50 ModifyWords: split "value" into 1 word
dollar.exp 41 For some reason, multiple dollars are folded into one.
47 For some reason, multiple dollars are folded into one.
opt-debug-errors-jobs.mk 24 # The line continuations in multiline commands are turned into an ordinary
34 # not merged into a single space.
  /src/doc/
TODO.compat-module 10 3. Split the sysv_ipc compat routines into their own compat_sysv module.
14 5. Extracted some net/if.c compat routines into the compat module, and
26 8. The old monolithic compat module has been broken into multiple
31 been split into several version-specific modules, and the mini-
44 12. Finished splitting the vnd_30 and vnd_50 compat code into separate
54 15. The rtsock.c code has been split into two separate source files,
64 COMPAT_xx. When found, move the actual compat code into the compat
90 into the monolithic COMPAT module on HEAD. Thus, its absence from
104 and into the compat_netbsd32 module. Unfortunately there are some
115 into "hooks"
    [all...]
  /src/sys/lib/libkern/arch/m68k/
umodsi3.S 65 movel %d1, %d0 | move the modulus into %d0
modsi3.S 74 .Lret: movl %d1, %d0 | move modulus into %d0
  /src/lib/libc/arch/sparc/gen/
fixunsdfsi.S 62 std %o0, [%sp + 64] ! get argument into fpu reg
82 st %f0, [%sp + 64] ! move into return reg
  /src/sys/dev/splash/
splash.mk 5 # Makefile for embedding splash image into kernel.
  /src/sys/external/bsd/compiler_rt/dist/lib/builtins/
fp_fixint_impl.inc 20 // Break a into sign, exponent, significand
fp_fixuint_impl.inc 18 // Break a into sign, exponent, significand
fp_extend_impl.inc 26 // run into trouble finding an appropriate CLZ function for wide source types;
63 // Break a into a sign and representation of the absolute value
74 // exponent into the proper position and rebiasing the exponent.
  /src/sys/lib/libkern/arch/hppa/
milli.S 483 add arg0,arg0,retreg ; shift msb bit into carry
485 addc retreg,retreg,retreg ; shift retreg with/into carry
487 addc retreg,retreg,retreg ; shift retreg with/into carry
489 addc retreg,retreg,retreg ; shift retreg with/into carry
491 addc retreg,retreg,retreg ; shift retreg with/into carry
493 addc retreg,retreg,retreg ; shift retreg with/into carry
495 addc retreg,retreg,retreg ; shift retreg with/into carry
497 addc retreg,retreg,retreg ; shift retreg with/into carry
499 addc retreg,retreg,retreg ; shift retreg with/into carry
501 addc retreg,retreg,retreg ; shift retreg with/into carr
    [all...]
  /src/sys/arch/arm/arm/
cpufunc_asm_armv7.S 188 lsl r2, ip, r2 @ and shift into position
189 sub ip, r2, #1 @ make into a mask
190 and r3, r0, ip @ get offset into cache line
210 * into the Dcache cleaning code.
226 lsl r2, ip, r2 @ and shift into position
227 sub ip, r2, #1 @ make into a mask
228 and r3, r0, ip @ get offset into cache line
248 lsl r2, ip, r2 @ and shift into position
249 sub ip, r2, #1 @ make into a mask
250 and r3, r0, ip @ get offset into cache lin
    [all...]
  /src/common/lib/libc/arch/m68k/string/
ffs.S 84 lsrl #1,%d1 | shift low bit into carry
  /src/distrib/common/
sunbootcd.sh 45 into a CD-ROM file system image suitable for booting on the
  /src/sys/arch/m68k/m68k/
w16copy.s 56 1: movl %d0, %d1 | copy count into %d1
57 lsrl #2, %d1 | turn %d1 into long count
108 movl %d0, %d1 | copy count into %d1
109 lsrl #2, %d1 | turn %d1 into long count
  /src/sys/stand/efiboot/bootarm/
cache.S 41 lsl r2, ip, r2 @ and shift into position
42 sub ip, r2, #1 @ make into a mask
43 and r3, r0, ip @ get offset into cache line
77 orr r3, r3, r2 @ merge set into way/set/level
83 lsl ip, ip, r2 @ shift by that into way position
87 orr r3, r3, ip @ merge way into way/set/level
126 lsl r3, r3, r1 @ shift into position

Completed in 696 milliseconds

1 2 3 4 5 6