| /NextBSD/sys/gnu/dts/arm/ |
| HD | exynos4412-origen.dts | 238 op_mode = <1>; /* Normal Mode */ 246 op_mode = <1>; /* Normal Mode */ 254 op_mode = <1>; /* Normal Mode */ 262 op_mode = <1>; /* Normal Mode */ 270 op_mode = <1>; /* Normal Mode */ 278 op_mode = <1>; /* Normal Mode */ 286 op_mode = <1>; /* Normal Mode */ 294 op_mode = <1>; /* Normal Mode */ 302 op_mode = <1>; /* Normal Mode */ 310 op_mode = <1>; /* Normal Mode */ [all …]
|
| HD | exynos5250-arndale.dts | 207 op_mode = <1>; 216 op_mode = <1>; 225 op_mode = <1>; 233 op_mode = <1>; 242 op_mode = <1>; 251 op_mode = <1>; 260 op_mode = <1>; 269 op_mode = <1>; 276 op_mode = <1>; 285 op_mode = <1>; [all …]
|
| HD | exynos5250-spring.dts | 157 op_mode = <0>; 165 op_mode = <0>; 173 op_mode = <3>; 181 op_mode = <3>; 189 op_mode = <3>; 197 op_mode = <3>; 205 op_mode = <0>; 213 op_mode = <3>; 221 op_mode = <0>; 229 op_mode = <3>; [all …]
|
| /NextBSD/usr.sbin/mfiutil/ |
| HD | mfi_patrol.c | 105 switch (prop.op_mode) { in show_patrol() 116 printf("??? (%02x)\n", prop.op_mode); in show_patrol() 119 if (prop.op_mode == MFI_PR_OPMODE_AUTO) { in show_patrol() 256 uint8_t op_mode; in patrol_config() local 265 op_mode = MFI_PR_OPMODE_AUTO; in patrol_config() 288 op_mode = MFI_PR_OPMODE_MANUAL; in patrol_config() 290 op_mode = MFI_PR_OPMODE_DISABLED; in patrol_config() 308 prop.op_mode = op_mode; in patrol_config() 309 if (op_mode == MFI_PR_OPMODE_AUTO) { in patrol_config()
|
| /NextBSD/contrib/gcc/ |
| HD | simplify-rtx.c | 216 enum machine_mode op_mode) in simplify_gen_unary() argument 221 if ((tem = simplify_unary_operation (code, mode, op, op_mode)) != 0) in simplify_gen_unary() 267 enum machine_mode op_mode; in simplify_replace_rtx() local 281 op_mode = GET_MODE (op0); in simplify_replace_rtx() 285 return simplify_gen_unary (code, mode, op0, op_mode); in simplify_replace_rtx() 299 op_mode = GET_MODE (op0) != VOIDmode ? GET_MODE (op0) : GET_MODE (op1); in simplify_replace_rtx() 304 return simplify_gen_relational (code, mode, op_mode, op0, op1); in simplify_replace_rtx() 309 op_mode = GET_MODE (op0); in simplify_replace_rtx() 315 if (op_mode == VOIDmode) in simplify_replace_rtx() 316 op_mode = GET_MODE (op0); in simplify_replace_rtx() [all …]
|
| HD | combine.c | 6839 enum machine_mode op_mode; in force_to_mode() local 6855 op_mode = ((GET_MODE_CLASS (mode) == GET_MODE_CLASS (GET_MODE (x)) in force_to_mode() 6863 op_mode = GET_MODE (x); in force_to_mode() 6866 if (op_mode) in force_to_mode() 6867 mask &= GET_MODE_MASK (op_mode); in force_to_mode() 6940 x = simplify_and_const_int (x, op_mode, XEXP (x, 0), in force_to_mode() 7076 op0 = gen_lowpart_or_truncate (op_mode, in force_to_mode() 7079 op1 = gen_lowpart_or_truncate (op_mode, in force_to_mode() 7083 if (op_mode != GET_MODE (x) || op0 != XEXP (x, 0) || op1 != XEXP (x, 1)) in force_to_mode() 7084 x = simplify_gen_binary (code, op_mode, op0, op1); in force_to_mode() [all …]
|
| HD | expr.c | 9290 enum machine_mode op_mode; in try_casesi() local 9324 op_mode = insn_data[(int) CODE_FOR_casesi].operand[0].mode; in try_casesi() 9326 (index, op_mode)) in try_casesi() 9327 index = copy_to_mode_reg (op_mode, index); in try_casesi() 9331 op_mode = insn_data[(int) CODE_FOR_casesi].operand[1].mode; in try_casesi() 9332 op1 = convert_modes (op_mode, TYPE_MODE (TREE_TYPE (minval)), in try_casesi() 9335 (op1, op_mode)) in try_casesi() 9336 op1 = copy_to_mode_reg (op_mode, op1); in try_casesi() 9340 op_mode = insn_data[(int) CODE_FOR_casesi].operand[2].mode; in try_casesi() 9341 op2 = convert_modes (op_mode, TYPE_MODE (TREE_TYPE (range)), in try_casesi() [all …]
|
| HD | cse.c | 4586 enum machine_mode op_mode = GET_MODE (op); in record_jump_cond_subreg() local 4587 if (op_mode == mode || op_mode == VOIDmode) in record_jump_cond_subreg() 4589 return lowpart_subreg (mode, op, op_mode); in record_jump_cond_subreg()
|
| HD | expmed.c | 357 enum machine_mode op_mode = mode_for_extraction (EP_insv, 3); in store_bit_field() local 637 && GET_MODE_BITSIZE (op_mode) >= bitsize in store_bit_field() 639 && (bitsize + bitpos > GET_MODE_BITSIZE (op_mode))) in store_bit_field()
|
| HD | ChangeLog-2003 | 8791 not op_mode.
|
| HD | ChangeLog-2004 | 17788 outside of GET_MODE (x) instead of op_mode.
|
| /NextBSD/sys/contrib/alpine-hal/ |
| HD | al_hal_pcie.c | 318 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_port_relaxed_pcie_ordering_config() local 324 al_bool tx_relaxed_ordering = (op_mode == AL_PCIE_OPERATING_MODE_RC ? AL_FALSE : AL_TRUE); in al_pcie_port_relaxed_pcie_ordering_config() 325 al_bool rx_relaxed_ordering = (op_mode == AL_PCIE_OPERATING_MODE_RC ? AL_TRUE : AL_FALSE); in al_pcie_port_relaxed_pcie_ordering_config() 1279 enum al_pcie_operating_mode op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_pf_handle_init() local 1282 if (op_mode != AL_PCIE_OPERATING_MODE_EP) { in al_pcie_pf_handle_init() 1284 pcie_port->port_id, op_mode); in al_pcie_pf_handle_init() 1612 enum al_pcie_operating_mode op_mode; in al_pcie_port_config() local 1633 op_mode = al_pcie_operating_mode_get(pcie_port); in al_pcie_port_config() 1694 if ((op_mode == AL_PCIE_OPERATING_MODE_EP) && (pcie_port->max_num_of_pfs > 1)) { in al_pcie_port_config() 1778 if (op_mode == AL_PCIE_OPERATING_MODE_EP) { in al_pcie_port_config() [all …]
|
| /NextBSD/sys/dev/lmc/ |
| HD | if_lmc.c | 2948 u_int32_t status, cfcs, op_mode; in check_intr_status() local 2981 op_mode = READ_CSR(TLP_OP_MODE); in check_intr_status() 2983 if ((op_mode & TLP_OP_TX_THRESH) < TLP_OP_TX_THRESH) in check_intr_status() 2985 op_mode += 0x4000; /* increment TX_THRESH field; can't overflow */ in check_intr_status() 2986 WRITE_CSR(TLP_OP_MODE, op_mode & ~TLP_OP_TX_RUN); in check_intr_status() 2989 WRITE_CSR(TLP_OP_MODE, op_mode); /* restart tx */ in check_intr_status() 2992 NAME_UNIT, 128<<((op_mode>>TLP_OP_TR_SHIFT)&3)); in check_intr_status() 3007 op_mode = READ_CSR(TLP_OP_MODE); in check_intr_status() 3008 WRITE_CSR(TLP_OP_MODE, op_mode & ~TLP_OP_RX_RUN); in check_intr_status() 3011 WRITE_CSR(TLP_OP_MODE, op_mode); /* restart rx */ in check_intr_status() [all …]
|
| /NextBSD/contrib/ntp/ntpd/ |
| HD | refclock_mx4200.c | 953 char time_mark_valid, time_sync, op_mode; in mx4200_parse_t() local 966 &hour, &minute, &second, &time_sync, &op_mode, in mx4200_parse_t()
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | rs6000.c | 11188 enum machine_mode op_mode = GET_MODE (rs6000_compare_op0); in rs6000_generate_compare() local 11190 if (op_mode == VOIDmode) in rs6000_generate_compare() 11191 op_mode = GET_MODE (rs6000_compare_op1); in rs6000_generate_compare() 11199 switch (op_mode) in rs6000_generate_compare() 11223 switch (op_mode) in rs6000_generate_compare() 11247 switch (op_mode) in rs6000_generate_compare() 11290 switch (op_mode) in rs6000_generate_compare() 11421 enum machine_mode op_mode; in rs6000_emit_sCOND() local 11462 op_mode = GET_MODE (rs6000_compare_op0); in rs6000_emit_sCOND() 11463 if (op_mode == VOIDmode) in rs6000_emit_sCOND() [all …]
|
| /NextBSD/sys/dev/mfi/ |
| HD | mfireg.h | 1438 uint8_t op_mode; member
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | i386.c | 10247 enum machine_mode op_mode = GET_MODE (op0); in ix86_prepare_fp_compare_args() local 10248 int is_sse = TARGET_SSE_MATH && SSE_FLOAT_MODE_P (op_mode); in ix86_prepare_fp_compare_args() 10258 || (op_mode == XFmode in ix86_prepare_fp_compare_args() 10264 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args() 10265 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args() 10284 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args() 10290 op1 = validize_mem (force_const_mem (op_mode, op1)); in ix86_prepare_fp_compare_args() 10294 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args() 10297 op1 = force_reg (op_mode, op1); in ix86_prepare_fp_compare_args() 10310 op0 = force_reg (op_mode, op0); in ix86_prepare_fp_compare_args()
|