Home
last modified time | relevance | path

Searched refs:given (Results 1 – 25 of 1137) sorted by relevance

12345678910>>...46

/openbsd-src/gnu/usr.bin/binutils/opcodes/
H A Darm-dis.c156 arm_decode_shift (given, func, stream) in arm_decode_shift() argument
157 long given; in arm_decode_shift()
161 func (stream, "%s", arm_regnames[given & 0xf]);
163 if ((given & 0xff0) != 0)
165 if ((given & 0x10) == 0)
167 int amount = (given & 0xf80) >> 7;
168 int shift = (given & 0x60) >> 5;
184 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5],
185 arm_regnames[(given & 0xf00) >> 8]);
211 print_insn_arm (pc, info, given) in print_insn_arm() argument
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darm-dis.c1153 arm_decode_shift (long given, fprintf_ftype func, void *stream) in arm_decode_shift() argument
1155 func (stream, "%s", arm_regnames[given & 0xf]); in arm_decode_shift()
1157 if ((given & 0xff0) != 0) in arm_decode_shift()
1159 if ((given & 0x10) == 0) in arm_decode_shift()
1161 int amount = (given & 0xf80) >> 7; in arm_decode_shift()
1162 int shift = (given & 0x60) >> 5; in arm_decode_shift()
1178 func (stream, ", %s %s", arm_shift[(given & 0x60) >> 5], in arm_decode_shift()
1179 arm_regnames[(given & 0xf00) >> 8]); in arm_decode_shift()
1188 print_insn_coprocessor (struct disassemble_info *info, long given, in print_insn_coprocessor() argument
1218 if ((given & 0xf0000000) == 0xf0000000) in print_insn_coprocessor()
[all …]
/openbsd-src/gnu/usr.bin/perl/t/op/
H A Dswitch.t21 CORE::given(3) {
39 given(my $x = "bar") {
47 given(my $x = "foo") {
55 given("inside") { check_outside1() }
62 given(3) {
74 given(3.14159265) {
85 given(3) {
97 given("c") {
108 given("c") {
120 given (0) { when(undef) {$ok = 0} }
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/feature/
H A Dswitch5 # No switch; given should be a bareword.
7 print STDOUT given;
9 Unquoted string "given" may clash with future reserved word at - line 3.
10 given
38 # Use switch; so given is a keyword
40 given("okay\n") { print }
46 given(1) { when(1) { print "okay" } }
52 given(1) { default { print "okay" } }
60 Can't "break" outside a given block at - line 3.
62 # switch out of scope; given should be a bareword.
[all …]
/openbsd-src/gnu/usr.bin/perl/t/lib/croak/
H A Dpp_ctl9 # NAME goto into given
12 CORE::given(1){f:}
14 Can't "goto" into a "given" block at - line 3.
16 # NAME goto from given topic expression
18 CORE::given(goto f){f:}
20 Can't "goto" into a "given" block at - line 2.
41 # NAME when outside given
47 # NAME default outside given
/openbsd-src/gnu/llvm/clang/include/clang/Basic/
H A DPPCTypes.def12 // PPC_VECTOR_TYPE(Name, Id, Size) - A PPC vector type of a given size
15 // PPC_VECTOR_MMA_TYPE(Name, Id, Size) - A PPC MMA vector type of a given
18 // PPC_VECTOR_VSX_TYPE(Name, Id, Size) - A PPC VSX vector type of a given
H A Darm_neon_incl.td57 // the given types (or if there is a type ambiguity) an error is
59 // name as given to the Inst class (not mangled).
65 // that has the variation and takes the given types, an error
117 // with the given name already exists, an error will be given at
130 // string, and must be given a type. The type is a stdint.h or
131 // NEON intrinsic type as given to (cast).
198 // typespec codes are given below.
200 // The string given to an Inst class is a sequence of typespecs. The intrinsic
/openbsd-src/gnu/llvm/lldb/tools/lldb-server/
H A DLLGSOptions.td16 defm fd: SJ<"fd", "Communicate over the given file descriptor.">,
20 defm named_pipe: SJ<"named-pipe", "Write port lldb-server will listen on to the given named pipe.">,
24 defm pipe: SJ<"pipe", "Write port lldb-server will listen on to the given file descriptor.">,
54 defm attach: SJ<"attach", "Attach to the process given by a (numeric) process id or a name.">,
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Di386.opt80 Generate code for given CPU
84 Use given assembler dialect
92 Data greater than given threshold will go into .ldata section in x86-64 medium model
96 Use given x86-64 code model
114 Generate floating point mathematics using given instruction set
218 Use given thread-local storage dialect
230 Schedule code for given CPU
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DOptionsBase.td10 // - `Groups`: Sets a given list of group numbers.
50 // - `Validator`: Sets the value to a given validator (which has to exist in
72 // - `Completions`: Sets a given kinds of completions.
101 // - `Desc`: Sets the description for the given option.
164 // Sets the available completions for the given option.
168 // Sets a single completion for the given option.
173 // Sets the validator for a given option.
/openbsd-src/gnu/llvm/llvm/docs/
H A DBugpointRedesign.md39 The interesting-ness test that’s going to be run to reduce the code is given
42 If a `--test` option is not given, the program exits; this option is similar
55 given via the following flag:
57 If unspecified, the test is run as given. It’s worth noting that the input file
64 list of passes that try to minimize the given test-case. We should be able to
87 Presently, bugpoint takes a long time to find the source problem in a given IR
H A DBlockFrequencyTerminology.rst19 outgoing edge. These are called branch probabilities. For a given block, the
26 Weights are relative to the other edges of a given predecessor block. The
27 branch probability associated with a given edge is its own weight divided by
104 multiplying these masses and loop scales together. A given block's frequency
115 from a given block during a function's execution. The idea is that bias can be
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390.opt32 Generate code for given CPU
80 Emit extra code in the function prologue in order to trap if the stack size exceeds the given limit
84 Schedule code for given CPU
96 Warn if a single function's framesize exceeds the given framesize
/openbsd-src/gnu/llvm/lldb/docs/man/
H A Dlldb.rst31 Tells the debugger to attach to a process with the given name.
35 Tells the debugger to attach to a process with the given pid.
47 Tells the debugger to wait for a process with the given pid or name to launch before attaching.
106 …Tells the debugger to read in and execute the lldb commands in the given file, before any file has…
118 …Tells the debugger to read in and execute the lldb commands in the given file, after any file has …
145 Tells the debugger to use the given filename for the reproducer.
224 Runs lldb in REPL mode with a stub process with the given flags.
258 Passing an executable as a positional argument prepares lldb to debug the given
270 to the given process.
302 commands for a given term ‐‐ this is useful for locating a command by topic.
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/tml-world/
H A Dyaml_org.tml8 given : Chris
38 given => 'Chris',
/openbsd-src/gnu/llvm/clang/docs/CommandGuide/
H A Ddiagtool.rst21 * :ref:`find_diagnostic_id` - Print the id of the given diagnostic.
23 * :ref:`show_enabled` - Show which warnings are enabled for a given command line.
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-v850.texi263 Computes the higher 16 bits of the given expression and stores it into
264 the immediate operand field of the given instruction. For example:
275 Computes the lower 16 bits of the given expression and stores it into
276 the immediate operand field of the given instruction. For example:
286 Computes the higher 16 bits of the given expression and then adds the
288 and stores the result into the immediate operand field of the given
308 Computes the 32 bit value of the given expression and stores it into
309 the immediate operand field of the given instruction (which must be a
322 field of the given instruction. For example:
339 operand field of the given instruction. For example:
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-v850.texi263 Computes the higher 16 bits of the given expression and stores it into
264 the immediate operand field of the given instruction. For example:
275 Computes the lower 16 bits of the given expression and stores it into
276 the immediate operand field of the given instruction. For example:
286 Computes the higher 16 bits of the given expression and then adds the
288 and stores the result into the immediate operand field of the given
308 Computes the 32 bit value of the given expression and stores it into
309 the immediate operand field of the given instruction (which must be a
322 field of the given instruction. For example:
339 operand field of the given instruction. For example:
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/ExtUtils-MakeMaker/lib/ExtUtils/
H A DMakeMaker.pm165 my $given = ref $val;
169 my $has = _format_att($given);
191 my $given = shift;
193 return $given eq '' ? "string/number"
194 : uc $given eq $given ? "$given reference"
195 : "$given object"
/openbsd-src/gnu/llvm/lldb/tools/driver/
H A DOptions.td15 HelpText<"Tells the debugger to attach to a process with the given name.">,
23 …HelpText<"Tells the debugger to wait for a process with the given pid or name to launch before att…
32 HelpText<"Tells the debugger to attach to a process with the given pid.">,
76 HelpText<"Runs lldb in REPL mode with a stub process with the given flags.">,
144 …HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, after any…
153 …HelpText<"Tells the debugger to read in and execute the lldb commands in the given file, before an…
/openbsd-src/gnu/usr.bin/texinfo/
H A DAUTHORS28 translation teams for a given language LL.
31 locations, no author information is given for those. See util/srclist*.
/openbsd-src/gnu/gcc/gcc/config/sparc/
H A Dsparc.opt92 Use features of and schedule code for given CPU
96 Schedule code for given CPU
100 Use given SPARC-V9 code model
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlsyn.pod223 loop or a C<given> block, it executes the statement only if the smartmatch
225 a C<next> from inside a C<foreach> and C<break> from inside a C<given>.
229 within the C<given> block's lexical scope. This restriction may
234 X<{> X<}> X<if> X<unless> X<given> X<while> X<until> X<foreach> X<for> X<continue>
264 given (EXPR) BLOCK
298 The experimental C<given> statement is I<not automatically enabled>; see
817 compiler, regardless of whether execution ever reached the line it was given
862 X<switch> X<case> X<given> X<when> X<default>
878 C<given>, C<when>, C<default>, C<continue>, and C<break>.
881 statement. The keywords C<given> an
[all...]
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/target/
H A Dllvm_target.mli82 (** Returns the pointer size in bytes for a target in a given address space.
87 in a given address space.
211 (** Emits assembly or object data for the given module to the given
215 (** Emits assembly or object data for the given module to a fresh memory
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A DSearch.pod29 A given repository can be searched for existing packages using
57 finds all packages with a given stem.

12345678910>>...46