HomeSort by: relevance | last modified time | path
    Searched defs:op_mode (Results 1 - 25 of 40) sorted by relevancy

1 2

  /src/crypto/external/apache2/openssl/dist/engines/
e_afalg.h 53 } op_mode; typedef in typeref:enum:__anon380
70 op_mode mode;
  /src/crypto/external/bsd/openssl/dist/engines/
e_afalg.h 54 } op_mode; typedef in typeref:enum:__anon1477
71 op_mode mode;
  /src/crypto/external/bsd/openssl.old/dist/engines/
e_afalg.h 54 } op_mode; typedef in typeref:enum:__anon2142
71 op_mode mode;
  /src/external/bsd/ntp/dist/ntpd/
refclock_mx4200.c 955 char time_mark_valid, time_sync, op_mode; local
968 &hour, &minute, &second, &time_sync, &op_mode,
  /src/sys/dev/pci/
cz.c 1292 u_int32_t rs_status, op_mode; local
1298 op_mode = CZTTY_CHAN_READ(sc, CHNCTL_OP_MODE);
1313 if (ISSET(op_mode, C_CH_ENABLE))
  /src/sys/external/bsd/dwc2/dist/
dwc2_core.c 864 switch (hsotg->hw_params.op_mode) {
1185 u32 op_mode = hsotg->hw_params.op_mode; local
1188 op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_DEVICE ||
1189 op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_DEVICE ||
1190 op_mode == GHWCFG2_OP_MODE_UNDEFINED) {
2555 if (hsotg->hw_params.op_mode != GHWCFG2_OP_MODE_HNP_SRP_CAPABLE)
2559 switch (hsotg->hw_params.op_mode) {
2583 switch (hsotg->hw_params.op_mode) {
3363 hw->op_mode = (hwcfg2 & GHWCFG2_OP_MODE_MASK) >
3536 unsigned op_mode = dwc2_op_mode(hsotg); local
3546 unsigned op_mode = dwc2_op_mode(hsotg); local
3555 unsigned op_mode = dwc2_op_mode(hsotg); local
    [all...]
dwc2_core.h 400 * @op_mode Mode of Operation
444 unsigned op_mode:3; member in struct:dwc2_hw_params
  /src/external/gpl3/binutils/dist/gas/config/
tc-h8300.c 1098 int op_mode = op & MODE; local
1104 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1113 else if (op_mode == REG)
1129 else if (op_mode & CTRL) /* control register */
1137 if (op_mode != CCR &&
1138 op_mode != CCR_EXR &&
1139 op_mode != CC_EX_VB_SB)
1143 if (op_mode != EXR &&
1144 op_mode != CCR_EXR &&
1145 op_mode != CC_EX_VB_SB
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-h8300.c 1098 int op_mode = op & MODE; local
1104 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG))
1113 else if (op_mode == REG)
1129 else if (op_mode & CTRL) /* control register */
1137 if (op_mode != CCR &&
1138 op_mode != CCR_EXR &&
1139 op_mode != CC_EX_VB_SB)
1143 if (op_mode != EXR &&
1144 op_mode != CCR_EXR &&
1145 op_mode != CC_EX_VB_SB
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/pru/
pru.cc 970 machine_mode op_mode = GET_MODE (op0);
974 gcc_assert (op_mode == DFmode || op_mode == SFmode);
994 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
997 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
1000 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
1003 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
1006 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
1009 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
1017 op0, op_mode, op1, op_mode)
965 machine_mode op_mode = GET_MODE (op0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/pru/
pru.cc 912 machine_mode op_mode = GET_MODE (op0);
916 gcc_assert (op_mode == DFmode || op_mode == SFmode);
936 libfunc = op_mode == DFmode ? eqdf_libfunc : eqsf_libfunc;
939 libfunc = op_mode == DFmode ? nedf_libfunc : nesf_libfunc;
942 libfunc = op_mode == DFmode ? gtdf_libfunc : gtsf_libfunc;
945 libfunc = op_mode == DFmode ? gedf_libfunc : gesf_libfunc;
948 libfunc = op_mode == DFmode ? ltdf_libfunc : ltsf_libfunc;
951 libfunc = op_mode == DFmode ? ledf_libfunc : lesf_libfunc;
959 op0, op_mode, op1, op_mode)
907 machine_mode op_mode = GET_MODE (op0); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
recog.cc 1137 machine_mode op_mode = (GET_MODE (XEXP (x, 0)) != VOIDmode
1146 newx = simplify_relational_operation (code, mode, op_mode,
1135 machine_mode op_mode = (GET_MODE (XEXP (x, 0)) != VOIDmode local
simplify-rtx.cc 360 machine_mode op_mode)
365 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0)
417 machine_mode op_mode;
436 op_mode = GET_MODE (op0);
440 return simplify_gen_unary (code, mode, op0, op_mode);
454 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1);
459 return simplify_gen_relational (code, mode, op_mode, op0, op1);
464 op_mode = GET_MODE (op0);
470 if (op_mode == VOIDmode)
471 op_mode = GET_MODE (op0)
411 machine_mode op_mode; local
932 scalar_int_mode inner, int_mode, op_mode, op0_mode; local
1025 machine_mode op_mode; local
    [all...]
expmed.cc 616 scalar_int_mode op_mode = insv->field_mode;
617 unsigned int unit = GET_MODE_BITSIZE (op_mode);
627 /* Convert from counting within OP0 to counting in OP_MODE. */
631 /* If xop0 is a register, we need it in OP_MODE
636 if (!validate_subreg (op_mode, GET_MODE (SUBREG_REG (xop0)),
641 xop0 = gen_rtx_SUBREG (op_mode, SUBREG_REG (xop0),
644 if (REG_P (xop0) && GET_MODE (xop0) != op_mode)
645 xop0 = gen_lowpart_SUBREG (op_mode, xop0);
656 op_mode))
658 rtx tem = gen_reg_rtx (op_mode);
615 scalar_int_mode op_mode = insv->field_mode; local
    [all...]
combine.cc 8701 machine_mode op_mode;
8716 op_mode = ((GET_MODE_CLASS (mode) == GET_MODE_CLASS (GET_MODE (x))
8724 op_mode = GET_MODE (x);
8726 /* Truncate MASK to fit OP_MODE. */
8727 if (op_mode)
8728 mask &= GET_MODE_MASK (op_mode);
8769 /* OP_MODE is either MODE or XMODE, so it must be a scalar
8772 as_a <scalar_int_mode> (op_mode),
8780 XMODE is the mode of X, and OP_MODE says which of MODE or XMODE
8786 scalar_int_mode op_mode, unsigned HOST_WIDE_INT mask
8673 machine_mode op_mode; local
    [all...]
internal-fn.cc 3106 tree op_mode = TREE_TYPE (op0a); local
3107 bool unsignedp = TYPE_UNSIGNED (op_mode);
3110 machine_mode cmp_op_mode = TYPE_MODE (op_mode);
  /src/external/gpl3/gcc.old/dist/gcc/
recog.cc 1137 machine_mode op_mode = (GET_MODE (XEXP (x, 0)) != VOIDmode
1146 newx = simplify_relational_operation (code, mode, op_mode,
1135 machine_mode op_mode = (GET_MODE (XEXP (x, 0)) != VOIDmode local
simplify-rtx.cc 360 machine_mode op_mode)
365 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0)
417 machine_mode op_mode;
436 op_mode = GET_MODE (op0);
440 return simplify_gen_unary (code, mode, op0, op_mode);
454 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1);
459 return simplify_gen_relational (code, mode, op_mode, op0, op1);
464 op_mode = GET_MODE (op0);
470 if (op_mode == VOIDmode)
471 op_mode = GET_MODE (op0)
411 machine_mode op_mode; local
932 scalar_int_mode inner, int_mode, op_mode, op0_mode; local
1025 machine_mode op_mode; local
    [all...]
expmed.cc 615 scalar_int_mode op_mode = insv->field_mode;
616 unsigned int unit = GET_MODE_BITSIZE (op_mode);
626 /* Convert from counting within OP0 to counting in OP_MODE. */
630 /* If xop0 is a register, we need it in OP_MODE
635 if (!validate_subreg (op_mode, GET_MODE (SUBREG_REG (xop0)),
640 xop0 = gen_rtx_SUBREG (op_mode, SUBREG_REG (xop0),
643 if (REG_P (xop0) && GET_MODE (xop0) != op_mode)
644 xop0 = gen_lowpart_SUBREG (op_mode, xop0);
655 op_mode))
657 rtx tem = gen_reg_rtx (op_mode);
614 scalar_int_mode op_mode = insv->field_mode; local
    [all...]
internal-fn.cc 2834 tree op_mode = TREE_TYPE (op0a); local
2835 bool unsignedp = TYPE_UNSIGNED (op_mode);
2838 machine_mode cmp_op_mode = TYPE_MODE (op_mode);
optabs.cc 4623 machine_mode op_mode = insn_data[(int) icode].operand[opnum].mode;
4626 if (GET_MODE (x) != op_mode && GET_MODE (x) != VOIDmode)
4628 x = copy_to_mode_reg (op_mode, x);
4608 machine_mode op_mode = insn_data[(int) icode].operand[opnum].mode; local
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 3151 auto op_mode = aarch64_operand_mode_for_pair_mode (GET_MODE (pair_mem)); local
3160 mode = op_mode;
  /src/external/gpl3/gcc/dist/gcc/config/c6x/
c6x.cc 1427 machine_mode op_mode = GET_MODE (op0);
1429 if (op_mode == DImode && (code == NE || code == EQ) && op1 == const0_rtx)
1434 op_mode = SImode;
1437 else if (op_mode == DImode)
1487 && (op_mode == DFmode || op_mode == SFmode)
1531 fn = op_mode == DFmode ? gen_cmpdf_ior : gen_cmpsf_ior;
1538 else if (op_mode == SImode && (code == NE || code == EQ) && op1 == const0_rtx)
1543 is_fp_libfunc = !TARGET_FP && (op_mode == DFmode || op_mode == SFmode)
1417 machine_mode op_mode = GET_MODE (op0); local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/c6x/
c6x.cc 1427 machine_mode op_mode = GET_MODE (op0);
1429 if (op_mode == DImode && (code == NE || code == EQ) && op1 == const0_rtx)
1434 op_mode = SImode;
1437 else if (op_mode == DImode)
1487 && (op_mode == DFmode || op_mode == SFmode)
1531 fn = op_mode == DFmode ? gen_cmpdf_ior : gen_cmpsf_ior;
1538 else if (op_mode == SImode && (code == NE || code == EQ) && op1 == const0_rtx)
1543 is_fp_libfunc = !TARGET_FP && (op_mode == DFmode || op_mode == SFmode)
1417 machine_mode op_mode = GET_MODE (op0); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/riscv/
riscv-v.cc 3070 machine_mode op_mode; member in struct:riscv_vector::expand_vec_perm_d
3719 gcc_assert (d->op_mode != E_VOIDmode);
3733 if (d->vmode == d->op_mode)
3762 expand_vec_perm_const (machine_mode vmode, machine_mode op_mode, rtx target,
3800 d.op_mode = op_mode;

Completed in 102 milliseconds

1 2