| /freebsd-12.1/contrib/gcc/ |
| H A D | optabs.c | 2422 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 D | stmt.c | 2959 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 D | expr.c | 1620 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 D | emit-rtl.c | 606 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 D | expmed.c | 476 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 D | combine.c | 5891 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 D | simplify-rtx.c | 2227 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 D | builtins.c | 5307 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 D | varasm.c | 2266 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 D | cse.c | 3281 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 D | FSFChangeLog | 953 (output_move_[hq]imode): Likewise.
|
| H A D | ChangeLog-1998 | 7412 (output_move_[hq]imode): Likewise.
|
| H A D | ChangeLog-2004 | 43 MEM, adjust imode and isize.
|
| /freebsd-12.1/sys/mips/cavium/octe/ |
| H A D | ethernet-rgmii.c | 258 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 D | ethernet.c | 350 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 D | cavium-ethernet.h | 58 …int imode; /* Type of port. This is one of the enums in cvmx_helper_i… member
|
| /freebsd-12.1/contrib/tcsh/ |
| H A D | ed.inputl.c | 91 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 D | ed.init.c | 148 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 D | cvmx-dfa-defs.h | 1601 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 D | cvmx-srio.c | 1568 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 D | tc-arc.c | 406 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 D | subr_ndis.c | 2267 ndis_interrupt_mode imode) in NdisMRegisterInterrupt() argument 2298 ivec, ilevel, 0, imode, shared, 0, FALSE); in NdisMRegisterInterrupt()
|
| H A D | subr_ntoskrnl.c | 1322 uint8_t imode, uint8_t shared, uint32_t affinity, uint8_t savefloat) argument
|
| /freebsd-12.1/contrib/gcc/config/i386/ |
| H A D | i386.c | 12225 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()
|