Home
last modified time | relevance | path

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

123

/trueos/contrib/binutils/opcodes/
HDarc-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 …]
HDsparc-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 …]
/trueos/crypto/openssl/crypto/des/
HDspeed.c211 # define COND(d) (count != (d)) in main() macro
214 # define COND(c) (run) in main() macro
222 for (count = 0, run = 1; COND(ca); count++) in main()
235 for (count = 0, run = 1; COND(cb); count++) { in main()
253 for (count = 0, run = 1; COND(cc); count++) in main()
269 for (count = 0, run = 1; COND(cd); count++) in main()
284 for (count = 0, run = 1; COND(ce); count++) in main()
HDdes_opts.c402 for (count=0,run=1; COND(cb); count++) \
468 # define COND(d) (count != (d)) in main() macro
471 # define COND(c) (run) in main() macro
/trueos/crypto/openssl/crypto/idea/
HDidea_spd.c200 # define COND(d) (count <= (d)) in main() macro
203 # define COND(c) (run) in main() macro
211 for (count = 0, run = 1; COND(ca); count += 4) { in main()
229 for (count = 0, run = 1; COND(cca); count += 4) { in main()
246 for (count = 0, run = 1; COND(cb); count += 4) { in main()
267 for (count = 0, run = 1; COND(cc); count++) in main()
/trueos/crypto/openssl/crypto/rc5/
HDrc5speed.c199 # define COND(d) (count != (d)) in main() macro
202 # define COND(c) (run) in main() macro
210 for (count = 0, run = 1; COND(ca); count += 4) { in main()
227 for (count = 0, run = 1; COND(cb); count += 4) { in main()
248 for (count = 0, run = 1; COND(cc); count++) in main()
/trueos/crypto/openssl/crypto/cast/
HDcast_spd.c199 # define COND(d) (count != (d)) in main() macro
202 # define COND(c) (run) in main() macro
210 for (count = 0, run = 1; COND(ca); count += 4) { in main()
227 for (count = 0, run = 1; COND(cb); count += 4) { in main()
248 for (count = 0, run = 1; COND(cc); count++) in main()
HDcastopts.c206 for (count=0,run=1; COND(cb); count+=4) \
269 # define COND(d) (count != (d)) in main() macro
272 # define COND(c) (run) in main() macro
/trueos/crypto/openssl/crypto/bf/
HDbfspeed.c199 # define COND(d) (count != (d)) in main() macro
202 # define COND(c) (run) in main() macro
210 for (count = 0, run = 1; COND(ca); count += 4) { in main()
227 for (count = 0, run = 1; COND(cb); count += 4) { in main()
248 for (count = 0, run = 1; COND(cc); count++) in main()
HDbf_opts.c196 for (count=0,run=1; COND(cb); count+=4) \
259 # define COND(d) (count != (d)) in main() macro
262 # define COND(c) (run) in main() macro
/trueos/crypto/openssl/crypto/rc2/
HDrc2speed.c199 # define COND(d) (count != (d)) in main() macro
202 # define COND(c) (run) in main() macro
210 for (count = 0, run = 1; COND(ca); count += 4) { in main()
227 for (count = 0, run = 1; COND(cb); count += 4) { in main()
248 for (count = 0, run = 1; COND(cc); count++) in main()
/trueos/crypto/openssl/apps/
HDspeed.c1528 # define COND(d) (count < (d)) in MAIN() macro
1535 # define COND(c) (run && count<0x7fffffff) in MAIN() macro
1547 for (count = 0, run = 1; COND(c[D_MD2][j]); count++) in MAIN()
1560 for (count = 0, run = 1; COND(c[D_MDC2][j]); count++) in MAIN()
1574 for (count = 0, run = 1; COND(c[D_MD4][j]); count++) in MAIN()
1588 for (count = 0, run = 1; COND(c[D_MD5][j]); count++) in MAIN()
1608 for (count = 0, run = 1; COND(c[D_HMAC][j]); count++) { in MAIN()
1624 for (count = 0, run = 1; COND(c[D_SHA1][j]); count++) in MAIN()
1636 for (count = 0, run = 1; COND(c[D_SHA256][j]); count++) in MAIN()
1649 for (count = 0, run = 1; COND(c[D_SHA512][j]); count++) in MAIN()
[all …]
/trueos/crypto/openssl/crypto/rc4/
HDrc4speed.c198 # define COND(d) (count != (d)) in main() macro
201 # define COND(c) (run) in main() macro
209 for (count = 0, run = 1; COND(ca); count += 4) { in main()
226 for (count = 0, run = 1; COND(cc); count++) in main()
/trueos/sys/dev/drm2/i915/
HDintel_drv.h37 #define _intel_wait_for(DEV, COND, MS, W, WMSG) \ argument
44 while (!(COND)) { \
58 #define wait_for_atomic_us(COND, US) ({ \ argument
61 if ((COND)) { \
70 #define wait_for(COND, MS) _intel_wait_for(NULL, COND, MS, 1, "915wfi") argument
71 #define wait_for_atomic(COND, MS) _intel_wait_for(NULL, COND, MS, 0, "915wfa") argument
/trueos/cddl/contrib/opensolaris/lib/libdtrace/sparc/
HDdt_isadep.c40 #define COND(x) (((x) >> 25) & 0x0f) macro
202 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
209 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
224 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
231 baa = COND(text[i]) == 8 && A(text[i]); in dt_pid_create_return_probe()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDStmtCXX.h129 enum { RANGE, BEGINEND, COND, INC, LOOPVAR, BODY, END }; enumerator
154 Expr *getCond() { return cast_or_null<Expr>(SubExprs[COND]); } in getCond()
166 return cast_or_null<Expr>(SubExprs[COND]); in getCond()
179 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt*>(E); } in setCond()
HDStmt.h847 enum { VAR, COND, THEN, ELSE, END_EXPR }; enumerator
877 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond()
878 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond()
884 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond()
915 enum { VAR, COND, BODY, END_EXPR }; enumerator
950 const Expr *getCond() const { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond()
954 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]);} in getCond()
955 void setCond(Expr *E) { SubExprs[COND] = reinterpret_cast<Stmt *>(E); } in setCond()
1008 enum { VAR, COND, BODY, END_EXPR }; enumerator
1035 Expr *getCond() { return reinterpret_cast<Expr*>(SubExprs[COND]); } in getCond()
[all …]
/trueos/sys/cddl/contrib/opensolaris/uts/sparc/dtrace/
HDfasttrap_isa.c136 #define COND(x) (((x) >> 25) & 0x0f) macro
1148 if (COND(instr) == 8) { in fasttrap_tracepoint_init()
1158 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1171 if (COND(instr) == 8) { in fasttrap_tracepoint_init()
1176 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1220 if (COND(instr) == 8) { in fasttrap_tracepoint_init()
1225 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
1238 if (COND(instr) == 8) { in fasttrap_tracepoint_init()
1243 tp->ftt_code = COND(instr); in fasttrap_tracepoint_init()
/trueos/sys/contrib/x86emu/
HDx86emu_regs.h123 #define CONDITIONAL_SET_FLAG(COND,FLAG) \ argument
124 if (COND) SET_FLAG(FLAG); else CLEAR_FLAG(FLAG)
/trueos/contrib/binutils/binutils/
HDsysinfo.y43 %token COND
227 cond_it_field: '(' COND NAME
HDsyslex.l78 "cond" { return COND;}
/trueos/contrib/gcc/
HDgenattrtab.c966 case COND: in check_attr_value()
1052 condexp = rtx_alloc (COND); in convert_set_attr_alternative()
1202 newexp = rtx_alloc (COND); in make_canonical()
1212 case COND: in make_canonical()
1328 condexp = rtx_alloc (COND); in expand_delays()
1344 condexp = rtx_alloc (COND); in expand_delays()
1455 if (GET_CODE (exp) == COND) in substitute_address()
1466 newexp = rtx_alloc (COND); in substitute_address()
1661 if (GET_CODE (defval) == COND) in simplify_cond()
1676 if (GET_CODE (newval) == COND) in simplify_cond()
[all …]
/trueos/contrib/llvm/lib/Target/R600/
HDR600InstrFormats.td358 bits<2> COND;
370 let Word1{9-8} = COND;
396 bits<2> COND;
405 let Word1{9-8} = COND;
/trueos/sys/contrib/ngatm/netnatm/msg/
HDunistruct.h543 D(UNALL_NUM, 0x01 /* 1*/, COND, Q.850, "Unallocated (unassigned) number") \
545 D(NOROUTE, 0x03 /* 3*/, COND, Q.850, "No route to destination") \
552 D(CLEARING, 0x10 /* 16*/, COND, Q.850, "Normal call clearing") \
584 D(QOS_NAVL, 0x31 /* 49*/, COND, Q.850, "Quality of service not available") \
/trueos/contrib/gcc/config/mips/
HDmips.c10067 #define CMP_SCALAR_BUILTINS(INSN, COND, TARGET_FLAGS) \ argument
10068 { CODE_FOR_mips_ ## INSN ## _cond_s, MIPS_FP_COND_ ## COND, \
10069 "__builtin_mips_" #INSN "_" #COND "_s", \
10071 { CODE_FOR_mips_ ## INSN ## _cond_d, MIPS_FP_COND_ ## COND, \
10072 "__builtin_mips_" #INSN "_" #COND "_d", \
10078 #define CMP_PS_BUILTINS(INSN, COND, TARGET_FLAGS) \ argument
10079 { CODE_FOR_mips_ ## INSN ## _cond_ps, MIPS_FP_COND_ ## COND, \
10080 "__builtin_mips_any_" #INSN "_" #COND "_ps", \
10082 { CODE_FOR_mips_ ## INSN ## _cond_ps, MIPS_FP_COND_ ## COND, \
10083 "__builtin_mips_all_" #INSN "_" #COND "_ps", \
[all …]

123