Home
last modified time | relevance | path

Searched refs:COND (Results 1 – 25 of 84) sorted by relevance

1234

/openbsd-src/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-src/sys/dev/pci/drm/i915/
H A Di915_utils.h267 #define __wait_for(OP, COND, US, Wmin, Wmax) ({ \ argument
275 /* Guarantee COND check prior to timeout */ \
277 if (COND) { \
292 #define _wait_for(COND, US, Wmin, Wmax) __wait_for(, (COND), (US), (Wmin), \ argument
294 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) argument
303 #define _wait_for_atomic(COND, US, ATOMIC) \ argument
317 /* Guarantee COND check prior to timeout */ \
319 if (COND) { \
340 wait_for_us(COND,US) global() argument
351 wait_for_atomic_us(COND,US) global() argument
358 wait_for_atomic(COND,MS) global() argument
[all...]
H A Dintel_pcode.c167 #define COND \ in skl_pcode_request() macro
176 if (COND) { in skl_pcode_request()
180 ret = _wait_for(COND, timeout_base_ms * 1000, 10, 10); in skl_pcode_request()
198 ret = wait_for_atomic(COND, 50); in skl_pcode_request()
204 #undef COND in skl_pcode_request()
/openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/
H A Darc-opc.c238 #define COND (DELAY + 1) macro
242 #define FORCELIMM (COND + 1)
1500 { "al", 0, COND, 0 },
1501 { "ra", 0, COND, 0 },
1502 { "eq", 1, COND, 0 },
1503 { "z", 1, COND, 0 },
1504 { "ne", 2, COND, 0 },
1505 { "nz", 2, COND, 0 },
1506 { "pl", 3, COND, 0 },
1507 { "p", 3, COND, 0 },
[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 …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), 0…
[all …]
H A Dsparc-opc.c104 #define COND(x) (((x) & 0xf) << 25) macro
112 #define CONDA (COND (0x8))
113 #define CONDCC (COND (0xd))
114 #define CONDCS (COND (0x5))
115 #define CONDE (COND (0x1))
116 #define CONDG (COND (0xa))
117 #define CONDGE (COND (0xb))
118 #define CONDGU (COND (0xc))
119 #define CONDL (COND (0x3))
120 #define CONDLE (COND (0x2))
[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), ',', OP (REL), 0 } },
[all …]
/openbsd-src/gnu/usr.bin/binutils/opcodes/
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 …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), 0…
[all …]
H A Darc-opc.c196 #define COND (DELAY + 1) macro
200 #define FORCELIMM (COND + 1)
439 { "al", 0, COND, 0 },
440 { "ra", 0, COND, 0 },
441 { "eq", 1, COND, 0 },
442 { "z", 1, COND, 0 },
443 { "ne", 2, COND, 0 },
444 { "nz", 2, COND, 0 },
445 { "pl", 3, COND, 0 },
446 { "p", 3, COND, 0 },
[all …]
H A Dsparc-opc.c106 #define COND(x) (((x)&0xf)<<25) macro
114 #define CONDA (COND(0x8))
115 #define CONDCC (COND(0xd))
116 #define CONDCS (COND(0x5))
117 #define CONDE (COND(0x1))
118 #define CONDG (COND(0xa))
119 #define CONDGE (COND(0xb))
120 #define CONDGU (COND(0xc))
121 #define CONDL (COND(0x3))
122 #define CONDLE (COND(0x2))
[all …]
/openbsd-src/regress/usr.bin/mandoc/roff/cond/
H A Dde.out_ascii1 COND-DE(1) General Commands Manual COND-DE(1)
9 OpenBSD August 3, 2020 COND-DE(1)
H A Dstrcmp.out_ascii1 COND-STRCMP(1) General Commands Manual COND-STRCMP(1)
14 OpenBSD March 8, 2014 COND-STRCMP(1)
H A Dnumeric.out_ascii1 COND-NUMERIC(1) General Commands Manual COND-NUMERIC(1)
37 OpenBSD December 16, 2014 COND-NUMERIC(1)
H A Dclose.out_ascii1 COND-CLOSE(1) General Commands Manual COND-CLOSE(1)
42 OpenBSD November 26, 2018 COND-CLOSE(1)
/openbsd-src/usr.bin/openssl/
H A Dspeed.c1624 #define COND(c) (run && count<0x7fffffff) in speed_main()
1638 for (count = 0, run = 1; COND(c[D_MD4][j]); count++) in speed_main()
1651 for (count = 0, run = 1; COND(c[D_MD5][j]); count++) in speed_main()
1674 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) { in speed_main()
1699 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++) in speed_main()
1710 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++) in speed_main()
1723 for (count = 0, run = 1; COND(c[D_SHA512][j]); count++) in speed_main()
1737 for (count = 0, run = 1; COND(c[D_WHIRLPOOL][j]); count++) in speed_main()
1750 for (count = 0, run = 1; COND(c[D_RMD160][j]); count++) in speed_main()
1762 for (count = 0, run = 1; COND( in speed_main()
933 #define COND( speed_main() macro
[all...]
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
H A Dusing6.C3 #define assert(COND) if (!(COND)) return 1 argument
/openbsd-src/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-src/regress/usr.bin/mandoc/roff/de/
H A Dcond.out_ascii1 DE-COND(1) General Commands Manual DE-COND(1)
/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Djavaop.def91 COND: Compares two values (popped from the stack) againt each other.
269 JAVAOP (if_icmpeq, 159, COND, INT, EQ)
270 JAVAOP (if_icmpne, 160, COND, INT, NE)
271 JAVAOP (if_icmplt, 161, COND, INT, LT)
272 JAVAOP (if_icmpge, 162, COND, INT, GE)
273 JAVAOP (if_icmpgt, 163, COND, INT, GT)
274 JAVAOP (if_icmple, 164, COND, INT, LE)
275 JAVAOP (if_acmpeq, 165, COND, PTR, EQ)
276 JAVAOP (if_acmpne, 166, COND, PTR, NE)
/openbsd-src/sys/dev/x86emu/
H A Dx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/openbsd-src/gnu/usr.bin/binutils/binutils/
H A Dsysinfo.y47 %token COND
231 cond_it_field: '(' COND NAME
/openbsd-src/gnu/usr.bin/binutils-2.17/binutils/
H A Dsysinfo.y43 %token COND
227 cond_it_field: '(' COND NAME
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DStmtCXX.h136 enum { INIT, RANGE, BEGINSTMT, ENDSTMT, COND, INC, LOOPVAR, BODY, END }; enumerator
166 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond()
181 return cast_or_null<Expr>(SubExprs[COND]); in getCond()
196 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgenattrtab.c1165 case COND:
1254 condexp = rtx_alloc (COND);
1387 condexp = rtx_alloc (COND);
1471 newexp = rtx_alloc (COND);
1481 case COND:
1590 condexp = rtx_alloc (COND); in expand_delays()
1606 condexp = rtx_alloc (COND); in expand_delays()
1751 else if (GET_CODE (right) == COND)
1756 newexp = rtx_alloc (COND);
1797 else if (GET_CODE (left) == COND)
[all …]
/openbsd-src/gnu/usr.bin/binutils-2.17/cpu/
H A Diq2000m.cpu124 (dni bctxt "branch and switch context" (MACH2000 DELAY-SLOT COND-CTI USES-RS)
130 (dni bc0f "branch if copro 0 condition false" (MACH2000 DELAY-SLOT COND-CTI)
136 (dni bc0fl "branch if copro 0 condition false likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
142 (dni bc3f "branch if copro 3 condition false" (MACH2000 DELAY-SLOT COND-CTI)
148 (dni bc3fl "branch if copro 3 condition false likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
154 (dni bc0t "branch if copro 0 condition true" (MACH2000 DELAY-SLOT COND-CTI)
160 (dni bc0tl "branch if copro 0 condition true likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)
166 (dni bc3t "branch if copro 3 condition true" (MACH2000 DELAY-SLOT COND-CTI)
172 (dni bc3tl "branch if copro 3 condition true likely" (MACH2000 DELAY-SLOT COND-CTI SKIP-CTI)

1234