/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/rs6000/ |
H A D | htm.md | 64 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 87 operands[4] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 112 operands[4] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 135 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 155 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 175 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 195 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 215 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 236 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 256 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode));
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/rs6000/ |
H A D | htm.md | 64 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 87 operands[4] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 112 operands[4] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 135 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 155 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 175 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 195 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 215 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 236 operands[2] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode)); 256 operands[1] = gen_rtx_MEM (BLKmode, gen_rtx_SCRATCH (Pmode));
|
H A D | rs6000-call.cc | 784 if (mode == BLKmode) in rs6000_function_arg_padding() 865 && mode == BLKmode in rs6000_function_arg_boundary() 902 if (mode != BLKmode) in rs6000_arg_size() 1056 && ((mode == BLKmode in rs6000_darwin64_struct_check_p() 1479 return gen_rtx_PARALLEL (BLKmode, gen_rtvec_v (k - kbase, &rvec[kbase])); in rs6000_darwin64_record_arg() 1503 || (n_units == 1 && mode != BLKmode)) in rs6000_mixed_function_arg() 1547 || mode == BLKmode in rs6000_psave_function_arg() 2225 tem = simplify_gen_subreg (reg_mode, x, BLKmode, in rs6000_move_block_from_reg() 2315 = assign_stack_local (BLKmode, gpr_size + fpr_size, 64); in setup_incoming_varargs() 2358 mem = gen_rtx_MEM (BLKmode, in setup_incoming_varargs()
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/coldfire/ |
H A D | insn-modes.h | 15 BLKmode, /* machmode.def:176 */ enumerator 98 MAX_MODE_RANDOM = BLKmode, 181 case BLKmode: return 0; in mode_size_inline() 237 case BLKmode: return 0; in mode_nunits_inline() 293 case BLKmode: return VOIDmode; in mode_inner_inline()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | expr.cc | 144 if (mode != VOIDmode && mode != BLKmode) in init_expr_target() 219 gcc_assert (to_mode != BLKmode); in convert_move() 220 gcc_assert (from_mode != BLKmode); in convert_move() 1835 x = adjust_address (x, BLKmode, 0); in emit_block_move_hints() 1836 y = adjust_address (y, BLKmode, 0); in emit_block_move_hints() 2255 x = adjust_address (x, BLKmode, 0); in emit_block_cmp_hints() 2256 y = adjust_address (y, BLKmode, 0); in emit_block_cmp_hints() 2327 rtx tem = operand_subword (x, i, 1, BLKmode); in move_block_from_reg() 2508 else if (CONSTANT_P (src) && GET_MODE (dst) != BLKmode in emit_group_load_1() 2909 gcc_assert (mode != BLKmode); in copy_blkmode_from_reg() [all …]
|
H A D | stor-layout.cc | 400 if (mode == BLKmode) in int_mode_for_mode() 735 if (TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode in layout_decl() 1842 SET_TYPE_MODE (type, BLKmode); in compute_record_mode() 1858 || (TYPE_MODE (TREE_TYPE (field)) == BLKmode in compute_record_mode() 1905 if (mode != BLKmode in compute_record_mode() 1913 mode = BLKmode; in compute_record_mode() 1930 if (TYPE_MODE (type) != BLKmode in finalize_type_size() 2151 SET_DECL_MODE (repr, BLKmode); in finish_bitfield_representative() 2432 && type->type_common.mode != BLKmode) in layout_type() 2578 SET_TYPE_MODE (type, BLKmode); in layout_type() [all …]
|
H A D | calls.cc | 1029 && args[i].mode != BLKmode in precompute_register_parameters() 1086 save_mode = BLKmode; in save_fixed_argument_area() 1097 if (save_mode == BLKmode) in save_fixed_argument_area() 1099 save_area = assign_stack_temp (BLKmode, num_to_save); in save_fixed_argument_area() 1131 if (save_mode != BLKmode) in restore_fixed_argument_area() 1157 && args[i].mode == BLKmode in store_unaligned_arguments_into_pseudos() 1196 rtx word = operand_subword_force (args[i].value, j, BLKmode); in store_unaligned_arguments_into_pseudos() 1445 copy = gen_rtx_MEM (BLKmode, copy); in initialize_argument_information() 1740 if (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode in finalize_must_preallocate() 2112 else if (TYPE_MODE (type) == BLKmode) in load_register_parameters() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | expr.c | 143 if (mode != VOIDmode && mode != BLKmode) in init_expr_target() 218 gcc_assert (to_mode != BLKmode); in convert_move() 219 gcc_assert (from_mode != BLKmode); in convert_move() 1637 x = adjust_address (x, BLKmode, 0); in emit_block_move_hints() 1638 y = adjust_address (y, BLKmode, 0); in emit_block_move_hints() 2051 x = adjust_address (x, BLKmode, 0); in emit_block_cmp_hints() 2052 y = adjust_address (y, BLKmode, 0); in emit_block_cmp_hints() 2123 rtx tem = operand_subword (x, i, 1, BLKmode); in move_block_from_reg() 2317 else if (CONSTANT_P (src) && GET_MODE (dst) != BLKmode in emit_group_load_1() 2718 gcc_assert (mode != BLKmode); in copy_blkmode_from_reg() [all …]
|
H A D | function.c | 276 if (mode == BLKmode) in get_stack_local_alignment() 441 if (mode != BLKmode || maybe_ne (size, 0)) in assign_stack_local_1() 501 if (mode != BLKmode) in assign_stack_local_1() 839 if (GET_MODE (best_p->slot) == BLKmode) in assign_stack_temp_for_type() 851 p->slot = adjust_address_nv (best_p->slot, BLKmode, rounded_size); in assign_stack_temp_for_type() 878 gcc_assert (mode != BLKmode || align == BIGGEST_ALIGNMENT); in assign_stack_temp_for_type() 880 (mode == BLKmode in assign_stack_temp_for_type() 986 if (mode == BLKmode || memory_required) in assign_temp() 1056 if (GET_MODE (p->slot) != BLKmode) in combine_temp_slots() 1065 if (GET_MODE (q->slot) != BLKmode) in combine_temp_slots() [all …]
|
H A D | stor-layout.c | 397 if (mode == BLKmode) in int_mode_for_mode() 732 if (TYPE_MODE (type) == BLKmode && DECL_MODE (decl) == BLKmode in layout_decl() 1839 SET_TYPE_MODE (type, BLKmode); in compute_record_mode() 1855 || (TYPE_MODE (TREE_TYPE (field)) == BLKmode in compute_record_mode() 1902 if (mode != BLKmode in compute_record_mode() 1910 mode = BLKmode; in compute_record_mode() 1926 if (TYPE_MODE (type) != BLKmode in finalize_type_size() 2135 SET_DECL_MODE (repr, BLKmode); in finish_bitfield_representative() 2416 && type->type_common.mode != BLKmode) in layout_type() 2562 SET_TYPE_MODE (type, BLKmode); in layout_type() [all …]
|
H A D | calls.c | 1024 && args[i].mode != BLKmode in precompute_register_parameters() 1081 save_mode = BLKmode; in save_fixed_argument_area() 1092 if (save_mode == BLKmode) in save_fixed_argument_area() 1094 save_area = assign_stack_temp (BLKmode, num_to_save); in save_fixed_argument_area() 1126 if (save_mode != BLKmode) in restore_fixed_argument_area() 1152 && args[i].mode == BLKmode in store_unaligned_arguments_into_pseudos() 1191 rtx word = operand_subword_force (args[i].value, j, BLKmode); in store_unaligned_arguments_into_pseudos() 2399 copy = gen_rtx_MEM (BLKmode, copy); in initialize_argument_information() 2734 if (TYPE_MODE (TREE_TYPE (args[i].tree_value)) == BLKmode in finalize_must_preallocate() 3106 else if (TYPE_MODE (type) == BLKmode) in load_register_parameters() [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/epiphany/ |
H A D | epiphany.cc | 695 ((MODE) == BLKmode \ 730 gcc_assert (arg.mode != BLKmode); in epiphany_setup_incoming_varargs() 1483 && (TYPE_MODE (type) == BLKmode || TYPE_NEEDS_CONSTRUCTING (type))) in epiphany_return_in_memory() 1497 && (arg.mode == BLKmode || TYPE_NEEDS_CONSTRUCTING (type))) in epiphany_pass_by_reference() 1800 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_prologue() 1825 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1850 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1870 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1898 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_epilogue() 1904 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_epilogue() [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/epiphany/ |
H A D | epiphany.c | 693 ((MODE) == BLKmode \ 728 gcc_assert (arg.mode != BLKmode); in epiphany_setup_incoming_varargs() 1481 && (TYPE_MODE (type) == BLKmode || TYPE_NEEDS_CONSTRUCTING (type))) in epiphany_return_in_memory() 1495 && (arg.mode == BLKmode || TYPE_NEEDS_CONSTRUCTING (type))) in epiphany_pass_by_reference() 1798 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_prologue() 1823 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1848 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1868 mem = gen_frame_mem (BLKmode, in epiphany_expand_prologue() 1896 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_epilogue() 1902 mem = gen_frame_mem (BLKmode, stack_pointer_rtx); in epiphany_expand_epilogue() [all …]
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/m68000/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/riscv32/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/riscv64/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/m68k/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/vax/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/hppa/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/alpha/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/i386/ |
H A D | i386elf.h | 26 (TYPE_MODE (TYPE) == BLKmode \
|
/netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/alpha/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/riscv32/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc.old/usr.bin/gcc/arch/sh3eb/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|
/netbsd-src/external/gpl3/gcc/usr.bin/gcc/arch/m68k/ |
H A D | insn-modes.h | 23 #define BLKmode E_BLKmode macro 25 #define BLKmode ((void) 0, E_BLKmode)
|