| /netbsd/src/external/gpl3/gcc/dist/gcc/config/bfin/ |
| D | predicates.md | 21 ;; Return nonzero iff OP is one of the integer constants 1 or 2. 26 ;; Return nonzero iff OP is one of the integer constants 2 or 4. 31 ;; Return nonzero if OP is a constant that consists of two parts; lower 33 ;; an AND operation with a sequence of two shifts. Don't return nonzero 39 ;; Return nonzero if OP is suitable as a right-hand side operand for an 46 ;; Return nonzero if OP is a register or a constant with exactly one bit 53 ;; Return nonzero if OP is a register or an integer constant. 86 ;; Return nonzero if OP is a D register. 99 ;; Return nonzero if OP is a LC register. 104 ;; Return nonzero if OP is a LT register. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | rtlanal.cc | 4807 unsigned HOST_WIDE_INT nonzero = GET_MODE_MASK (mode); in nonzero_bits1() local 4828 return nonzero; in nonzero_bits1() 4835 nonzero = GET_MODE_MASK (mode); in nonzero_bits1() 4842 return nonzero; in nonzero_bits1() 4856 nonzero &= cached_nonzero_bits (x, xmode, in nonzero_bits1() 4858 nonzero |= GET_MODE_MASK (mode) & ~GET_MODE_MASK (xmode); in nonzero_bits1() 4859 return nonzero; in nonzero_bits1() 4878 nonzero &= GET_MODE_MASK (ptr_mode); in nonzero_bits1() 4904 nonzero &= ~(alignment - 1); in nonzero_bits1() 4908 unsigned HOST_WIDE_INT nonzero_for_hook = nonzero; in nonzero_bits1() [all …]
|
| D | stab.def | 92 of the definition file. Other is nonzero if it is imported with the 104 /* GNU C++ `catch' clause. Value is its address. Desc is nonzero if
|
| D | cgraphclones.cc | 378 bool nonzero = count.ipa ().nonzero_p (); in create_clone() local 464 && nonzero in create_clone()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/h8300/ |
| D | predicates.md | 343 ;; Return nonzero if OP is a MEM suitable for bit manipulation insns. 352 ;; Return nonzero if OP is indirect register or constant memory 363 ;; Return nonzero if X is a stack pointer. 385 ;; Return nonzero if X is a constant whose absolute value is greater 395 ;; Return nonzero if X is a constant whose absolute value is no 405 ;; Return nonzero if X is a constant expressible in QImode. 414 ;; Return nonzero if X is a constant expressible in HImode. 423 ;; Return nonzero if X is a constant suitable for inc/dec. 442 ;; Return nonzero if OP is a shift operator. 459 ;; Return nonzero if X is either EQ or NE. [all …]
|
| /netbsd/src/lib/libc/compat/net/ |
| D | compat_ns_ntoa.c | 90 int nonzero = 0; in spectHex() local 105 nonzero = 1; in spectHex() 107 if (nonzero && !ok) { *p++ = 'H'; *p = 0; } in spectHex()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/iq2000/ |
| D | predicates.md | 165 ;; Return nonzero if the code of this rtx pattern is EQ or NE. 176 ;; Return nonzero if the code is a relational operations (EQ, LE, 188 ;; Return nonzero if the operand is either the PC or a label_ref. 202 ;; Return nonzero if OP is a valid operand for a call instruction. 213 ;; Return nonzero if OP is valid as a source operand for a move 227 ;; Return nonzero if OP is a constant power of 2.
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| D | macscp.exp | 61 set nonzero {[1-9][0-9]*} 69 -re "Defined at \[^\r\n\]*(${filepat}):${nonzero}\[\r\n\]" { 91 -re "^\[\r\n\]* included at \[^\r\n\]*(${filepat}):${nonzero}\[\r\n\]" { 104 -re "^\[\r\n\]*at \[^\r\n\]*(${filepat}):${nonzero}\[\r\n\]" {
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | cosh.dat | 53 # cosh(x + i*inf) = nan + i*nan for finite nonzero x 61 # cosh(x + i*nan) = nan + i*nan for finite nonzero x 119 # cosh(nan + i*y) = nan + i*nan for all nonzero y (including +/-inf)
|
| /netbsd/src/lib/libc/softfloat/bits64/ |
| D | softfloat-macros | 35 Shifts `a' right by the number of bits given in `count'. If any nonzero 39 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 62 Shifts `a' right by the number of bits given in `count'. If any nonzero 66 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 91 64 nonzero bits; this is stored at the location pointed to by `z0Ptr'. The 170 number of bits given in `count'. If any nonzero bits are shifted off, they 175 nonzero. The result is broken into two 64-bit pieces which are stored at 215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are
|
| /netbsd/src/external/gpl2/xcvs/dist/diff/ |
| D | diagmeet.note | 3 to meet along a nonzero length of diagonal simultaneous
|
| /netbsd/src/lib/libc/softfloat/bits32/ |
| D | softfloat-macros | 34 Shifts `a' right by the number of bits given in `count'. If any nonzero 38 result will be either 0 or 1, depending on whether `a' is zero or nonzero. 95 number of bits given in `count'. If any nonzero bits are shifted off, they 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32r/ |
| D | predicates.md | 34 ;; Return nonzero if the operand is suitable for use in a conditional 380 ;; Return nonzero if the operand is an insn that is a small 410 ;; Return nonzero if the operand is an insn that is a large insn.
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/v850/ |
| D | predicates.md | 156 ;; Return nonzero if the given RTX is suitable for collapsing into a 246 ;; Return nonzero if the given RTX is suitable for collapsing into 317 ;; Return nonzero if the given RTX is suitable for collapsing into a 378 ;; Return nonzero if the given RTX is suitable for collapsing into a
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/s390/ |
| D | predicates.md | 242 ;; Return nonzero if OP is a valid comparison operator 279 ;; Return nonzero if OP is a valid comparison operator for the 290 ;; Return nonzero if OP is a valid comparison operator 339 ;; Return nonzero if OP is a valid comparison operator
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/python/ |
| D | py-value.c | 1679 int nonzero = 0; /* Appease GCC warning. */ in valpy_nonzero() local 1686 nonzero = !!value_as_long (self_value->value); in valpy_nonzero() 1688 nonzero = !target_float_is_zero in valpy_nonzero() 1692 nonzero = 1; in valpy_nonzero() 1702 return nonzero; in valpy_nonzero()
|
| /netbsd/src/sys/arch/x68k/stand/common/ |
| D | chkfmt.s | 87 | d7.l: status (nonzero if error)
|
| /netbsd/src/lib/libc/arch/mips/gen/ |
| D | _setjmp.S | 130 beqz a1, 2f # make sure val is nonzero
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/ |
| D | libgcov-util.c | 990 int nonzero = 0; in compute_one_gcov() local 1013 nonzero = 1; in compute_one_gcov() 1023 if (overlap_func_level && nonzero && (!overlap_hot_only || hot)) in compute_one_gcov()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/testsuite/ |
| D | rust-demangle-expected | 156 _ZN68_$LT$core..nonzero..NonZero$LT$T$GT$$u20$as$u20$core..ops..Deref$GT$5deref17hc49056f882aa46dbE 157 <core::nonzero::NonZero<T> as core::ops::Deref>::deref
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/doc/ |
| D | tm.texi.in | 270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be 1167 a nonzero value for the expression enables this behavior. 1180 @code{PCC_BITFIELD_TYPE_MATTERS} to have a nonzero value. 1803 macro as a C expression to nonzero. Default is 0. 1828 A C expression that is nonzero if a value of mode @var{mode}, stored 1837 nonzero. 1849 @code{HARD_REGNO_NREGS_HAS_PADDING} returns nonzero, a C expression 1866 A C expression that is nonzero if it is OK to rename a hard register 1873 The default is always nonzero. 1942 which is nonzero for leaf functions. @code{current_function_is_leaf} is [all …]
|
| D | tm.texi | 270 mentioned in @code{REAL_LIBGCC_SPEC}. If nonzero, a spec will be 1286 a nonzero value for the expression enables this behavior. 1299 @code{PCC_BITFIELD_TYPE_MATTERS} to have a nonzero value. 1437 another bit-field of nonzero size. If this hook returns @code{true}, 2100 macro as a C expression to nonzero. Default is 0. 2134 A C expression that is nonzero if a value of mode @var{mode}, stored 2143 nonzero. 2155 @code{HARD_REGNO_NREGS_HAS_PADDING} returns nonzero, a C expression 2227 A C expression that is nonzero if it is OK to rename a hard register 2234 The default is always nonzero. [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/config/m32c/ |
| D | constraints.md | 108 ;;; s=signed u=unsigned n=nonzero m=minus l=log2able,
|
| /netbsd/src/crypto/external/bsd/netpgp/dist/src/lib/ |
| D | packet-parse.c | 655 unsigned nonzero; in limread_mpi() local 665 nonzero = length & 7; /* there should be this many zero bits in the in limread_mpi() 667 if (!nonzero) in limread_mpi() 668 nonzero = 8; in limread_mpi() 685 if (((unsigned)buf[0] >> nonzero) != 0 || in limread_mpi() 686 !((unsigned)buf[0] & (1U << (nonzero - 1U)))) { in limread_mpi()
|
| /netbsd/src/external/gpl3/gcc/dist/libgcc/config/rs6000/ |
| D | ibm-ldouble-format | 38 nonzero but the low part represents a value which has a bit set below
|