Home
last modified time | relevance | path

Searched refs:ptr_mode (Results 1 – 25 of 30) sorted by relevance

12

/freebsd-12.1/contrib/gcc/config/mips/
H A Dmips.h2064 if (ptr_mode == DImode) \
2070 if (ptr_mode == DImode) \
2083 if (ptr_mode == DImode) \
2100 #define TRAMPOLINE_SIZE (32 + GET_MODE_SIZE (ptr_mode) * 2)
2104 #define TRAMPOLINE_ALIGNMENT GET_MODE_BITSIZE (ptr_mode)
2125 emit_move_insn (gen_rtx_MEM (ptr_mode, func_addr), FUNC); \
2126 emit_move_insn (gen_rtx_MEM (ptr_mode, chain_addr), CHAIN); \
2233 (TARGET_MIPS16 ? HImode : ptr_mode)
2595 ptr_mode == DImode ? ".dword" : ".word", \
2610 ptr_mode == DImode ? ".gpdword" : ".gpword", \
[all …]
H A Dmips.c4174 index = build_int_cst (NULL_TREE, GET_MODE_SIZE (ptr_mode) - 2 - 1); in mips_build_builtin_va_list()
/freebsd-12.1/contrib/gcc/
H A Dmachmode.h174 extern enum machine_mode ptr_mode;
H A Dexplow.c330 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode; in convert_memory_address()
1362 addr = convert_memory_address (ptr_mode, addr); in probe_stack_range()
1364 ptr_mode); in probe_stack_range()
H A Dexcept.c606 exc_ptr = gen_reg_rtx (ptr_mode); in get_exception_pointer()
1573 VOIDmode, 1, cfun->eh->exc_ptr, ptr_mode); in connect_post_landing_pads()
1644 gen_rtx_REG (ptr_mode, EH_RETURN_DATA_REGNO (0))); in dw2_build_landing_pads()
2000 if (word_mode != ptr_mode) in sjlj_emit_dispatch_table()
2003 mem = convert_memory_address (ptr_mode, mem); in sjlj_emit_dispatch_table()
2005 mem = convert_to_mode (ptr_mode, mem, 0); in sjlj_emit_dispatch_table()
2939 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, 0); in expand_builtin_frob_return_addr()
3027 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, 0); in expand_builtin_extend_pointer()
3038 return convert_modes (word_mode, ptr_mode, addr, extend); in expand_builtin_extend_pointer()
H A Dbuiltins.c1525 return convert_memory_address (ptr_mode, result); in expand_builtin_apply()
2714 pat = expand_expr (src, src_reg, ptr_mode, EXPAND_NORMAL); in expand_builtin_strlen()
2883 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memcpy()
2898 dest_addr = convert_memory_address (ptr_mode, dest_addr); in expand_builtin_memcpy()
2980 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_mempcpy()
2995 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_mempcpy()
3353 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_strncpy()
3475 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memset()
3495 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memset()
3507 dest_addr = convert_memory_address (ptr_mode, dest_addr); in expand_builtin_memset()
[all …]
H A Dexpr.c1356 dst_addr = convert_memory_address (ptr_mode, dst_addr); in emit_block_move_via_libcall()
1357 src_addr = convert_memory_address (ptr_mode, src_addr); in emit_block_move_via_libcall()
3422 size = convert_modes (Pmode, ptr_mode, size, 1); in push_block()
4084 if (GET_MODE (offset_rtx) != ptr_mode) in expand_assignment()
5000 if (GET_MODE (offset_rtx) != ptr_mode) in store_constructor()
6641 if (tmode != Pmode && tmode != ptr_mode) in expand_expr_addr_expr()
7514 if (GET_MODE (offset_rtx) != ptr_mode) in expand_expr_real_1()
7946 || (mode == ptr_mode && (unsignedp || ! flag_trapv))) in expand_expr_real_1()
8011 || mode != ptr_mode) in expand_expr_real_1()
8052 || mode != ptr_mode) in expand_expr_real_1()
[all …]
H A Drtlanal.c3450 nonzero &= GET_MODE_MASK (ptr_mode); in nonzero_bits1()
3688 nonzero &= GET_MODE_MASK (ptr_mode); in nonzero_bits1()
3959 return GET_MODE_BITSIZE (Pmode) - GET_MODE_BITSIZE (ptr_mode) + 1; in num_sign_bit_copies1()
4139 - GET_MODE_BITSIZE (ptr_mode) + 1), in num_sign_bit_copies1()
H A Dbuiltin-types.def95 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
H A Dtree-mudflap.c359 mf_uintptr_type = lang_hooks.types.type_for_mode (ptr_mode, in mudflap_init()
H A Dtree-nested.c523 if (Pmode == ptr_mode) in get_nl_goto_field()
H A Dtree.c5020 return build_pointer_type_for_mode (to_type, ptr_mode, false); in build_pointer_type()
5038 TYPE_MODE (t) = ptr_mode; in build_block_pointer_type()
5094 return build_reference_type_for_mode (to_type, ptr_mode, false); in build_reference_type()
H A Demit-rtl.c66 enum machine_mode ptr_mode; /* Mode whose width is POINTER_SIZE. */ variable
5144 ptr_mode = mode_for_size (POINTER_SIZE, GET_MODE_CLASS (Pmode), 0); in init_emit_once()
H A Dvarasm.c5903 return (mode == ptr_mode || mode == Pmode); in default_valid_pointer_mode()
6111 bias = 1 << (GET_MODE_BITSIZE (ptr_mode) - 1); in get_section_anchor()
H A Dsimplify-rtx.c828 && mode == Pmode && GET_MODE (op) == ptr_mode in simplify_unary_operation_1()
850 && mode == Pmode && GET_MODE (op) == ptr_mode in simplify_unary_operation_1()
H A Dtree.def766 descriptor of type ptr_mode. */
H A Dfunction.c4033 emit_cmp_and_jump_insns (x, y, EQ, NULL_RTX, ptr_mode, 1, label); in stack_protect_epilogue()
H A DFSFChangeLog.106476 * alpha.c (alpha_builtin_saveregs): Use ptr_mode and conversions
8924 (input_operand, case CONST): Allow ptr_mode and DImode.
9082 * stmt.c (expand_computed_goto): Convert from ptr_mode to Pmode.
9200 (allocate_dynamic_stack_space): Convert size from ptr_mode.
9202 Use ptr_mode instead of Pmode in some places.
9205 (expand_expr, case ADDR_EXPR): Convert from Pmode to ptr_mode.
H A Dc-common.c4642 mode = ptr_mode; in handle_mode_attribute()
H A DChangeLog-199915068 * function.c (put_var_into_stack): Change ptr_mode to Pmode
15071 * expr.c (emit_push_insn): Change ptr_mode to Pmode in
15073 (expand_assignment): Change ptr_mode to Pmode in
15075 (store_expr): Change ptr_mode to Pmode in
15077 (expand_expr): Change ptr_mode to Pmode in
15079 (expand_builtin): Change ptr_mode to Pmode in
15082 * calls.c (rtx_for_function_call): Change ptr_mode to Pmode in
15084 (expand_call): Change ptr_mode to Pmode in
15086 (expand_call): Change ptr_mode to Pmode in
15088 (store_one_arg): Change ptr_mode to Pmode in
H A DChangeLog-20017688 Pass function call operand as ptr_mode, not Pmode.
7693 is in Pmode, not ptr_mode.
8268 Properly handle ptr_mode vs. Pmode in offset calculation.
21556 (expand_eh_return): Clean up ptr_mode != Pmode cases.
30471 returns Pmode pseudo, but we need ptr_mode.
31078 stack_check_libfunc is ptr_mode, not Pmode.
33533 and copy when ptr_mode != Pmode.
33534 * expmed.c (make_tree): Convert X from Pmode to ptr_mode, if needed.
H A DChangeLog-199731 offset's mode is not ptr_mode, convert it.
H A DChangeLog-20034967 * config/mips/mips.c (mips_load_got): Assume Pmode == ptr_mode.
12045 * except.c (sjlj_emit_dispatch_table): Use ptr_mode, not Pmode,
24641 * config/mips/mips.h: Change Pmode back to ptr_mode
24649 addresses depend on ptr_mode rather than Pmode.
24651 (INITIALIZE_TRAMPOLINE): Rework to handle Pmode != ptr_mode.
24652 (CASE_VECTOR_MODE): Use ptr_mode for !TARGET_MIPS16.
24728 (mips_restore_gp): Use ptr_mode for the GP save slot.
/freebsd-12.1/contrib/gcc/config/ia64/
H A Dia64.c1061 if ((mode == Pmode || mode == ptr_mode) && symbolic_operand (op1, VOIDmode)) in ia64_expand_move()
9148 target = convert_memory_address (ptr_mode, target); in ia64_expand_builtin()
9442 rtx tmp = gen_rtx_REG (ptr_mode, this_regno); in ia64_output_mi_thunk()
9475 rtx t = gen_rtx_REG (ptr_mode, 2); in ia64_output_mi_thunk()
9477 emit_move_insn (t, gen_rtx_MEM (ptr_mode, this)); in ia64_output_mi_thunk()
9502 emit_move_insn (gen_rtx_REG (ptr_mode, 2), in ia64_output_mi_thunk()
9503 gen_rtx_MEM (ptr_mode, tmp)); in ia64_output_mi_thunk()
H A Dia64.h1931 #define CASE_VECTOR_MODE ptr_mode

12