Searched refs:COND (Results 1 - 25 of 51) sorted by relevance

123

/openbsd-current/sys/arch/sparc64/sparc64/
H A Ddb_disasm.c88 #define COND(x) (((x) & 0xf) << 25) macro
113 /* COND condition codes field... */
221 {(FORMAT2(0, 2) | COND(8)), "ba", "a,m"},
222 {(FORMAT2(0, 2) | COND(0)), "bn", "a,m"},
223 {(FORMAT2(0, 2) | COND(9)), "bne", "a,m"},
224 {(FORMAT2(0, 2) | COND(1)), "be", "a,m"},
225 {(FORMAT2(0, 2) | COND(10)), "bg", "a,m"},
226 {(FORMAT2(0, 2) | COND(2)), "ble", "a,m"},
227 {(FORMAT2(0, 2) | COND(11)), "bge", "a,m"},
228 {(FORMAT2(0, 2) | COND(
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dusing6.C3 #define assert(COND) if (!(COND)) return 1
/openbsd-current/sys/dev/pci/drm/i915/
H A Di915_utils.h267 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \
275 /* Guarantee COND check prior to timeout */ \
277 if (COND) { \
292 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \
294 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000)
303 #define _wait_for_atomic(COND, US, ATOMIC) \
317 /* Guarantee COND check prior to timeout */ \
319 if (COND) { \
[all...]
H A Dintel_pcode.c167 #define COND \ macro
176 if (COND) {
180 ret = _wait_for(COND, timeout_base_ms * 1000, 10, 10);
198 ret = wait_for_atomic(COND, 50);
204 #undef COND macro
/openbsd-current/gnu/usr.bin/binutils/binutils/
H A Dsyslex.l69 "cond" { return COND;}
H A Dsysinfo.y47 %token COND
231 cond_it_field: '(' COND NAME
/openbsd-current/gnu/usr.bin/binutils-2.17/binutils/
H A Dsyslex.l78 "cond" { return COND;}
H A Dsysinfo.y43 %token COND
227 cond_it_field: '(' COND NAME
/openbsd-current/gnu/usr.bin/binutils/opcodes/
H A Darc-opc.c97 'q' COND condition code field
196 #define COND (DELAY + 1) macro
200 #define FORCELIMM (COND + 1)
440 { "al", 0, COND, 0 },
441 { "ra", 0, COND, 0 },
442 { "eq", 1, COND, 0 },
443 { "z", 1, COND, 0 },
444 { "ne", 2, COND, 0 },
445 { "nz", 2, COND, 0 },
446 { "pl", 3, COND,
[all...]
H A Dfrv-opc.c1556 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1562 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1568 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1574 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1580 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1586 { { MNEM, OP (PACK), ' ', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1592 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRDOUBLEK), ',', OP (CCI), ',', OP (COND), 0 } },
1598 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1604 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1610 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND),
[all...]
H A Dsparc-opc.c107 #define COND(x) (((x)&0xf)<<25)
115 #define CONDA (COND(0x8))
116 #define CONDCC (COND(0xd))
117 #define CONDCS (COND(0x5))
118 #define CONDE (COND(0x1))
119 #define CONDG (COND(0xa))
120 #define CONDGE (COND(0xb))
121 #define CONDGU (COND(0xc))
122 #define CONDL (COND(0x3))
123 #define CONDLE (COND(
106 #define COND macro
[all...]
/openbsd-current/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-opc.c140 'q' COND condition code field
239 #define COND (DELAY + 1)
243 #define FORCELIMM (COND + 1)
1504 { "al", 0, COND, 0 },
1505 { "ra", 0, COND, 0 },
1506 { "eq", 1, COND, 0 },
1507 { "z", 1, COND, 0 },
1508 { "ne", 2, COND, 0 },
1509 { "nz", 2, COND, 0 },
1510 { "pl", 3, COND,
238 #define COND macro
[all...]
H A Dfrv-opc.c1654 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1660 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1666 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1672 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1678 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1684 { { MNEM, OP (PACK), ' ', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1690 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRDOUBLEK), ',', OP (CCI), ',', OP (COND), 0 } },
1696 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1702 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND), 0 } },
1708 { { MNEM, OP (PACK), ' ', OP (GRI), ',', OP (GRJ), ',', OP (GRK), ',', OP (CCI), ',', OP (COND),
[all...]
H A Dsparc-opc.c105 #define COND(x) (((x) & 0xf) << 25)
113 #define CONDA (COND (0x8))
114 #define CONDCC (COND (0xd))
115 #define CONDCS (COND (0x5))
116 #define CONDE (COND (0x1))
117 #define CONDG (COND (0xa))
118 #define CONDGE (COND (0xb))
119 #define CONDGU (COND (0xc))
120 #define CONDL (COND (0x3))
121 #define CONDLE (COND (
104 #define COND macro
[all...]
H A Dxc16x-opc.c1985 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1991 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1997 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2003 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2009 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2015 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2021 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2027 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2033 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
2039 { { MNEM, ' ', OP (COND), ',', O
[all...]
/openbsd-current/usr.bin/openssl/
H A Dspeed.c937 #define COND(c) (run && count<0x7fffffff) macro
946 for (count = 0, run = 1; COND(c[D_MD4][j]); count++)
959 for (count = 0, run = 1; COND(c[D_MD5][j]); count++)
982 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) {
1007 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++)
1018 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++)
1031 for (count = 0, run = 1; COND(c[D_SHA512][j]); count++)
1045 for (count = 0, run = 1; COND(c[D_WHIRLPOOL][j]); count++)
1058 for (count = 0, run = 1; COND(c[D_RMD160][j]); count++)
1070 for (count = 0, run = 1; COND(
[all...]
/openbsd-current/sys/dev/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/openbsd-current/gnu/usr.bin/perl/t/porting/
H A Dbench.t597 COND conditional branches
620 COND 100.00 NNN.NN
650 COND 100.00 NNN.NN NNN.NN NNN.NN
693 COND NNNNNN.N
719 COND NNNNNN.N
759 COND NNNNNN.N NNNNNN.N
783 Ir Dr Dw COND IND COND_m IND_m Ir_m1 Dr_m1 Dw_m1 Ir_mm Dr_mm Dw_mm
830 COND 100.00 NNN.NN
851 Ir Dr Dw COND IND COND_m IND_m Ir_m1 Dr_m1 Dw_m1 Ir_mm Dr_mm Dw_mm
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator in enum:clang::CXXForRangeStmt::__anon71
138 // SubExprs[COND] and SubExprs[INC] are expressions.
166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); }
181 return cast_or_null<Expr>(SubExprs[COND]);
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); }
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c255 rearranged into a COND provided we can enumerate all possible
257 tests of the COND; the value of the expression given that combination is
1169 case COND:
1173 "first operand of COND must have even length");
1221 is expanded later by make_canonical into a COND. In a non-constant
1238 It becomes a COND with each test being (eq_attr "alternative "n") */
1257 /* Make a COND with all tests but the last. Select the last value via the
1259 condexp = rtx_alloc (COND);
1375 /* Given a constant SYMBOL_REF expression, convert to a COND that
1391 /* Make a COND wit
[all...]
H A Dcpplib.c69 /* Values for the flags field of struct directive. COND indicates a
76 #define COND (1 << 0) macro
149 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \
150 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \
151 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
152 D(else, T_ELSE, KANDR, COND) /* 9863 */ \
153 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \
156 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
413 if (pfile->state.skipping && !(dir->flags & COND))
/openbsd-current/gnu/gcc/gcc/
H A Dgenattrtab.c965 case COND:
969 "first operand of COND must have even length");
1016 is expanded later by make_canonical into a COND. In a non-constant
1032 It becomes a COND with each test being (eq_attr "alternative" "n") */
1049 /* Make a COND with all tests but the last. Select the last value via the
1051 condexp = rtx_alloc (COND);
1162 expressions by converting them into a COND. This removes cases from this
1194 This makes the COND something that won't be considered an arbitrary
1201 newexp = rtx_alloc (COND);
1209 /* Fall through to COND cas
[all...]
/openbsd-current/sys/dev/ic/
H A Dlsi64854.c150 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
152 while ((COND) && --count > 0) DELAY(1); \
/openbsd-current/gnu/gcc/libcpp/
H A Ddirectives.c65 /* Values for the flags field of struct directive. COND indicates a
72 #define COND (1 << 0) macro
139 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \
140 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \
141 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
142 D(else, T_ELSE, KANDR, COND) /* 9863 */ \
143 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \
146 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
443 if (pfile->state.skipping && !(dir->flags & COND))
/openbsd-current/gnu/gcc/gcc/config/mips/
H A Dmips.c228 /* Invokes MACRO (COND) for each c.cond.fmt condition. */
3283 (set temp (COND:CCV2 CMP_OP0 CMP_OP1))
10100 /* Define __builtin_mips_<INSN>_<COND>_{s,d}, both of which require
10102 #define CMP_SCALAR_BUILTINS(INSN, COND, TARGET_FLAGS) \
10103 { CODE_FOR_mips_ ## INSN ## _cond_s, MIPS_FP_COND_ ## COND, \
10104 "__builtin_mips_" #INSN "_" #COND "_s", \
10106 { CODE_FOR_mips_ ## INSN ## _cond_d, MIPS_FP_COND_ ## COND, \
10107 "__builtin_mips_" #INSN "_" #COND "_d", \
10110 /* Define __builtin_mips_{any,all,upper,lower}_<INSN>_<COND>_ps.
10113 #define CMP_PS_BUILTINS(INSN, COND, TARGET_FLAG
[all...]

Completed in 472 milliseconds

123