Home
last modified time | relevance | path

Searched refs:imode (Results 1 – 24 of 24) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Doptabs.c2422 enum machine_mode imode; in expand_absneg_bit() local
2449 imode = word_mode; in expand_absneg_bit()
2929 enum machine_mode imode; in expand_copysign_absneg() local
2961 imode = word_mode; in expand_copysign_absneg()
3009 enum machine_mode imode; in expand_copysign_bit() local
3024 imode = word_mode; in expand_copysign_bit()
3085 op1 = expand_binop (imode, and_optab, gen_lowpart (imode, op1), in expand_copysign_bit()
4513 for (imode = GET_MODE (from); imode != VOIDmode; in expand_float()
4514 imode = GET_MODE_WIDER_MODE (imode)) in expand_float()
4712 for (imode = GET_MODE (to); imode != VOIDmode; in expand_fix()
[all …]
H A Dstmt.c2959 mode = imode; in emit_case_nodes()
2989 (mode, imode, in emit_case_nodes()
3001 (mode, imode, in emit_case_nodes()
3086 (mode, imode, in emit_case_nodes()
3101 (mode, imode, in emit_case_nodes()
3117 (mode, imode, in emit_case_nodes()
3132 (mode, imode, in emit_case_nodes()
3158 (mode, imode, in emit_case_nodes()
3182 (mode, imode, in emit_case_nodes()
3223 (mode, imode, in emit_case_nodes()
[all …]
H A Dexpr.c1620 if (imode == BLKmode) in emit_group_load_1()
1623 src = gen_reg_rtx (imode); in emit_group_load_1()
1624 if (imode != BLKmode) in emit_group_load_1()
1628 if (imode != BLKmode) in emit_group_load_1()
1629 src = gen_lowpart (imode, src); in emit_group_load_1()
1871 if (imode == BLKmode) in emit_group_store()
1876 if (imode != BLKmode) in emit_group_store()
2720 enum machine_mode imode; in write_complex_part() local
2834 true, NULL_RTX, imode, imode); in read_complex_part()
2886 enum machine_mode imode; in emit_move_via_integer() local
[all …]
H A Demit-rtl.c606 validate_subreg (enum machine_mode omode, enum machine_mode imode, in validate_subreg() argument
609 unsigned int isize = GET_MODE_SIZE (imode); in validate_subreg()
632 else if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode)) in validate_subreg()
633 && GET_MODE_INNER (imode) == omode) in validate_subreg()
640 else if (VECTOR_MODE_P (omode) && GET_MODE_INNER (omode) == imode) in validate_subreg()
645 else if (FLOAT_MODE_P (imode) || FLOAT_MODE_P (omode)) in validate_subreg()
664 if ((COMPLEX_MODE_P (imode) || VECTOR_MODE_P (imode)) in validate_subreg()
665 && GET_MODE_INNER (imode) == omode) in validate_subreg()
667 else if (REG_CANNOT_CHANGE_MODE_P (regno, imode, omode)) in validate_subreg()
671 return subreg_offset_representable_p (regno, imode, offset, omode); in validate_subreg()
[all …]
H A Dexpmed.c476 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in store_bit_field() local
477 if (imode != GET_MODE (op0)) in store_bit_field()
480 op0 = adjust_address (op0, imode, 0); in store_bit_field()
483 gcc_assert (imode != BLKmode); in store_bit_field()
484 op0 = gen_lowpart (imode, op0); in store_bit_field()
1186 enum machine_mode imode = int_mode_for_mode (GET_MODE (op0)); in extract_bit_field() local
1187 if (imode != GET_MODE (op0)) in extract_bit_field()
1190 op0 = adjust_address (op0, imode, 0); in extract_bit_field()
1193 gcc_assert (imode != BLKmode); in extract_bit_field()
1194 op0 = gen_lowpart (imode, op0); in extract_bit_field()
[all …]
H A Dcombine.c5891 enum machine_mode imode; in expand_field_assignment() local
5899 if (imode == BLKmode) in expand_field_assignment()
5902 compute_mode = imode; in expand_field_assignment()
9418 if (omode == imode) in gen_lowpart_for_combine()
9431 && ! ((imode == VOIDmode in gen_lowpart_for_combine()
9447 imode = GET_MODE (x); in gen_lowpart_for_combine()
9449 if (imode == omode) in gen_lowpart_for_combine()
9452 isize = GET_MODE_SIZE (imode); in gen_lowpart_for_combine()
9505 if (imode == VOIDmode) in gen_lowpart_for_combine()
9507 imode = int_mode_for_mode (omode); in gen_lowpart_for_combine()
[all …]
H A Dsimplify-rtx.c2227 enum machine_mode imode = GET_MODE (XEXP (op0, 0)); in simplify_binary_operation_1() local
2228 tem = simplify_gen_binary (AND, imode, XEXP (op0, 0), in simplify_binary_operation_1()
2230 imode)); in simplify_binary_operation_1()
2231 return simplify_gen_unary (ZERO_EXTEND, mode, tem, imode); in simplify_binary_operation_1()
2474 enum machine_mode imode = GET_MODE (XEXP (op0, 0)); in simplify_binary_operation_1() local
2477 if (CLZ_DEFINED_VALUE_AT_ZERO (imode, zero_val) in simplify_binary_operation_1()
2478 && zero_val == GET_MODE_BITSIZE (imode) in simplify_binary_operation_1()
2480 return simplify_gen_relational (EQ, mode, imode, in simplify_binary_operation_1()
H A Dbuiltins.c5307 enum machine_mode fmode, imode, rmode; in expand_builtin_signbit() local
5339 imode = int_mode_for_mode (fmode); in expand_builtin_signbit()
5340 if (imode == BLKmode) in expand_builtin_signbit()
5342 temp = gen_lowpart (imode, temp); in expand_builtin_signbit()
5346 imode = word_mode; in expand_builtin_signbit()
5359 temp = force_reg (imode, temp); in expand_builtin_signbit()
5378 if (imode != rmode) in expand_builtin_signbit()
5389 temp = expand_shift (RSHIFT_EXPR, imode, temp, in expand_builtin_signbit()
H A Dvarasm.c2266 enum machine_mode omode, imode; in assemble_integer() local
2273 imode = mode_for_size (size * BITS_PER_UNIT, MODE_INT, 0); in assemble_integer()
2277 rtx partial = simplify_subreg (omode, x, imode, i); in assemble_integer()
H A Dcse.c3281 enum machine_mode imode = GET_MODE (SUBREG_REG (x)); in fold_rtx_subreg() local
3285 && GET_MODE_SIZE (imode) <= UNITS_PER_WORD in fold_rtx_subreg()
3286 && (elt = lookup (SUBREG_REG (x), HASH (SUBREG_REG (x), imode), in fold_rtx_subreg()
3287 imode)) != 0) in fold_rtx_subreg()
H A DFSFChangeLog953 (output_move_[hq]imode): Likewise.
H A DChangeLog-19987412 (output_move_[hq]imode): Likewise.
H A DChangeLog-200443 MEM, adjust imode and isize.
/freebsd-12.1/sys/mips/cavium/octe/
H A Dethernet-rgmii.c258 if (((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII) && (priv->port == 0)) || in cvm_oct_rgmii_init()
259 (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { in cvm_oct_rgmii_init()
287 if (((priv->imode == CVMX_HELPER_INTERFACE_MODE_GMII) && (priv->port == 0)) || in cvm_oct_rgmii_uninit()
288 (priv->imode == CVMX_HELPER_INTERFACE_MODE_RGMII)) { in cvm_oct_rgmii_uninit()
H A Dethernet.c350 cvmx_helper_interface_mode_t imode = cvmx_helper_interface_get_mode(interface); in cvm_oct_init_module() local
373 priv->imode = imode; in cvm_oct_init_module()
381 switch (priv->imode) { in cvm_oct_init_module()
H A Dcavium-ethernet.h58 …int imode; /* Type of port. This is one of the enums in cvmx_helper_i… member
/freebsd-12.1/contrib/tcsh/
H A Ded.inputl.c91 struct varent *imode = adrof(STRinputmode); in Inputl() local
109 if (imode && imode->vec != NULL) { in Inputl()
110 if (!Strcmp(*(imode->vec), STRinsert)) in Inputl()
112 else if (!Strcmp(*(imode->vec), STRoverwrite)) in Inputl()
H A Ded.init.c148 struct varent *imode; in ed_Setup() local
174 if ((imode = adrof(STRinputmode)) != NULL && imode->vec != NULL) { in ed_Setup()
175 if (!Strcmp(*(imode->vec), STRinsert)) in ed_Setup()
177 else if (!Strcmp(*(imode->vec), STRoverwrite)) in ed_Setup()
/freebsd-12.1/sys/contrib/octeon-sdk/
H A Dcvmx-dfa-defs.h1601 uint64_t imode : 1; /**< NCB-Inbound Arbiter member
1606 uint64_t imode : 1;
1641 uint64_t imode : 1; /**< NCB-Inbound Arbiter member
1646 uint64_t imode : 1;
2912 uint64_t imode : 1; /**< NCB-Inbound Arbiter member
2957 uint64_t imode : 1;
4886 uint64_t imode : 1; /**< NCB-Inbound Arbiter member
4891 uint64_t imode : 1;
4932 uint64_t imode : 1; /**< NCB-Inbound Arbiter member
4937 uint64_t imode : 1;
H A Dcvmx-srio.c1568 cvmx_helper_interface_mode_t imode; in cvmx_srio_omsg_desc() local
1579 imode = cvmx_helper_interface_get_mode (intf_num); in cvmx_srio_omsg_desc()
1580 if (imode != CVMX_HELPER_INTERFACE_MODE_SRIO) in cvmx_srio_omsg_desc()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-arc.c406 int imode = 0; in arc_extoper() local
466 imode = 0; in arc_extoper()
473 imode = ARC_REGISTER_READONLY; in arc_extoper()
487 imode = ARC_REGISTER_WRITEONLY; in arc_extoper()
507 imode |= arc_get_noshortcut_flag (); in arc_extoper()
573 ext_oper->operand.flags = imode; in arc_extoper()
/freebsd-12.1/sys/compat/ndis/
H A Dsubr_ndis.c2267 ndis_interrupt_mode imode) in NdisMRegisterInterrupt() argument
2298 ivec, ilevel, 0, imode, shared, 0, FALSE); in NdisMRegisterInterrupt()
H A Dsubr_ntoskrnl.c1322 uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat) argument
/freebsd-12.1/contrib/gcc/config/i386/
H A Di386.c12225 enum machine_mode imode = int_mode_for_mode (mode); in ix86_split_to_parts() local
12229 operand = simplify_subreg (imode, operand, GET_MODE (operand), 0); in ix86_split_to_parts()
12231 mode = imode; in ix86_split_to_parts()