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

1 2 3

  /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/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/i386/
i386-expand.h 53 bool ix86_vectorize_vec_perm_const (machine_mode vmode, machine_mode op_mode,
  /src/external/bsd/wpa/dist/src/drivers/
driver_common.c 191 enum ieee80211_op_mode op_mode)
201 return hw_mode->he_capab[op_mode].he_supported;
  /src/external/gpl3/gcc/dist/gcc/
rtlanal.h 335 vec_series_highpart_p (machine_mode result_mode, machine_mode op_mode,
339 vec_series_lowpart_p (machine_mode result_mode, machine_mode op_mode, rtx sel);
optabs-query.cc 410 of mode OP_MODE and result vector of mode MODE using the selector SEL.
420 can_vec_perm_const_p (machine_mode mode, machine_mode op_mode,
429 if (op_mode == mode && allow_variable_p && selector_fits_mode_p (mode, sel))
451 if (targetm.vectorize.vec_perm_const (mode, op_mode, NULL_RTX, NULL_RTX,
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...]
rtl.h 3489 machine_mode op_mode)
3492 op_mode);
3511 machine_mode op_mode, rtx op0, rtx op1)
3514 op_mode, op0, op1);
3526 machine_mode op_mode)
3528 return simplify_context ().simplify_gen_unary (code, mode, op, op_mode);
3547 machine_mode op_mode, rtx op0, rtx op1)
3549 return simplify_context ().simplify_gen_relational (code, mode, op_mode,
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.h 335 vec_series_highpart_p (machine_mode result_mode, machine_mode op_mode,
339 vec_series_lowpart_p (machine_mode result_mode, machine_mode op_mode, rtx sel);
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...]
  /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/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/gcc.old/dist/gcc/config/spu/
spu.c 685 machine_mode op_mode;
745 op_mode = GET_MODE (op0);
751 if (HONOR_NANS (op_mode))
766 if (HONOR_NANS (op_mode))
819 switch (op_mode)
846 comp_mode = op_mode;
850 comp_mode = op_mode;
854 comp_mode = op_mode;
898 (op0, op_mode))
899 op0 = force_reg (op_mode, op0)
682 machine_mode op_mode; local
6121 machine_mode op_mode = GET_MODE (op1); local
    [all...]
  /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/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/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/external/gpl3/gcc.old/dist/gcc/config/aarch64/
aarch64-builtins.cc 1195 machine_mode op_mode = insn_data[d->code].operand[j].mode; local
1196 if (aarch64_advsimd_struct_mode_p (op_mode))
1209 machine_mode op_mode = insn_data[d->code].operand[op_num].mode; local
1232 op_mode = d->mode;
1236 if (qualifiers & qualifier_pointer && VECTOR_MODE_P (op_mode))
1237 op_mode = GET_MODE_INNER (op_mode);
1240 (op_mode,

Completed in 96 milliseconds

1 2 3