HomeSort by: relevance | last modified time | path
    Searched defs:target_mode (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
hw_features.c 1094 enum hostapd_hw_mode target_mode; local
1101 target_mode = HOSTAPD_MODE_IEEE80211G;
1103 target_mode = HOSTAPD_MODE_IEEE80211AD;
1105 target_mode = HOSTAPD_MODE_IEEE80211A;
1111 if (mode->mode == target_mode) {
  /src/external/gpl3/gcc/dist/gcc/
expmed.cc 5522 machine_mode target_mode)
5539 if (target_mode == VOIDmode)
5542 int_target_mode = as_a <scalar_int_mode> (target_mode);
5629 machine_mode target_mode)
5706 int_target_mode = as_a <scalar_int_mode> (target_mode);
5746 unsignedp, op0, op1, normalizep, target_mode);
5755 unsignedp, op1, op0, normalizep, target_mode);
5804 if (target_mode == VOIDmode || GET_MODE (tem) == target_mode)
5807 target = gen_reg_rtx (target_mode);
5815 machine_mode target_mode = target ? GET_MODE (target) : VOIDmode; local
6034 machine_mode target_mode = target ? GET_MODE (target) : VOIDmode; local
    [all...]
builtins.cc 2598 expand_builtin_fegetround (tree exp, rtx target, machine_mode target_mode)
2608 || GET_MODE (target) != target_mode
2609 || !(*insn_data[icode].operand[0].predicate) (target, target_mode))
2610 target = gen_reg_rtx (target_mode);
2625 machine_mode target_mode, optab op_optab)
2639 || GET_MODE (target) != target_mode
2640 || !(*insn_data[icode].operand[0].predicate) (target, target_mode))
2641 target = gen_reg_rtx (target_mode);
3373 machine_mode target_mode)
3382 return expand_expr (len, target, target_mode, EXPAND_NORMAL)
7765 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp)); local
    [all...]
expr.cc 7378 machine_mode target_mode = GET_MODE (target);
7379 if (target_mode != BLKmode
7380 && !multiple_p (bitpos, GET_MODE_ALIGNMENT (target_mode)))
7381 target_mode = BLKmode;
7382 target = adjust_address (target, target_mode, bytepos);
7364 machine_mode target_mode = GET_MODE (target); local
  /src/external/gpl3/gcc.old/dist/gcc/
expmed.cc 5506 machine_mode target_mode)
5523 if (target_mode == VOIDmode)
5526 int_target_mode = as_a <scalar_int_mode> (target_mode);
5613 machine_mode target_mode)
5714 if (target_mode == VOIDmode || GET_MODE (tem) == target_mode)
5717 target = gen_reg_rtx (target_mode);
5744 int_target_mode = as_a <scalar_int_mode> (target_mode);
5783 unsignedp, op0, op1, normalizep, target_mode);
5792 unsignedp, op1, op0, normalizep, target_mode);
5798 machine_mode target_mode = target ? GET_MODE (target) : VOIDmode; local
6017 machine_mode target_mode = target ? GET_MODE (target) : VOIDmode; local
    [all...]
builtins.cc 2570 expand_builtin_fegetround (tree exp, rtx target, machine_mode target_mode)
2580 || GET_MODE (target) != target_mode
2581 || !(*insn_data[icode].operand[0].predicate) (target, target_mode))
2582 target = gen_reg_rtx (target_mode);
2597 machine_mode target_mode, optab op_optab)
2611 || GET_MODE (target) != target_mode
2612 || !(*insn_data[icode].operand[0].predicate) (target, target_mode))
2613 target = gen_reg_rtx (target_mode);
3051 machine_mode target_mode)
3060 return expand_expr (len, target, target_mode, EXPAND_NORMAL)
7014 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp)); local
    [all...]
expr.cc 6694 machine_mode target_mode = GET_MODE (target);
6695 if (target_mode != BLKmode
6696 && !multiple_p (bitpos, GET_MODE_ALIGNMENT (target_mode)))
6697 target_mode = BLKmode;
6698 target = adjust_address (target, target_mode, bytepos);
6680 machine_mode target_mode = GET_MODE (target); local
  /src/sys/dev/ic/
ispvar.h 438 * The 'target_mode' tag means that this entry arrived via a
447 target_mode : 1, member in struct:__anon2938
  /src/external/gpl3/gcc/dist/gcc/config/pa/
pa.cc 828 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp));
833 tmp = const_double_from_real_value (inf, target_mode);
835 tmp = validize_mem (force_const_mem (target_mode, tmp));
838 target = gen_reg_rtx (target_mode);
826 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/pa/
pa.cc 684 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp));
689 tmp = const_double_from_real_value (inf, target_mode);
691 tmp = validize_mem (force_const_mem (target_mode, tmp));
694 target = gen_reg_rtx (target_mode);
682 machine_mode target_mode = TYPE_MODE (TREE_TYPE (exp)); local
  /src/external/gpl3/gcc.old/dist/gcc/config/s390/
s390.cc 1005 machine_mode target_mode = local
1008 op[arity] = copy_to_mode_reg (target_mode, op[arity]);
6846 machine_mode target_mode = GET_MODE (target);
6854 && target_mode == cmp_mode
6856 && op == CONST0_RTX (target_mode)
6857 && s390_vector_mode_supported_p (target_mode)
6858 && GET_MODE_CLASS (target_mode) == MODE_VECTOR_INT)
6862 int shift = GET_MODE_BITSIZE (GET_MODE_INNER (target_mode)) - 1;
6865 if (negop == CONST1_RTX (target_mode))
6876 else if (all_ones_operand (negop, target_mode))
6845 machine_mode target_mode = GET_MODE (target); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/s390/
s390.cc 1064 machine_mode target_mode = local
1067 op[arity] = copy_to_mode_reg (target_mode, op[arity]);
7284 machine_mode target_mode = GET_MODE (target);
7292 && target_mode == cmp_mode
7294 && op == CONST0_RTX (target_mode)
7295 && s390_vector_mode_supported_p (target_mode)
7296 && GET_MODE_CLASS (target_mode) == MODE_VECTOR_INT)
7300 int shift = GET_MODE_BITSIZE (GET_MODE_INNER (target_mode)) - 1;
7303 if (negop == CONST1_RTX (target_mode))
7314 else if (all_ones_operand (negop, target_mode))
7283 machine_mode target_mode = GET_MODE (target); local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/rs6000/
rs6000.cc 27951 machine_mode target_mode = GET_MODE (target);
27952 machine_mode extend_mode = target_mode;
27961 target_mode = GET_MODE (orig_mem);
27984 ? GET_MODE_SIZE (extend_mode) - GET_MODE_SIZE (target_mode)
27987 = simplify_subreg (target_mode, target, extend_mode, sub_off);
27894 machine_mode target_mode = GET_MODE (target); local
  /src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rs6000.cc 27515 machine_mode target_mode = GET_MODE (target);
27516 machine_mode extend_mode = target_mode;
27525 target_mode = GET_MODE (orig_mem);
27548 ? GET_MODE_SIZE (extend_mode) - GET_MODE_SIZE (target_mode)
27551 = simplify_subreg (target_mode, target, extend_mode, sub_off);
27458 machine_mode target_mode = GET_MODE (target); local

Completed in 132 milliseconds