Home
last modified time | relevance | path

Searched refs:into (Results 1 – 25 of 3334) sorted by relevance

12345678910>>...134

/netbsd-src/sys/arch/hppa/spmath/
H A Ddivu.S76 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 carry
[all …]
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/tests/
H A Dsanitizer_quarantine_test.cc45 QuarantineBatch into; in TEST() local
46 into.init(kFakePtr, 4UL); in TEST()
50 into.merge(&from); in TEST()
52 ASSERT_EQ(into.count, 2UL); in TEST()
53 ASSERT_EQ(into.batch[0], kFakePtr); in TEST()
54 ASSERT_EQ(into.batch[1], kFakePtr); in TEST()
55 ASSERT_EQ(into.size, 12UL + sizeof(QuarantineBatch)); in TEST()
56 ASSERT_EQ(into.quarantined_size(), 12UL); in TEST()
65 ASSERT_TRUE(into.count + from.count == QuarantineBatch::kSize); in TEST()
66 ASSERT_TRUE(into.can_merge(&from)); in TEST()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check_dsn.ref16 ./smtpd_check: mapping DSN status 4.1.1 into Client host status 4.0.0
20 ./smtpd_check: mapping DSN status 4.1.2 into Client host status 4.0.0
24 ./smtpd_check: mapping DSN status 4.1.3 into Client host status 4.0.0
28 ./smtpd_check: mapping DSN status 4.1.4 into Client host status 4.0.0
32 ./smtpd_check: mapping DSN status 4.1.5 into Client host status 4.0.0
36 ./smtpd_check: mapping DSN status 4.1.6 into Client host status 4.0.0
40 ./smtpd_check: mapping DSN status 4.1.7 into Client host status 4.0.0
44 ./smtpd_check: mapping DSN status 4.1.8 into Client host status 4.0.0
58 ./smtpd_check: mapping DSN status 4.1.1 into Helo command status 4.0.0
62 ./smtpd_check: mapping DSN status 4.1.2 into Helo command status 4.0.0
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gas/doc/
H A Dc-nds32.texi178 load 32-bit integer into register rt5. @samp{sethi rt5,hi20(imm32)} and then
182 Load 32-bit address of var into register rt5. @samp{sethi rt5,hi20(var)} and
186 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
190 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
194 Load value of var into register rt5 and increment $ta by amount inc.
198 Continue loading value of var into register rt5 and increment $ta by amount inc.
202 Load value of var into register rt5 and increment $ta by amount inc.
206 Continue loading value of var into register rt5 and increment $ta by amount inc.
228 Depending on how it is assembled, it is translated into @samp{r5 rb5}
232 Branch to label depending on how it is assembled, it is translated into
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/doc/
H A Dc-nds32.texi178 load 32-bit integer into register rt5. @samp{sethi rt5,hi20(imm32)} and then
182 Load 32-bit address of var into register rt5. @samp{sethi rt5,hi20(var)} and
186 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
190 Load value of var into register rt5. @samp{sethi $ta,hi20(var)} and then
194 Load value of var into register rt5 and increment $ta by amount inc.
198 Continue loading value of var into register rt5 and increment $ta by amount inc.
202 Load value of var into register rt5 and increment $ta by amount inc.
206 Continue loading value of var into register rt5 and increment $ta by amount inc.
228 Depending on how it is assembled, it is translated into @samp{r5 rb5}
232 Branch to label depending on how it is assembled, it is translated into
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/example-synacor/
H A DREADME.arch-spec14 - programs are loaded into memory starting at address 0
20 …peration argument should be taken as reading from the register or setting into the register as app…
26 - Store into register 0 the sum of 4 and the value contained in register 1.
37 remove the top element from the stack and write it into <a>; empty stack = error
49 assign into <a> the sum of <b> and <c> (modulo 32768)
51 store into <a> the product of <b> and <c> (modulo 32768)
53 store into <a> the remainder of <b> divided by <c>
55 stores into <a> the bitwise and of <b> and <c>
57 stores into <a> the bitwise or of <b> and <c>
63 write the value from <b> into memory at address <a>
/netbsd-src/sys/lib/libkern/arch/hppa/
H A Dmilli.S483 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 carry
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/doc/man3/
H A DEVP_PKEY_settable_params.pod8 - set key parameters into a key
27 These functions can be used to set additional parameters into an existing
30 EVP_PKEY_set_params() sets one or more I<params> into a I<pkey>.
37 EVP_PKEY_set_int_param() sets an integer value I<in> into a key I<pkey> for the
40 EVP_PKEY_set_size_t_param() sets an size_t value I<in> into a key I<pkey> for
43 EVP_PKEY_set_bn_param() sets the BIGNUM value I<bn> into a key I<pkey> for the
46 EVP_PKEY_set_utf8_string_param() sets the UTF8 string I<str> into a key I<pkey>
50 size I<bsize> into a key I<pkey> for the associated field I<key_name>.
H A DOPENSSL_gmtime.pod20 OPENSSL_gmtime() returns the UTC time specified by I<timer> into the provided
30 contents of the time_t given by I<timer> are stored into the I<result>. Calling
33 OPENSSL_gmtime_adj() converts I<tm> into a days and seconds value, adds the
34 offsets, then converts back into a I<struct tm> specified by I<tm>. Leap seconds
38 structures I<from> and I<to>. The difference in days is placed into I<*pday>,
H A DEVP_PKEY_gettable_params.pod44 obtain an integer value that does not fit into a native C B<int> type will cause
46 value that is negative or does not fit into a native C B<size_t> type using
50 associated with a name of I<key_name> if it fits into C<int> type. For
51 parameters that do not fit into C<int> use EVP_PKEY_get_bn_param().
54 associated with a name of I<key_name> if it fits into C<size_t> type. For
55 parameters that do not fit into C<size_t> use EVP_PKEY_get_bn_param().
61 EVP_PKEY_get_utf8_string_param() get a key I<pkey> UTF8 string value into a
70 EVP_PKEY_get_octet_string_param() get a key I<pkey>'s octet string value into a
H A DSSL_CTX_use_certificate.pod54 These functions load the certificates and private keys into the SSL_CTX
57 The SSL_CTX_* class of functions loads the certificates and keys into the
62 The SSL_* class of functions only loads certificates and keys into a
66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>,
67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the
74 the memory location B<d> (with length B<len>) into B<ctx>,
75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>.
78 into B<ctx>. The formatting B<type> of the certificate must be specified
80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>.
85 B<file> into B<ctx>. The certificates must be in PEM format and must
[all …]
/netbsd-src/sys/arch/arm/arm/
H A Dcpufunc_asm_armv7.S188 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
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 line
270 lsl r2, ip, r2 @ and shift into position
[all …]
/netbsd-src/external/bsd/pcc/dist/pcc/arch/nova/
H A DREADME60 + lda 0,@50 # load value from indirect ZP 50 into ac0
62 * lda 2,,3 # load value from (ac3) into ac2
63 * lda 0,,2 # load value from (ac2) into ac0
66 + lda 2,50 # load value from ZP 50 into ac2
67 + lda 0,12,2 # load value from (ac2+12) into ac0
69 * lda 2,,3 # load value from (ac3) into ac2
70 * lda 0,12,2 # load value from 12(ac2) into ac0
73 + lda %2,50 # load value from ZP 50 into ac2
77 + lda %0,,%2 # load value from (ac2) into ac0
224 lbyte: movr 2,2 # get byte ID into C bit
[all …]
/netbsd-src/external/gpl3/gdb/dist/sim/testsuite/h8300/
H A Dldc.s134 stc ccr, r0l ; copy into general reg
151 stc exr, r0l ; copy into general reg
167 stc ccr, r0l ; copy into general reg
184 stc exr, r0l ; copy into general reg
201 stc ccr, r0l ; copy into general reg
219 stc exr, r0l ; copy into general reg
236 stc ccr, r0l ; copy into general reg
254 stc exr, r0l ; copy into general reg
271 stc ccr, r0l ; copy into general reg
289 stc exr, r0l ; copy into general reg
[all …]
/netbsd-src/doc/
H A DTODO.compat-module10 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 …]
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/m4/
H A Dlibgrep.m425 # Like AC_LIBOBJ, except that the module name goes into LIBGREPOBJS
26 # instead of into LIBOBJS.
30 # Like AC_REPLACE_FUNCS, except that the module name goes into LIBGREPOBJS
31 # instead of into LIBOBJS.
/netbsd-src/sys/arch/vax/boot/common/
H A Dromread.S59 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
/netbsd-src/crypto/external/cpl/tpm-tools/dist/man/man8/
H A Dtpm_nvwrite.pod13 write into the NVRAM area. Optionally an offset into the NVRAM
15 the use may provide the number of bytes to write into the
68 The offset into the NVRAM area where to start writing.
73 The name of a file from which to read data and copy them into the NVRAM area.
77 The data to write into the NVRAM area passed in the command line.
/netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man3/
H A DSSL_CTX_use_certificate.pod54 These functions load the certificates and private keys into the SSL_CTX
57 The SSL_CTX_* class of functions loads the certificates and keys into the
62 The SSL_* class of functions only loads certificates and keys into a
66 SSL_CTX_use_certificate() loads the certificate B<x> into B<ctx>,
67 SSL_use_certificate() loads B<x> into B<ssl>. The rest of the
74 the memory location B<d> (with length B<len>) into B<ctx>,
75 SSL_use_certificate_ASN1() loads the ASN1 encoded certificate into B<ssl>.
78 into B<ctx>. The formatting B<type> of the certificate must be specified
80 SSL_use_certificate_file() loads the certificate from B<file> into B<ssl>.
85 B<file> into B<ctx>. The certificates must be in PEM format and must
[all …]
/netbsd-src/distrib/syspkg/sets/text/text-groff-catman/
H A DDESCR13 input files into commands that are understood by troff;
16 troff or TeX input files into commands that are understood by
20 input files into commands that are understood by troff
30 grotty - translates the output of GNU troff into a form
/netbsd-src/usr.bin/make/unit-tests/
H A Dvardebug.exp17 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
H A Dvarmod-match-escape.exp6 ModifyWords: split "\: : \\ * \*" into 5 words
11 ModifyWords: split "\: : \\ * \*" into 5 words
22 ModifyWords: split ": :: :\:" into 3 words
30 ModifyWords: split ": :: :\:" into 3 words
/netbsd-src/external/apache2/llvm/dist/llvm/docs/GlobalISel/
H A DInstructionSelect.rst7 This pass transforms generic machine instructions into equivalent
32 possibly-generic MI into a fully target-specific equivalent.
33 It is also responsible for doing the necessary constraining of gvregs into the
37 The ``InstructionSelector`` can fold other instructions into the selected MI,
67 been baked into TableGen but this should not generally be done.
90 * isObviouslySafeToFold() - Check for reasons an instruction can't be sunk and folded into another.
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DREADME-SSE.txt23 match them. For example, this should turn into a horizontal add:
50 into:
103 into:
213 This compiles into:
258 "fold" it into the uses, producing something like this:
326 Apply the same transformation that merged four float into a single 128-bit load
332 specified. We should turn int_x86_sse_max_ss and X86ISD::FMIN etc. into other
377 "y" looks good, but "x" does silly movzwl stuff around into a GPR. It seems
401 CodeGen/X86/vec_align.ll tests whether we can turn 4 scalar loads into a single
407 2. The code for turning 4 x load into a single vector load is target
[all …]
/netbsd-src/distrib/syspkg/sets/text/text-groff-man/
H A DDESCR15 input files into commands that are understood by troff;
18 troff or TeX input files into commands that are understood by
22 input files into commands that are understood by troff
32 grotty - translates the output of GNU troff into a form

12345678910>>...134