Home
last modified time | relevance | path

Searched refs:op_mode (Results 1 – 25 of 34) sorted by relevance

12

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-h8300.c1096 int op_mode = op & MODE; in get_specific() local
1102 if (op_mode == LOWREG && (x_mode == REG || x_mode == LOWREG)) in get_specific()
1111 else if (op_mode == REG) in get_specific()
1127 else if (op_mode & CTRL) /* control register */ in get_specific()
1135 if (op_mode != CCR && in get_specific()
1136 op_mode != CCR_EXR && in get_specific()
1137 op_mode != CC_EX_VB_SB) in get_specific()
1141 if (op_mode != EXR && in get_specific()
1142 op_mode != CCR_EXR && in get_specific()
1143 op_mode != CC_EX_VB_SB) in get_specific()
[all …]
/netbsd/src/crypto/external/bsd/openssl/dist/engines/
De_afalg.h54 } op_mode; typedef
71 op_mode mode;
/netbsd/src/external/gpl3/gcc/dist/gcc/
Dsimplify-rtx.cc355 machine_mode op_mode) in simplify_gen_unary() argument
360 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary()
411 machine_mode op_mode; in simplify_replace_fn_rtx() local
430 op_mode = GET_MODE (op0); in simplify_replace_fn_rtx()
434 return simplify_gen_unary (code, mode, op0, op_mode); in simplify_replace_fn_rtx()
448 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1); in simplify_replace_fn_rtx()
453 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_fn_rtx()
458 op_mode = GET_MODE (op0); in simplify_replace_fn_rtx()
464 if (op_mode == VOIDmode) in simplify_replace_fn_rtx()
465 op_mode = GET_MODE (op0); in simplify_replace_fn_rtx()
[all …]
Drtlanal.h335 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);
Dexpmed.cc614 scalar_int_mode op_mode = insv->field_mode; in store_bit_field_using_insv() local
615 unsigned int unit = GET_MODE_BITSIZE (op_mode); in store_bit_field_using_insv()
634 if (!validate_subreg (op_mode, GET_MODE (SUBREG_REG (xop0)), in store_bit_field_using_insv()
639 xop0 = gen_rtx_SUBREG (op_mode, SUBREG_REG (xop0), in store_bit_field_using_insv()
642 if (REG_P (xop0) && GET_MODE (xop0) != op_mode) in store_bit_field_using_insv()
643 xop0 = gen_lowpart_SUBREG (op_mode, xop0); in store_bit_field_using_insv()
654 op_mode)) in store_bit_field_using_insv()
656 rtx tem = gen_reg_rtx (op_mode); in store_bit_field_using_insv()
687 if (value_mode != op_mode) in store_bit_field_using_insv()
696 if (GET_MODE_SIZE (value_mode) < GET_MODE_SIZE (op_mode)) in store_bit_field_using_insv()
[all …]
Dcombine.cc8618 machine_mode op_mode; in force_to_mode() local
8633 op_mode = ((GET_MODE_CLASS (mode) == GET_MODE_CLASS (GET_MODE (x)) in force_to_mode()
8641 op_mode = GET_MODE (x); in force_to_mode()
8644 if (op_mode) in force_to_mode()
8645 mask &= GET_MODE_MASK (op_mode); in force_to_mode()
8689 as_a <scalar_int_mode> (op_mode), in force_to_mode()
8703 scalar_int_mode op_mode, unsigned HOST_WIDE_INT mask, in force_int_to_mode() argument
8748 x = simplify_and_const_int (x, op_mode, XEXP (x, 0), in force_int_to_mode()
8750 xmode = op_mode; in force_int_to_mode()
8897 op0 = gen_lowpart_or_truncate (op_mode, op0); in force_int_to_mode()
[all …]
Drtl.h3466 machine_mode op_mode)
3469 op_mode);
3488 machine_mode op_mode, rtx op0, rtx op1)
3491 op_mode, op0, op1);
3503 machine_mode op_mode)
3505 return simplify_context ().simplify_gen_unary (code, mode, op, op_mode);
3524 machine_mode op_mode, rtx op0, rtx op1)
3526 return simplify_context ().simplify_gen_relational (code, mode, op_mode,
Ddwarf2out.cc15197 scalar_int_mode op_mode, in scompare_loc_descriptor_wide() argument
15200 dw_die_ref type_die = base_type_for_mode (op_mode, 0); in scompare_loc_descriptor_wide()
15224 scalar_int_mode op_mode, in scompare_loc_descriptor_narrow() argument
15227 int shift = (DWARF2_ADDR_SIZE - GET_MODE_SIZE (op_mode)) * BITS_PER_UNIT; in scompare_loc_descriptor_narrow()
15240 && last0->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
15243 == (INTVAL (XEXP (rtl, 0)) & GET_MODE_MASK (op_mode)))) in scompare_loc_descriptor_narrow()
15245 && last1->dw_loc_oprnd1.v.val_int <= GET_MODE_SIZE (op_mode)) in scompare_loc_descriptor_narrow()
15248 == (INTVAL (XEXP (rtl, 1)) & GET_MODE_MASK (op_mode))))) in scompare_loc_descriptor_narrow()
15259 && GET_MODE_BITSIZE (op_mode) < HOST_BITS_PER_WIDE_INT in scompare_loc_descriptor_narrow()
15262 >= size_of_int_loc_descriptor (GET_MODE_MASK (op_mode)) + 1 in scompare_loc_descriptor_narrow()
[all …]
Drtlanal.cc6975 vec_series_highpart_p (machine_mode result_mode, machine_mode op_mode, rtx sel) in vec_series_highpart_p() argument
6978 if (GET_MODE_NUNITS (op_mode).is_constant (&nunits) in vec_series_highpart_p()
6979 && targetm.can_change_mode_class (op_mode, result_mode, ALL_REGS)) in vec_series_highpart_p()
6994 vec_series_lowpart_p (machine_mode result_mode, machine_mode op_mode, rtx sel) in vec_series_lowpart_p() argument
6997 if (GET_MODE_NUNITS (op_mode).is_constant (&nunits) in vec_series_lowpart_p()
6998 && targetm.can_change_mode_class (op_mode, result_mode, ALL_REGS)) in vec_series_lowpart_p()
Dira.cc1967 machine_mode op_mode = GET_MODE (op); in ira_get_dup_out_num() local
1969 ira_init_register_move_cost_if_necessary (op_mode); in ira_get_dup_out_num()
1979 && ira_register_move_cost[op_mode][op_pref_cl][op_pref_cl] > 0; in ira_get_dup_out_num()
2030 && (ira_may_move_in_cost[op_mode][op_pref_cl][cl] in ira_get_dup_out_num()
Dcse.cc3900 machine_mode op_mode = GET_MODE (op); in record_jump_cond_subreg() local
3901 if (op_mode == mode || op_mode == VOIDmode) in record_jump_cond_subreg()
3903 return lowpart_subreg (mode, op, op_mode); in record_jump_cond_subreg()
Dinternal-fn.cc2834 tree op_mode = TREE_TYPE (op0a); in expand_vec_cond_optab_fn() local
2835 bool unsignedp = TYPE_UNSIGNED (op_mode); in expand_vec_cond_optab_fn()
2838 machine_mode cmp_op_mode = TYPE_MODE (op_mode); in expand_vec_cond_optab_fn()
Drecog.cc1135 machine_mode op_mode = (GET_MODE (XEXP (x, 0)) != VOIDmode in apply_to_rvalue_1() local
1144 newx = simplify_relational_operation (code, mode, op_mode, in apply_to_rvalue_1()
/netbsd/src/sys/external/bsd/dwc2/dist/
Ddwc2_core.c864 switch (hsotg->hw_params.op_mode) { in dwc2_gusbcfg_init()
1185 u32 op_mode = hsotg->hw_params.op_mode; in dwc2_core_host_init() local
1188 op_mode == GHWCFG2_OP_MODE_SRP_CAPABLE_DEVICE || in dwc2_core_host_init()
1189 op_mode == GHWCFG2_OP_MODE_NO_SRP_CAPABLE_DEVICE || in dwc2_core_host_init()
1190 op_mode == GHWCFG2_OP_MODE_UNDEFINED) { in dwc2_core_host_init()
2555 if (hsotg->hw_params.op_mode != GHWCFG2_OP_MODE_HNP_SRP_CAPABLE) in dwc2_set_param_otg_cap()
2559 switch (hsotg->hw_params.op_mode) { in dwc2_set_param_otg_cap()
2583 switch (hsotg->hw_params.op_mode) { in dwc2_set_param_otg_cap()
3363 hw->op_mode = (hwcfg2 & GHWCFG2_OP_MODE_MASK) >> in dwc2_get_hwparams()
3419 hw->op_mode); in dwc2_get_hwparams()
[all …]
Ddwc2_core.h444 unsigned op_mode:3; member
/netbsd/src/external/gpl3/gcc/dist/gcc/config/frv/
Dpredicates.md1217 machine_mode op_mode = GET_MODE (op);
1222 if (mode != VOIDmode && op_mode != mode)
1244 if (op_mode == CC_CCRmode && CR_OR_PSEUDO_P (regno))
1280 machine_mode op_mode = GET_MODE (op);
1282 if (mode != VOIDmode && op_mode != mode)
1308 machine_mode op_mode = GET_MODE (op);
1310 if (mode != VOIDmode && op_mode != mode)
1331 machine_mode op_mode = GET_MODE (op);
1333 if (mode != VOIDmode && op_mode != mode)
1353 machine_mode op_mode = GET_MODE (op);
[all …]
Dfrv.cc3835 machine_mode op_mode = GET_MODE (op); in condexec_memory_operand() local
3838 if (mode != VOIDmode && op_mode != mode) in condexec_memory_operand()
3841 switch (op_mode) in condexec_memory_operand()
/netbsd/src/external/bsd/wpa/dist/src/drivers/
Ddriver_common.c191 enum ieee80211_op_mode op_mode) in he_supported() argument
201 return hw_mode->he_capab[op_mode].he_supported; in he_supported()
Ddriver.h6936 enum ieee80211_op_mode op_mode);
/netbsd/src/sys/dev/pci/
Dcz.c1292 u_int32_t rs_status, op_mode; in cztty_to_tiocm() local
1298 op_mode = CZTTY_CHAN_READ(sc, CHNCTL_OP_MODE); in cztty_to_tiocm()
1313 if (ISSET(op_mode, C_CH_ENABLE)) in cztty_to_tiocm()
Dmfii.c3703 prop.op_mode = MFI_PR_OPMODE_MANUAL;
3706 prop.op_mode = MFI_PR_OPMODE_DISABLED;
3726 prop.op_mode = MFI_PR_OPMODE_AUTO;
3754 switch (prop.op_mode) {
3769 DEVNAME(sc), prop.op_mode);
/netbsd/src/external/bsd/ntp/dist/ntpd/
Drefclock_mx4200.c955 char time_mark_valid, time_sync, op_mode; in mx4200_parse_t() local
968 &hour, &minute, &second, &time_sync, &op_mode, in mx4200_parse_t()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Daltivec.md331 machine_mode op_mode = <MODE>mode;
339 if (op_mode == V4SFmode)
341 op_mode = V4SImode;
342 operands[0] = gen_lowpart (op_mode, operands[0]);
344 if (GET_MODE (const_vec) == op_mode)
347 operands[3] = gen_lowpart (op_mode, const_vec);
348 operands[4] = gen_rtx_PLUS (op_mode, operands[0], operands[0]);
3057 machine_mode op_mode = GET_MODE (operands[1]);
3075 rtx_tmp = gen_reg_rtx (op_mode);
3123 machine_mode op_mode = GET_MODE (operands[1]);
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/arm/
Darm-builtins.cc1716 machine_mode op_mode = insn_data[d->code].operand[op_num].mode; in arm_init_builtin() local
1739 op_mode = d->mode; in arm_init_builtin()
1744 op_mode = HImode; in arm_init_builtin()
1748 if (qualifiers & qualifier_pointer && VECTOR_MODE_P (op_mode)) in arm_init_builtin()
1749 op_mode = GET_MODE_INNER (op_mode); in arm_init_builtin()
1758 = arm_simd_builtin_type (op_mode, in arm_init_builtin()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Di386-expand.cc2626 machine_mode op_mode = GET_MODE (op0); in ix86_prepare_fp_compare_args() local
2627 bool is_sse = SSE_FLOAT_MODE_SSEMATH_OR_HF_P (op_mode); in ix86_prepare_fp_compare_args()
2637 || (op_mode == XFmode in ix86_prepare_fp_compare_args()
2643 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args()
2644 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args()
2666 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args()
2672 op1 = validize_mem (force_const_mem (op_mode, op1)); in ix86_prepare_fp_compare_args()
2676 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args()
2679 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args()
2691 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args()

12