Searched refs:cnd (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/sys/arch/powerpc/include/
H A Dreg.h51 u_int32_t cnd; member in struct:reg
/openbsd-current/sys/arch/powerpc/powerpc/
H A Dprocess_machdep.c65 regs->cnd = tf->cr;
146 tf->cr = regs->cnd;
/openbsd-current/gnu/gcc/gcc/
H A Dpostreload.c1392 rtx cnd = fis_get_condition (insn);
1394 if (cnd != NULL_RTX
1395 && GET_CODE (cnd) == NE
1396 && REG_P (XEXP (cnd, 0))
1397 && !reg_set_p (XEXP (cnd, 0), insn)
1402 && SCALAR_INT_MODE_P (GET_MODE (XEXP (cnd, 0)))
1403 && hard_regno_nregs[REGNO (XEXP (cnd, 0))][GET_MODE (XEXP (cnd, 0))] == 1
1404 && GET_CODE (XEXP (cnd, 1)) == CONST_INT)
1407 gen_rtx_SET (VOIDmode, XEXP (cnd,
1390 rtx cnd = fis_get_condition (insn); local
[all...]
H A Dtree-ssa-loop-niter.c1376 tree cond, cnd, acnd; local
1385 cnd = COND_EXPR_COND (cond);
1387 cnd = invert_truthvalue (cnd);
1389 cmp = TREE_CODE (cnd);
1399 op[j] = TREE_OPERAND (cnd, j);
H A Dtree-ssa-loop-ivopts.c4928 struct iv_cand *cnd; local
4949 cnd = iv_cand (data, ci);
4951 cp = get_use_iv_cost (data, use, cnd);
4970 cnd = iv_cand (data, ci);
4972 cp = get_use_iv_cost (data, use, cnd);
/openbsd-current/sys/kern/
H A Dtty_pty.c1081 struct nameidata cnd, snd; local
1113 NDINIT(&cnd, LOOKUP, NOFOLLOW|LOCKLEAF|KERNELPATH, UIO_SYSSPACE,
1115 cnd.ni_pledge = PLEDGE_RPATH | PLEDGE_WPATH;
1116 if ((error = ptm_vn_open(&cnd)) != 0) {
1128 cfp->f_data = (caddr_t) cnd.ni_vp;
1129 VOP_UNLOCK(cnd.ni_vp);
/openbsd-current/gnu/usr.bin/binutils/gdb/
H A Dppcobsd-nat.c221 ppcobsd_reg_offsets.cr_offset = offsetof (struct reg, cnd);
H A Drs6000-tdep.c2393 /* 66 */ R4(cnd), S(lr), S(cnt), S4(xer), S4(mq),
/openbsd-current/gnu/usr.bin/perl/lib/
H A Dperl5db.pl8274 B<<>[B<<>]|B<{>[B<{>]|B<>>[B<>>] [I<cmd>] Do pre/post-prompt B<b> [I<ln>|I<event>|I<sub>] [I<cnd>] Set breakpoint
8449 B<<>[B<<>]|B<{>[B<{>]|B<>>[B<>>] [I<cmd>] Do pre/post-prompt B<b> [I<ln>|I<event>|I<sub>] [I<cnd>] Set breakpoint

Completed in 391 milliseconds