Searched refs:COND (Results 26 - 50 of 59) sorted by relevance

123

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Dieee754-df.S95 COND(orr,s,ne) ip, r4, xl
96 COND(orr,s,ne) ip, r5, yl
97 COND(mvn,s,ne) ip, r4, asr #21
98 COND(mvn,s,ne) ip, r5, asr #21
216 COND(mov,s,eq) ip, xl, lsr #1
352 COND(mvn,s,ne) ip, r5, asr #21
407 COND(mvn,s,eq) ip, r5, asr #21
413 COND(orr,s,eq) r5, yl, yh, lsl #12
473 COND(and,s,ne) r3, r2, #0xff000000 @ isolate exponent
612 COND(an
[all...]
H A Dieee754-sf.S70 COND(mov,s,ne) r3, r1, lsl #1
72 COND(mvn,s,ne) ip, r2, asr #24
73 COND(mvn,s,ne) ip, r3, asr #24
230 COND(mvn,s,ne) ip, r3, asr #24
278 COND(mvn,s,eq) r3, r3, asr #24
282 COND(mov,s,eq) r3, r1, lsl #9
455 COND(and,s,ne) r3, ip, r1, lsr #23
472 COND(mov,s,ne) r1, r1, lsl #9
539 COND(rsb,s,gt) r3, r2, #255
603 COND(bi
[all...]
H A Dlib1funcs.asm259 #define COND(op1, op2, cond) op1 ## op2 ## cond define
274 #define COND(op1, op2, cond) op1 ## cond ## op2 define
/netbsd-6-1-5-RELEASE/sys/arch/sun3/dev/
H A Ddma.c152 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
154 while ((COND) && --count > 0) \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/ia64/
H A Dvms-unwind.h61 #define FAIL_IF(COND) \
62 do { if (COND) { context->rp = 0; return _URC_END_OF_STACK; } } while (0)
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dxc16x-opc.c1973 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1979 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1985 { { 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), ',', O
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dxc16x-opc.c1973 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1979 { { MNEM, ' ', OP (COND), ',', OP (REL), 0 } },
1985 { { 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), ',', O
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/crypto/des/
H A Ddes_opts.c405 for (count=0,run=1; COND(cb); count++) \
469 #define COND(d) (count != (d)) macro
472 #define COND(c) (run) macro
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Ddirectives.c64 /* Values for the flags field of struct directive. COND indicates a
71 #define COND (1 << 0) macro
145 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \
146 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \
147 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
148 D(else, T_ELSE, KANDR, COND) /* 9863 */ \
149 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \
152 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
447 if (pfile->state.skipping && !(dir->flags & COND))
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/
H A Dgenattrtab.c976 case COND:
980 "first operand of COND must have even length");
1027 is expanded later by make_canonical into a COND. In a non-constant
1043 It becomes a COND with each test being (eq_attr "alternative" "n") */
1060 /* Make a COND with all tests but the last. Select the last value via the
1062 condexp = rtx_alloc (COND);
1173 expressions by converting them into a COND. This removes cases from this
1205 This makes the COND something that won't be considered an arbitrary
1212 newexp = rtx_alloc (COND);
1220 /* Fall through to COND cas
[all...]
H A Drtl.def1254 DEF_RTL_EXPR(COND, "cond", "Ee", RTX_EXTRA)
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/
H A Dgenattrtab.c1028 case COND:
1032 "first operand of COND must have even length");
1079 is expanded later by make_canonical into a COND. In a non-constant
1095 It becomes a COND with each test being (eq_attr "alternative" "n") */
1112 /* Make a COND with all tests but the last. Select the last value via the
1114 condexp = rtx_alloc (COND);
1225 expressions by converting them into a COND. This removes cases from this
1257 This makes the COND something that won't be considered an arbitrary
1264 newexp = rtx_alloc (COND);
1272 /* Fall through to COND cas
[all...]
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dlsi64854.c147 #define DMAWAIT(SC, COND, MSG, DONTPANIC) do if (COND) { \
149 while ((COND) && --count > 0) DELAY(1); \
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dcond.c409 if (DEBUG(COND)) {
732 if (DEBUG(COND)) {
754 if (DEBUG(COND)) {
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/mips/
H A Dmips.c227 /* Invokes MACRO (COND) for each c.cond.fmt condition. */
10052 /* Define __builtin_mips_<INSN>_<COND>_{s,d}, both of which require
10054 #define CMP_SCALAR_BUILTINS(INSN, COND, TARGET_FLAGS) \
10055 { CODE_FOR_mips_ ## INSN ## _cond_s, MIPS_FP_COND_ ## COND, \
10056 "__builtin_mips_" #INSN "_" #COND "_s", \
10058 { CODE_FOR_mips_ ## INSN ## _cond_d, MIPS_FP_COND_ ## COND, \
10059 "__builtin_mips_" #INSN "_" #COND "_d", \
10062 /* Define __builtin_mips_{any,all,upper,lower}_<INSN>_<COND>_ps.
10065 #define CMP_PS_BUILTINS(INSN, COND, TARGET_FLAGS) \
10066 { CODE_FOR_mips_ ## INSN ## _cond_ps, MIPS_FP_COND_ ## COND, \
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/common/
H A Dsim-trace.h526 #define TRACE_BRANCH_INPUT(COND) \
529 trace_input_bool1 (SD, CPU, TRACE_BRANCH_IDX, (COND)); \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/mips/
H A Dmips.c246 /* Invoke MACRO (COND) for each C.cond.fmt condition. */
4611 (set temp (COND:CCV2 CMP_OP0 CMP_OP1))
12531 require non-MIPS16 mode and also require COND to be true.
12533 #define AVAIL_NON_MIPS16(NAME, COND) \
12537 return (COND) ? BUILTIN_AVAIL_NON_MIPS16 : 0; \
12587 #define MIPS_BUILTIN(INSN, COND, NAME, BUILTIN_TYPE, \
12589 { CODE_FOR_mips_ ## INSN, MIPS_FP_COND_ ## COND, \
12599 /* Define __builtin_mips_<INSN>_<COND>_{s,d} functions, both of which
12601 #define CMP_SCALAR_BUILTINS(INSN, COND, AVAIL) \
12602 MIPS_BUILTIN (INSN ## _cond_s, COND, #INS
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.c66 /* Values for the flags field of struct directive. COND indicates a
73 #define COND (1 << 0) macro
144 D(endif, T_ENDIF, KANDR, COND) /* 45855 */ \
145 D(ifdef, T_IFDEF, KANDR, COND | IF_COND) /* 22000 */ \
146 D(if, T_IF, KANDR, COND | IF_COND | EXPAND) /* 18162 */ \
147 D(else, T_ELSE, KANDR, COND) /* 9863 */ \
148 D(ifndef, T_IFNDEF, KANDR, COND | IF_COND) /* 9675 */ \
151 D(elif, T_ELIF, STDC89, COND | EXPAND) /* 610 */ \
466 if (pfile->state.skipping && !(dir->flags & COND))
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dsysinfo.c69 COND = 258, enumerator in enum:yytokentype
78 #define COND 258 macro
450 "$end", "error", "$undefined", "COND", "REPEAT", "'('", "')'", "TYPE",
H A Dsyslex.c929 { return COND;}
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/lto/
H A Dlto-lang.c581 NONANSI_P, ATTRS, IMPLICIT, COND) \
582 if (NAME && COND) \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/bfd/
H A Delf-eh-frame.c468 #define REQUIRE(COND) \
470 if (!(COND)) \
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/bfd/
H A Delf-eh-frame.c468 #define REQUIRE(COND) \
470 if (!(COND)) \
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/config/
H A Dtc-sparc.c3114 #define COND(x) (((x)&0xf)<<25)
3115 #define CONDA COND(0x8)
3103 #define COND macro
H A Dtc-arm.c17255 TUE("it", bf08, bf08, 1, (COND), it, t_it),
17256 TUE("itt", bf0c, bf0c, 1, (COND), it, t_it),
17257 TUE("ite", bf04, bf04, 1, (COND), it, t_it),
17258 TUE("ittt", bf0e, bf0e, 1, (COND), it, t_it),
17259 TUE("itet", bf06, bf06, 1, (COND), it, t_it),
17260 TUE("itte", bf0a, bf0a, 1, (COND), it, t_it),
17261 TUE("itee", bf02, bf02, 1, (COND), it, t_it),
17262 TUE("itttt", bf0f, bf0f, 1, (COND), it, t_it),
17263 TUE("itett", bf07, bf07, 1, (COND), it, t_it),
17264 TUE("ittet", bf0b, bf0b, 1, (COND), i
[all...]

Completed in 296 milliseconds

123