| /openbsd-src/usr.bin/tset/ |
| H A D | tset.c | 225 int conditional; /* Baud rate conditionals bitmask. */ member 401 mapp->conditional = 0; in add_mapping() 419 if (mapp->conditional & GT) in add_mapping() 421 mapp->conditional |= LT; in add_mapping() 424 if (mapp->conditional & LT) in add_mapping() 426 mapp->conditional |= GT; in add_mapping() 430 mapp->conditional |= EQ; in add_mapping() 433 mapp->conditional |= NOT; in add_mapping() 442 if (mapp->conditional) in add_mapping() 460 if (mapp->conditional & NOT) in add_mapping() [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/cond/ |
| H A D | if.out_ascii | 4 if - the roff conditional instruction 24 Outer true condition. After conditional. 25 Outer true condition. After conditional. 26 Outer true condition. Inner true condition. After conditional. 27 Outer true condition. After conditional.
|
| H A D | close.out_ascii | 4 cond-close - closing conditional macros 21 conditional content following words with whitespace 23 conditional contentfollowing words without whitespace
|
| H A D | if.out_lint | 1 mandoc: if.in:15:2: WARNING: conditional request controls empty scope: if 2 mandoc: if.in:17:2: WARNING: conditional request controls empty scope: if
|
| H A D | de.out_ascii | 4 cond-de - close macro definition and conditional block on the same line
|
| H A D | ie.out_ascii | 4 if - the roff conditional instruction with else-clause
|
| /openbsd-src/gnu/llvm/libcxx/include/__type_traits/ |
| H A D | conditional.h | 39 struct _LIBCPP_TEMPLATE_VIS conditional { 43 struct _LIBCPP_TEMPLATE_VIS conditional<false, _If, _Then> { 49 using conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _IfRes, _ElseRes>::type; 54 using __conditional_t _LIBCPP_NODEBUG = typename conditional<_Bp, _If, _Then>::type;
|
| H A D | decay.h | 42 typedef _LIBCPP_NODEBUG typename conditional 46 typename conditional
|
| /openbsd-src/gnu/usr.bin/binutils/cpu/ |
| H A D | ChangeLog | 34 (conditional-store-double): Ditto. 35 (conditional-store-double-u): Ditto. 49 (conditional-float-binary-op): Take profiling data as an argument. 72 (conditional-media-dual-complex, media-quad-complex): Likewise. 78 (conditional-register-transfer): Ditto. 84 (conditional-float-binary-op): Ditto. 133 conditional-media-quad-arith-sat, mdunpackh, 135 conditional-media-quad-multiply, media-quad-complex-i, 137 conditional-media-quad-multiply-acc, munpackh,
|
| H A D | frv.cpu | 1465 (comment "conditional insn") 1587 (df f-cond "conditional arithmetic" () 8 1 UINT #f #f) 2725 (dnop cond "conditional arithmetic" (HASH-PREFIX) h-uint f-cond) 3185 ; Format: conditional INT, Logic, Shift r-r 3187 (define-pmacro (conditional-int-logic name operation op ope comment) 3200 (conditional-int-logic cadd add OP_58 OPE4_0 "conditional add") 3201 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub") 3202 (conditional-int-logic cand and OP_5A OPE4_0 "conditional and") 3203 (conditional-int-logic cor or OP_5A OPE4_1 "conditional or") 3204 (conditional-int-logic cxor xor OP_5A OPE4_2 "conditional xor") [all …]
|
| /openbsd-src/regress/usr.bin/mandoc/roff/while/ |
| H A D | badargs.out_lint | 1 mandoc: badargs.in:11:2: WARNING: conditional request controls empty scope: while 3 mandoc: badargs.in:11:2: WARNING: conditional request controls empty scope: while
|
| /openbsd-src/gnu/gcc/gcc/config/m32c/ |
| H A D | cond.md | 25 ; Special note about conditional instructions: GCC always emits the 27 ; insns modify the flags. However, this means that any conditional 34 ; * conditional insns that won't need reload can call 37 ; then split after reload to a separate compare and conditional. 41 ; Unfortunately, there aren't any conditional jumps with long labels, 42 ; so instead we invert the conditional and jump around a regular jump. 148 ;; We need to keep the compare and conditional sets together through 153 ;; These are the post-split patterns for the conditional sets. 169 ;; These are the pre-split patterns for the conditional sets. Yes,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/ |
| H A D | if-oppr.c | 14 #error #else block evaluated for true conditional 18 #error #if block evaluated for false conditional
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/cpu/ |
| H A D | frv.cpu | 1864 (comment "conditional insn") 1993 (df f-cond "conditional arithmetic" () 8 1 UINT #f #f) 3163 (dnop cond "conditional arithmetic" (HASH-PREFIX) h-uint f-cond) 3650 ; Format: conditional INT, Logic, Shift r-r 3652 (define-pmacro (conditional-int-logic name operation op ope comment) 3666 (conditional-int-logic cadd add OP_58 OPE4_0 "conditional add") 3667 (conditional-int-logic csub sub OP_58 OPE4_1 "conditional sub") 3668 (conditional-int-logic cand and OP_5A OPE4_0 "conditional and") 3669 (conditional-int-logic cor or OP_5A OPE4_1 "conditional or") 3670 (conditional-int-logic cxor xor OP_5A OPE4_2 "conditional xor") [all …]
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/M68k/MCTargetDesc/ |
| H A D | M68kMCCodeEmitter.cpp | 79 using type = typename std::conditional< 81 typename std::conditional< 83 typename std::conditional<Size == 32, uint32_t,
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/ |
| H A D | sanitizer_type_traits_test.cpp | 33 ASSERT_TRUE((is_same<int, conditional<true, int, double>::type>::value)); in TEST() 34 ASSERT_TRUE((is_same<double, conditional<false, int, double>::type>::value)); in TEST()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_type_traits.h | 53 struct conditional { 58 struct conditional<false, T, F> {
|
| /openbsd-src/gnu/gcc/gcc/config/frv/ |
| H A D | frv.opt | 47 Enable conditional execution other than moves/scc 59 Enable conditional moves 149 Enable optimizing &&/|| in conditional execution 153 Enable nested conditional execution optimizations
|
| /openbsd-src/gnu/usr.bin/perl/t/porting/ |
| H A D | header_parser.t | 245 …like($err,qr/Unterminated conditional block starting line 1 with last conditional operation at lin… 260 like($err,qr/Unterminated conditional block starting line 3/,
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/c4x/ |
| H A D | c4x-modes.def | 29 result with zero when a signed conditional branch or load insn 60 conditional branches and loads which only have to test the state of 64 conditional load or branch instructions that make use of this 97 The upshot is that we can not use signed branch and conditional
|
| /openbsd-src/gnu/llvm/llvm/docs/HistoricalNotes/ |
| H A D | 2001-07-06-LoweringIRForCodeGen.txt | 8 move-conditional instruction. I don't think we want to put that in the core 10 conditional move instruction in the VM, it is pretty difficult to maintain a
|
| /openbsd-src/gnu/gcc/gcc/config/c4x/ |
| H A D | c4x-modes.def | 37 result with zero when a signed conditional branch or load insn 68 conditional branches and loads which only have to test the state of 72 conditional load or branch instructions that make use of this 105 The upshot is that we cannot use signed branch and conditional
|
| /openbsd-src/gnu/usr.bin/texinfo/makeinfo/tests/ |
| H A D | defxcond.txi | 7 @c deffnx inside conditional.
|
| /openbsd-src/regress/usr.bin/mandoc/roff/de/ |
| H A D | cond.out_ascii | 4 ddee--ccoonndd - conditional execution of a user-defined macro
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | CFIVerify.rst | 69 the fallthrough (i.e. immediately succeeds) of a conditional jump, the 70 conditional jump target should be the CFI trap. If an indirect control flow 75 fallthrough of a conditional jump), if the target represents a vcall that takes
|