Home
last modified time | relevance | path

Searched refs:GET_MODE_SIZE (Results 1 – 25 of 84) sorted by relevance

1234

/freebsd-12-stable/contrib/gcc/
Drtlhooks.c65 if (GET_MODE_SIZE (GET_MODE (x)) <= UNITS_PER_WORD in gen_lowpart_general()
73 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_general()
74 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD)); in gen_lowpart_general()
79 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_general()
80 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_general()
150 offset = (MAX (GET_MODE_SIZE (GET_MODE (x)), UNITS_PER_WORD) in gen_lowpart_if_possible()
151 - MAX (GET_MODE_SIZE (mode), UNITS_PER_WORD)); in gen_lowpart_if_possible()
155 offset -= (MIN (UNITS_PER_WORD, GET_MODE_SIZE (mode)) in gen_lowpart_if_possible()
156 - MIN (UNITS_PER_WORD, GET_MODE_SIZE (GET_MODE (x)))); in gen_lowpart_if_possible()
Dmachmode.h95 #define GET_MODE_SIZE(MODE) ((unsigned short) mode_size[MODE]) macro
96 #define GET_MODE_BITSIZE(MODE) ((unsigned short) (GET_MODE_SIZE (MODE) * BITS_PER_UNIT))
118 ? GET_MODE_SIZE (MODE) \
119 : GET_MODE_SIZE (GET_MODE_INNER (MODE)))
Dreload.c343 && (GET_MODE_SIZE (GET_MODE (x)) in push_secondary_reload()
344 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))))) in push_secondary_reload()
601 = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in get_secondary_mem()
810 return (GET_MODE_SIZE (mode) <= UNITS_PER_WORD in reload_inner_reg_of_subreg()
812 && GET_MODE_SIZE (GET_MODE (inner)) > UNITS_PER_WORD in reload_inner_reg_of_subreg()
813 && ((GET_MODE_SIZE (GET_MODE (inner)) / UNITS_PER_WORD) in reload_inner_reg_of_subreg()
1005 && ((GET_MODE_SIZE (inmode) in push_reload()
1006 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (in)))) in push_reload()
1008 || (GET_MODE_SIZE (inmode) <= UNITS_PER_WORD in push_reload()
1009 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (in))) in push_reload()
[all …]
Dsimplify-rtx.c462 && (GET_MODE_SIZE (GET_MODE (op)) in simplify_unary_operation_1()
463 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (op)))) in simplify_unary_operation_1()
699 return simplify_gen_unary (GET_MODE_SIZE (GET_MODE (XEXP (op, in simplify_unary_operation_1()
701 > GET_MODE_SIZE (mode) in simplify_unary_operation_1()
890 int elt_size = GET_MODE_SIZE (GET_MODE_INNER (mode)); in simplify_const_unary_operation()
891 unsigned n_elts = (GET_MODE_SIZE (mode) / elt_size); in simplify_const_unary_operation()
901 int in_elt_size = GET_MODE_SIZE (GET_MODE_INNER (inmode)); in simplify_const_unary_operation()
902 unsigned in_n_elts = (GET_MODE_SIZE (inmode) / in_elt_size); in simplify_const_unary_operation()
915 int elt_size = GET_MODE_SIZE (GET_MODE_INNER (mode)); in simplify_const_unary_operation()
916 unsigned n_elts = (GET_MODE_SIZE (mode) / elt_size); in simplify_const_unary_operation()
[all …]
Drtlanal.c288 || GET_MODE_SIZE (mode) == 0) in rtx_addr_can_trap_p_1()
303 return offset % GET_MODE_SIZE (mode) != 0; in rtx_addr_can_trap_p_1()
669 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (body)))) in reg_referenced_p()
671 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (body))) in reg_referenced_p()
1500 && (((GET_MODE_SIZE (GET_MODE (dest)) in covers_regno_no_parallel_p()
1502 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (dest))) in covers_regno_no_parallel_p()
2882 + GET_MODE_SIZE (outer_mode)) > UNITS_PER_WORD in subreg_lsb_1()
2884 || GET_MODE_SIZE (outer_mode) % UNITS_PER_WORD))); in subreg_lsb_1()
2887 word = (GET_MODE_SIZE (inner_mode) in subreg_lsb_1()
2888 - (subreg_byte + GET_MODE_SIZE (outer_mode))) / UNITS_PER_WORD; in subreg_lsb_1()
[all …]
Dexpr.c377 && (GET_MODE_SIZE (GET_MODE (SUBREG_REG (from))) in convert_move()
378 >= GET_MODE_SIZE (to_mode)) in convert_move()
511 int nwords = CEIL (GET_MODE_SIZE (to_mode), UNITS_PER_WORD); in convert_move()
590 for (i = GET_MODE_SIZE (lowpart_mode) / UNITS_PER_WORD; i < nwords; i++) in convert_move()
667 || (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (intermediate) in convert_move()
752 && GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))) >= GET_MODE_SIZE (mode) in convert_modes()
796 || (GET_MODE_SIZE (mode) <= GET_MODE_SIZE (oldmode) in convert_modes()
809 && GET_MODE_SIZE (mode) > GET_MODE_SIZE (oldmode)) in convert_modes()
926 if (GET_MODE_SIZE (tmode) < max_size) in move_by_pieces()
969 if (GET_MODE_SIZE (tmode) > MOVE_MAX_PIECES in move_by_pieces()
[all …]
Dexpmed.c366 int inner_mode_size = GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))); in store_bit_field()
367 int outer_mode_size = GET_MODE_SIZE (GET_MODE (op0)); in store_bit_field()
455 ? ((GET_MODE_SIZE (fieldmode) >= UNITS_PER_WORD in store_bit_field()
456 || GET_MODE_SIZE (GET_MODE (op0)) == GET_MODE_SIZE (fieldmode)) in store_bit_field()
457 && byte_offset % GET_MODE_SIZE (fieldmode) == 0) in store_bit_field()
599 || GET_MODE_SIZE (GET_MODE (op0)) > UNITS_PER_WORD) in store_bit_field()
608 && (GET_MODE_SIZE (GET_MODE (op0)) in store_bit_field()
609 == GET_MODE_SIZE (GET_MODE (SUBREG_REG (op0))))); in store_bit_field()
668 || GET_MODE_SIZE (GET_MODE (op0)) > GET_MODE_SIZE (maxmode)) in store_bit_field()
676 || GET_MODE_SIZE (bestmode) < GET_MODE_SIZE (fieldmode) in store_bit_field()
[all …]
Dcse.c835 && (GET_MODE_SIZE (GET_MODE (x)) in notreg_cost()
836 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in notreg_cost()
1463 && GET_MODE_SIZE (GET_MODE (x)) < GET_MODE_SIZE (word_mode)) in lookup_as_function()
1951 unsigned int end = offset + (GET_MODE_SIZE (mode) - 1); in remove_invalid_subreg_refs()
1964 + (GET_MODE_SIZE (GET_MODE (exp)) - 1)) >= offset) in remove_invalid_subreg_refs()
3279 if (GET_MODE_SIZE (mode) > GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in fold_rtx_subreg()
3284 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD in fold_rtx_subreg()
3285 && GET_MODE_SIZE (imode) <= UNITS_PER_WORD in fold_rtx_subreg()
3321 && GET_MODE_SIZE (mode) < GET_MODE_SIZE (GET_MODE (folded_arg0))) in fold_rtx_subreg()
3429 && (GET_MODE_SIZE (GET_MODE (folded_arg0)) in fold_rtx_subreg()
[all …]
Dcombine.c1082 && (GET_MODE_SIZE (GET_MODE (SET_DEST (set))) in set_nonzero_bits_and_sign_copies()
1083 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (set))))) in set_nonzero_bits_and_sign_copies()
1535 && (GET_MODE_SIZE (GET_MODE (subdest)) in combinable_i3pat()
1536 >= GET_MODE_SIZE (GET_MODE (SUBREG_REG (subdest))))) in combinable_i3pat()
5381 && (((GET_MODE_SIZE (GET_MODE (src)) + (UNITS_PER_WORD - 1)) in simplify_set()
5383 == ((GET_MODE_SIZE (GET_MODE (SUBREG_REG (src))) in simplify_set()
5386 && (GET_MODE_SIZE (GET_MODE (src)) in simplify_set()
5387 < GET_MODE_SIZE (GET_MODE (SUBREG_REG (src)))) in simplify_set()
5439 && (GET_MODE_SIZE (GET_MODE (src)) in simplify_set()
5440 > GET_MODE_SIZE (GET_MODE (SUBREG_REG (src)))) in simplify_set()
[all …]
Dregs.h118 ((GET_MODE_SIZE (PSEUDO_REGNO_MODE (N)) + UNITS_PER_WORD - 1) \
124 GET_MODE_SIZE (PSEUDO_REGNO_MODE (N))
Drecog.c625 && GET_MODE_SIZE (wanted_mode) < GET_MODE_SIZE (is_mode)) in validate_replace_rtx_1()
634 (GET_MODE_SIZE (is_mode) - GET_MODE_SIZE (wanted_mode) - in validate_replace_rtx_1()
797 && (((GET_MODE_SIZE (GET_MODE (SUBREG_REG (SET_DEST (x)))) in find_single_use_1()
799 == ((GET_MODE_SIZE (GET_MODE (SET_DEST (x))) in find_single_use_1()
982 && GET_MODE_SIZE (mode) > GET_MODE_SIZE (GET_MODE (sub))) in general_operand()
998 && GET_MODE_SIZE (GET_MODE (op)) > GET_MODE_SIZE (GET_MODE (sub))) in general_operand()
1082 && GET_MODE_SIZE (GET_MODE (op)) > GET_MODE_SIZE (GET_MODE (sub))) in register_operand()
1242 unsigned int rounded_size = GET_MODE_SIZE (mode); in push_operand()
1256 if (rounded_size == GET_MODE_SIZE (mode)) in push_operand()
1900 unsigned int mode_sz = GET_MODE_SIZE (mode); in offsettable_address_p()
Demit-rtl.c293 || (mode != BLKmode && GET_MODE_SIZE (mode) == INTVAL (size))) in get_mem_attrs()
609 unsigned int isize = GET_MODE_SIZE (imode); in validate_subreg()
610 unsigned int osize = GET_MODE_SIZE (omode); in validate_subreg()
864 && GET_MODE_SIZE (GET_MODE (reg)) > GET_MODE_SIZE (mode) in gen_rtx_REG_offset()
866 && var_size < GET_MODE_SIZE (GET_MODE (reg)))) in gen_rtx_REG_offset()
872 offset_le = ((GET_MODE_SIZE (GET_MODE (reg)) - 1 - offset) in gen_rtx_REG_offset()
878 offset_le += ((GET_MODE_SIZE (GET_MODE (reg)) - 1 - offset) in gen_rtx_REG_offset()
1105 int msize = GET_MODE_SIZE (mode); in gen_lowpart_common()
1119 xsize = GET_MODE_SIZE (innermode); in gen_lowpart_common()
1151 else if (msize < GET_MODE_SIZE (GET_MODE (XEXP (x, 0)))) in gen_lowpart_common()
[all …]
Dalias.c177 #define SIZE_FOR_MODE(X) (GET_MODE_SIZE (GET_MODE (X)))
919 if (GET_MODE_SIZE (GET_MODE (src)) < GET_MODE_SIZE (Pmode)) in find_base_value()
1378 if (GET_MODE_SIZE (GET_MODE (x)) < GET_MODE_SIZE (Pmode)) in find_base_term()
2105 sizex = (!MEM_P (rtlx) ? (int) GET_MODE_SIZE (GET_MODE (rtlx)) in nonoverlapping_memrefs_p()
2108 sizey = (!MEM_P (rtly) ? (int) GET_MODE_SIZE (GET_MODE (rtly)) in nonoverlapping_memrefs_p()
2191 if (! memrefs_conflict_p (GET_MODE_SIZE (mem_mode), mem_addr, in true_dependence()
2255 if (! memrefs_conflict_p (GET_MODE_SIZE (mem_mode), mem_addr, in canon_true_dependence()
Dexplow.c338 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode)) in convert_memory_address()
380 if (GET_MODE_SIZE (to_mode) < GET_MODE_SIZE (from_mode) in convert_memory_address()
959 *psave = sa = assign_stack_local (mode, GET_MODE_SIZE (mode), 0); in emit_stack_save()
1492 if (GET_MODE_SIZE (tmpmode) >= bytes) in hard_function_value()
Dcaller-save.c342 GET_MODE_SIZE (regno_save_mode[i][j]), 0); in setup_save_areas()
578 && ((GET_MODE_SIZE (GET_MODE (x)) in mark_referenced_regs()
579 >= GET_MODE_SIZE (GET_MODE (SUBREG_REG (x)))) in mark_referenced_regs()
580 || (GET_MODE_SIZE (GET_MODE (SUBREG_REG (x))) in mark_referenced_regs()
Dcalls.c752 if ((low & (MIN (GET_MODE_SIZE (save_mode), in save_fixed_argument_area()
1567 size = GET_MODE_SIZE (args[i].mode); in load_register_parameters()
1747 GET_MODE_SIZE (GET_MODE (x))); in check_sibcall_argument_overlap_1()
2977 && (GET_MODE_SIZE (GET_MODE (target)) in expand_call()
2978 > GET_MODE_SIZE (TYPE_MODE (type)))) in expand_call()
2980 offset = GET_MODE_SIZE (GET_MODE (target)) in expand_call()
2981 - GET_MODE_SIZE (TYPE_MODE (type)); in expand_call()
3368 struct_value_size = GET_MODE_SIZE (outmode); in emit_library_call_value_1()
3779 emit_group_load (reg, val, NULL_TREE, GET_MODE_SIZE (mode)); in emit_library_call_value_1()
3883 GET_MODE_SIZE (outmode)); in emit_library_call_value_1()
[all …]
Dbuiltins.c467 for (i = 0; i < GET_MODE_SIZE (mode); i++) in c_readstr()
471 j = GET_MODE_SIZE (mode) - i - 1; in c_readstr()
473 && GET_MODE_SIZE (mode) > UNITS_PER_WORD) in c_readstr()
606 plus_constant (tem, GET_MODE_SIZE (Pmode))); in expand_builtin_return_addr()
641 mem = gen_rtx_MEM (Pmode, plus_constant (buf_addr, GET_MODE_SIZE (Pmode))), in expand_builtin_setjmp_setup()
649 2 * GET_MODE_SIZE (Pmode))); in expand_builtin_setjmp_setup()
771 GET_MODE_SIZE (Pmode))); in expand_builtin_longjmp()
774 2 * GET_MODE_SIZE (Pmode))); in expand_builtin_longjmp()
850 plus_constant (r_save_area, GET_MODE_SIZE (Pmode))); in expand_builtin_nonlocal_goto()
927 plus_constant (buf_addr, 2 * GET_MODE_SIZE (Pmode)))); in expand_builtin_update_setjmp_buf()
[all …]
Dsdbout.c1301 (GET_MODE_SIZE (TYPE_MODE (DECL_ARG_TYPE (parms))) in sdbout_parms()
1302 - GET_MODE_SIZE (GET_MODE (DECL_RTL (parms)))); in sdbout_parms()
1420 offset += (GET_MODE_SIZE (TYPE_MODE (DECL_ARG_TYPE (parms))) in sdbout_reg_parms()
1421 - GET_MODE_SIZE (GET_MODE (DECL_RTL (parms)))); in sdbout_reg_parms()
/freebsd-12-stable/contrib/gcc/config/mips/
Dmips.c1225 if (GET_MODE_SIZE (get_pool_mode (x)) <= mips_section_threshold) in mips_classify_symbol()
1327 && offset < (int) GET_MODE_SIZE (get_pool_mode (symbol))) in mips_offset_within_object_p()
1459 return !strict || GET_MODE_SIZE (mode) == 4 || GET_MODE_SIZE (mode) == 8; in mips_regno_mode_ok_for_base_p()
1496 return GET_MODE_SIZE (mode) == 4 || GET_MODE_SIZE (mode) == 8; in mips_symbolic_address_p()
1754 && (INTVAL (offset) & (GET_MODE_SIZE (mode) - 1)) == 0) in mips16_unextended_reference_p()
1756 if (GET_MODE_SIZE (mode) == 4 && base == stack_pointer_rtx) in mips16_unextended_reference_p()
1757 return INTVAL (offset) < 256 * GET_MODE_SIZE (mode); in mips16_unextended_reference_p()
1758 return INTVAL (offset) < 32 * GET_MODE_SIZE (mode); in mips16_unextended_reference_p()
1780 factor = (GET_MODE_SIZE (mode) + UNITS_PER_WORD - 1) / UNITS_PER_WORD; in mips_address_insns()
2373 if (GET_MODE_SIZE (mode) <= UNITS_PER_WORD in mips_legitimize_move()
[all …]
/freebsd-12-stable/contrib/gcc/config/s390/
Ds390.h173 GET_MODE_SIZE (MODE) < UNITS_PER_WORD) { \
384 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
386 && (GET_MODE_SIZE (FROM) < 8 || GET_MODE_SIZE (TO) < 8)) \
/freebsd-12-stable/contrib/gcc/config/arm/
Darm.h402 && GET_MODE_SIZE (MODE) < 4) \
414 && GET_MODE_SIZE (MODE) < 4) \
766 ARM_NUM_INTS (GET_MODE_SIZE (MODE))
771 int_size_in_bytes (TYPE) : GET_MODE_SIZE (MODE))
1031 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
1736 || (GET_MODE_SIZE (MODE) >= 4 \
1917 || (GET_MODE_SIZE (MODE) >= 4 \
2093 ((GET_MODE_SIZE (M) < 4 ? 8 : 2 * GET_MODE_SIZE (M)) \
2344 GET_MODE_SIZE (output_memory_reference_mode)); \
2349 GET_MODE_SIZE (output_memory_reference_mode)); \
/freebsd-12-stable/contrib/gcc/config/sparc/
Dsparc.h628 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
876 ? (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD \
877 : (GET_MODE_SIZE (MODE) + 3) / 4) \
878 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
1075 && GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
1346 ? assign_stack_local (MODE, GET_MODE_SIZE (MODE), 0) \
1366 (FP_REG_CLASS_P (CLASS) ? (GET_MODE_SIZE (MODE) + 3) / 4 \
1367 : (GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD)
Dsparc.c2188 this_slot = assign_stack_temp (TFmode, GET_MODE_SIZE (TFmode), 0); in emit_soft_tfmode_libcall()
2504 return GET_MODE_SIZE (GET_MODE (src)) <= GET_MODE_SIZE (DImode); in eligible_for_restore_insn()
2506 return GET_MODE_SIZE (GET_MODE (src)) <= GET_MODE_SIZE (SImode); in eligible_for_restore_insn()
2512 return GET_MODE_SIZE (GET_MODE (src)) <= GET_MODE_SIZE (DImode); in eligible_for_restore_insn()
3610 if (GET_MODE_SIZE (i) <= 4) in sparc_init_modes()
3612 else if (GET_MODE_SIZE (i) == 8) in sparc_init_modes()
3614 else if (GET_MODE_SIZE (i) == 16) in sparc_init_modes()
3616 else if (GET_MODE_SIZE (i) == 32) in sparc_init_modes()
3622 if (GET_MODE_SIZE (i) <= 4) in sparc_init_modes()
3624 else if (GET_MODE_SIZE (i) == 8) in sparc_init_modes()
[all …]
/freebsd-12-stable/contrib/gcc/config/rs6000/
Drs6000.h395 && GET_MODE_SIZE (MODE) < UNITS_PER_WORD) \
811 && (GET_MODE_SIZE (MODE) > 4) \
1130 ? ((GET_MODE_SIZE (MODE) + UNITS_PER_FP_WORD - 1) / UNITS_PER_FP_WORD) \
1133 : ((GET_MODE_SIZE (MODE) + UNITS_PER_WORD - 1) / UNITS_PER_WORD))
1138 (GET_MODE_SIZE (FROM) != GET_MODE_SIZE (TO) \
1139 ? ((GET_MODE_SIZE (FROM) < 8 || GET_MODE_SIZE (TO) < 8 \
/freebsd-12-stable/contrib/gcc/config/
Ddarwin.c987 GET_MODE_SIZE (Pmode), in machopic_output_indirection()
1013 assemble_integer (init, GET_MODE_SIZE (Pmode), in machopic_output_indirection()
1240 if (GET_MODE_SIZE (mode) == 8 in machopic_select_rtx_section()
1244 else if (GET_MODE_SIZE (mode) == 4 in machopic_select_rtx_section()
1249 && GET_MODE_SIZE (mode) == 16 in machopic_select_rtx_section()

1234