Home
last modified time | relevance | path

Searched refs:logical (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/
Ds390-opc.txt10 5e al RX_RRRD "add logical" g5 esa,zarch
11 1e alr RR_RR "add logical" g5 esa,zarch
41 55 cl RX_RRRD "compare logical" g5 esa,zarch
42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch
43 0f clcl RR_RR "compare logical long" g5 esa,zarch
44 95 cli SI_URD "compare logical" g5 esa,zarch
45 bd clm RS_RURD "compare logical characters under mask" g5 esa,zarch
46 15 clr RR_RR "compare logical" g5 esa,zarch
47 b25d clst RRE_RR "compare logical string" g5 esa,zarch
180 5f sl RX_RRRD "subtract logical" g5 esa,zarch
[all …]
/openbsd/src/gnu/usr.bin/binutils/opcodes/
Ds390-opc.txt10 5e al RX_RRRD "add logical" g5 esa,zarch
11 1e alr RR_RR "add logical" g5 esa,zarch
41 55 cl RX_RRRD "compare logical" g5 esa,zarch
42 d5 clc SS_L0RDRD "compare logical" g5 esa,zarch
43 0f clcl RR_RR "compare logical long" g5 esa,zarch
44 95 cli SI_URD "compare logical" g5 esa,zarch
45 bd clm RS_RURD "compare logical characters under mask" g5 esa,zarch
46 15 clr RR_RR "compare logical" g5 esa,zarch
47 b25d clst RRE_RR "compare logical string" g5 esa,zarch
180 5f sl RX_RRRD "subtract logical" g5 esa,zarch
[all …]
/openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.base/
Dm32rovly.c92 D10VTranslate (unsigned long logical, in D10VTranslate() argument
109 if (logical & (sizeof (**addr) - 1)) in D10VTranslate()
114 seg = (logical >> 24); in D10VTranslate()
115 off = (logical & 0xffffffL); in D10VTranslate()
156 physical = logical; in D10VTranslate()
Dovlymgr.c102 D10VTranslate (unsigned long logical, in D10VTranslate() argument
119 if (logical & (sizeof (**addr) - 1)) in D10VTranslate()
124 seg = (logical >> 24); in D10VTranslate()
125 off = (logical & 0xffffffL); in D10VTranslate()
166 physical = logical; in D10VTranslate()
Dd10vovly.c92 D10VTranslate (unsigned long logical, in D10VTranslate() argument
109 if (logical & (sizeof (**addr) - 1)) in D10VTranslate()
114 seg = (logical >> 24); in D10VTranslate()
115 off = (logical & 0xffffffL); in D10VTranslate()
156 physical = logical; in D10VTranslate()
/openbsd/src/gnu/gcc/libgomp/
Domp_lib.f90.in97 logical (4), intent (in) :: set
100 logical (8), intent (in) :: set
106 logical (4), intent (in) :: set
109 logical (8), intent (in) :: set
125 logical (omp_logical_kind) :: omp_get_dynamic
132 logical (omp_logical_kind) :: omp_get_nested
139 logical (omp_logical_kind) :: omp_in_parallel
146 logical (omp_logical_kind) :: omp_test_lock
Domp_lib.h.in41 logical*4 omp_get_dynamic, omp_get_nested
43 logical*4 omp_test_lock, omp_in_parallel
/openbsd/src/gnu/llvm/llvm/docs/CommandGuide/
Dllvm-debuginfo-analyzer.rst1 llvm-debuginfo-analyzer - Print a logical representation of low-level debug information.
16 binary object files and prints their contents in a logical view, which
21 The **logical view** abstracts the complexity associated with the
25 is formatted. The same logical view will be seen regardless of object
29 The logical view includes the following **logical elements**: *type*,
31 in the C/C++ programming language. Each logical element has a set of
34 attributes to include when printing a logical element. A logical element
40 layout of logical elements and attributes. The command line options can
44 be limited to specified logical elements using (:option:`--select-lines`,
48 :program:`llvm-debuginfo-analyzer` can also compare a set of logical
[all …]
/openbsd/src/sys/arch/armv7/armv7/
Darmv7_machdep.c624 u_int logical; in initarm() local
630 logical = 0x00300000; /* offset of kernel in RAM */ in initarm()
632 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical, in initarm()
633 loadaddr + logical, textsize, in initarm()
635 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical, in initarm()
636 loadaddr + logical, rodatasize, in initarm()
638 logical += pmap_map_chunk(l1pagetable, KERNEL_BASE + logical, in initarm()
639 loadaddr + logical, totalsize - (textsize + rodatasize), in initarm()
/openbsd/src/gnu/llvm/llvm/docs/HistoricalNotes/
D2001-02-06-TypeNotationDebateResp1.txt16 conclusion I do: that you have to go with familiar syntax over logical
42 introduce, no matter how logical it is. Introducing a new syntax that may
51 syntax that they have never seen that has a more logical structure. I think
57 P.S. Also, while I agree that most your syntax is more logical, there is
D2001-02-06-TypeNotationDebateResp4.txt2 > conclusion I do: that you have to go with familiar syntax over logical
48 > introduce, no matter how logical it is.
77 > syntax that they have never seen that has a more logical structure. I think
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlvms.pod41 extensions are linked. It is generally located via the logical name
150 to define a logical name I<Extshortname>, where I<Extshortname>
178 check the appropriate DECC$ feature logical, or call a conversion
181 The feature logical name DECC$FILENAME_UNIX_REPORT modifies traditional
204 The DECC$FILENAME_UNIX_REPORT logical name controls how Perl interprets
212 useable. The feature logical name DECC$POSIX_COMPLIANT_PATHNAMES is new
316 default buffer size is adjustable via the logical name PERL_MBX_SIZE
331 However, when running under a Unix shell as determined by the logical
362 assigning a value to the logical name <PERLDB_PIDS> that is not a process
386 In typical VMS style, only the first letter of the value of this logical
[all …]
Dperlreapi.pod660 the distinction between physical and logical capture buffers */
663 I32 *logical_to_parno; /* map logical parno to first physcial */
664 I32 *parno_to_logical; /* map every physical parno to logical */
666 physical with the same logical id */
708 SSize_t suboffset; /* byte offset of subbeg from logical start of str */
790 These fields are used to keep track of the number of physical and logical
794 buffers, but only one logical capture buffer. Most internals logic in the
796 logic uses logical capture buffer ids. See the next section for data-structures
801 These fields facilitate mapping between logical and physical capture
803 contains the lowest physical capture buffer id for the Kth logical
[all …]
/openbsd/src/gnu/gcc/gcc/config/m88k/
Dm88k.opt37 Add code to trap on logical shift counts larger than 31
41 Add code to handle logical shift counts larger than 31
/openbsd/src/sys/dev/pci/drm/i915/display/
Dintel_cdclk.c2975 cdclk_state->logical.cdclk = cdclk; in vlv_modeset_calc_cdclk()
2976 cdclk_state->logical.voltage_level = in vlv_modeset_calc_cdclk()
2986 cdclk_state->actual = cdclk_state->logical; in vlv_modeset_calc_cdclk()
3004 cdclk_state->logical.cdclk = cdclk; in bdw_modeset_calc_cdclk()
3005 cdclk_state->logical.voltage_level = in bdw_modeset_calc_cdclk()
3015 cdclk_state->actual = cdclk_state->logical; in bdw_modeset_calc_cdclk()
3030 vco = cdclk_state->logical.vco; in skl_dpll0_vco()
3073 cdclk_state->logical.vco = vco; in skl_modeset_calc_cdclk()
3074 cdclk_state->logical.cdclk = cdclk; in skl_modeset_calc_cdclk()
3075 cdclk_state->logical.voltage_level = in skl_modeset_calc_cdclk()
[all …]
Dintel_cdclk.h33 struct intel_cdclk_config logical; member
/openbsd/src/gnu/llvm/llvm/lib/Target/SystemZ/
DSystemZInstrVector.td147 // Load logical element and zero.
402 // Pack saturate logical.
426 // Unpack logical high.
438 // Unpack logical low.
517 // Average logical.
587 // Maximum logical.
603 // Minimum logical.
624 // Multiply and add logical high.
636 // Multiply and add logical even.
648 // Multiply and add logical odd.
[all …]
/openbsd/src/sys/isofs/cd9660/
DTODO.hibler10 Unfortunately, if the logical block size is smaller than the page size,
/openbsd/src/gnu/usr.bin/perl/vms/
Dgenopt.com13 $! either via a logical name or in the default location
/openbsd/src/usr.bin/file/magdir/
Dpsion37 >4 lelong 0x100000AC logical device driver
/openbsd/src/gnu/usr.sbin/mkhybrid/src/diag/
DREADME18 g - go to new logical sector.
55 g - go to new logical sector.
/openbsd/src/gnu/usr.bin/perl/cpan/podlators/t/data/
Dperltidyrc25 -nlop # disable vertical alignment of logical and ternary expressions
/openbsd/src/gnu/usr.bin/cvs/
DREADME.VMS85 logical CVS_RCMD_PORT to the port number where this patched rshd will be
121 can use -e or define the logical EDITOR to cause CVS to try other
127 logical name work?). If someone gets around to implementing it, we
/openbsd/src/gnu/usr.bin/gcc/gcc/config/rs6000/
Drs6000-modes.def24 For the RS/6000, we need separate modes when unsigned (logical) comparisons
/openbsd/src/regress/usr.bin/mandoc/roff/esc/
Dtwo.out_ascii14 logical: ^ v ~ <there exists> <such that> <therefore> <therefore> |

12345678910>>...15