Home
last modified time | relevance | path

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

123

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dasan.cc1950 ret = emit_library_call_value (ret, NULL_RTX, LCT_NORMAL, ptr_mode, in asan_emit_stack_protection()
1968 mem = gen_rtx_MEM (ptr_mode, base); in asan_emit_stack_protection()
1970 emit_move_insn (mem, gen_int_mode (ASAN_STACK_FRAME_MAGIC, ptr_mode)); in asan_emit_stack_protection()
1971 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode)); in asan_emit_stack_protection()
1973 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode)); in asan_emit_stack_protection()
2056 mem = gen_rtx_MEM (ptr_mode, base); in asan_emit_stack_protection()
2058 emit_move_insn (mem, gen_int_mode (ASAN_STACK_RETIRED_MAGIC, ptr_mode)); in asan_emit_stack_protection()
2073 offset -= GET_MODE_SIZE (ptr_mode); in asan_emit_stack_protection()
2074 mem = gen_rtx_MEM (ptr_mode, base); in asan_emit_stack_protection()
2075 mem = adjust_address (mem, ptr_mode, offset); in asan_emit_stack_protection()
[all …]
Dexcept.cc972 gen_rtx_REG (ptr_mode, EH_RETURN_DATA_REGNO (0))); in expand_dw2_landing_pad_for_region()
1197 addr = convert_memory_address (ptr_mode, addr); in sjlj_emit_function_enter()
1326 if (unwind_word_mode != ptr_mode) in sjlj_emit_dispatch_table()
1329 mem = convert_memory_address (ptr_mode, mem); in sjlj_emit_dispatch_table()
1331 mem = convert_to_mode (ptr_mode, mem, 0); in sjlj_emit_dispatch_table()
1334 exc_ptr_reg = force_reg (ptr_mode, mem); in sjlj_emit_dispatch_table()
2097 region->exc_ptr_reg = gen_reg_rtx (ptr_mode); in expand_builtin_eh_pointer()
2126 dst->exc_ptr_reg = gen_reg_rtx (ptr_mode); in expand_builtin_eh_copy_values()
2128 src->exc_ptr_reg = gen_reg_rtx (ptr_mode); in expand_builtin_eh_copy_values()
2221 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL); in expand_builtin_frob_return_addr()
[all …]
Dbuiltins.cc1371 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL); in get_memory_rtx()
1796 return convert_memory_address (ptr_mode, result); in expand_builtin_apply()
2546 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true); in expand_builtin_sincos()
3437 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memory_copy_args()
3473 dest_addr = convert_memory_address (ptr_mode, dest_addr); in expand_builtin_memory_copy_args()
3478 dest_addr = gen_rtx_PLUS (ptr_mode, dest_addr, len_rtx); in expand_builtin_memory_copy_args()
3481 dest_addr = gen_rtx_MINUS (ptr_mode, dest_addr, const1_rtx); in expand_builtin_memory_copy_args()
3795 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_strncpy()
4083 rtx rem = copy_to_mode_reg (ptr_mode, convert_to_mode (ptr_mode, len, 0)); in try_store_by_multiple_pieces()
4100 rtx rem_minus_blksize = plus_constant (ptr_mode, rem, -blksize); in try_store_by_multiple_pieces()
[all …]
Dtarghooks.cc1569 return (mode == ptr_mode || mode == Pmode); in default_valid_pointer_mode()
1607 return ptr_mode; in default_addr_space_pointer_mode()
Dmachmode.h957 extern scalar_int_mode ptr_mode;
Doptabs.cc6683 addr = convert_memory_address (ptr_mode, XEXP (mem, 0)); in maybe_emit_sync_lock_test_and_set()
6685 mode, addr, ptr_mode, in maybe_emit_sync_lock_test_and_set()
6991 rtx addr = convert_memory_address (ptr_mode, XEXP (mem, 0)); in expand_atomic_compare_and_swap()
6993 mode, addr, ptr_mode, in expand_atomic_compare_and_swap()
7621 rtx addr = convert_memory_address (ptr_mode, XEXP (mem, 0)); in expand_atomic_fetch_op()
7623 addr, ptr_mode, val, mode); in expand_atomic_fetch_op()
Dexpr.cc2155 dst_addr = convert_memory_address (ptr_mode, dst_addr); in emit_block_op_via_libcall()
2159 src_addr = convert_memory_address (ptr_mode, src_addr); in emit_block_op_via_libcall()
4254 size = convert_modes (Pmode, ptr_mode, size, 1); in push_block()
8529 scalar_int_mode pointer_mode = ptr_mode; in expand_expr_addr_expr()
9198 || (mode == ptr_mode && (unsignedp || ! flag_trapv))) in expand_expr_real_2()
9283 && (modifier != EXPAND_SUM || mode != ptr_mode)) in expand_expr_real_2()
9320 && (modifier != EXPAND_SUM || mode != ptr_mode)) in expand_expr_real_2()
9461 if (modifier == EXPAND_SUM && mode == ptr_mode in expand_expr_real_2()
Dinternal-fn.cc500 gcc_assert (Pmode == ptr_mode); in expand_HWASAN_ALLOCA_UNPOISON()
550 gcc_assert (ptr_mode == Pmode); in expand_HWASAN_MARK()
575 gcc_assert (ptr_mode == Pmode); in expand_HWASAN_SET_TAG()
Dexplow.cc1651 = Pmode == ptr_mode in set_stack_check_libfunc()
Dbuiltin-types.def126 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
Dcalls.cc261 rtx mem = gen_rtx_MEM (ptr_mode, in prepare_call_address()
267 mem = gen_rtx_MEM (ptr_mode, in prepare_call_address()
Demit-rtl.cc78 scalar_int_mode ptr_mode; /* Mode whose width is POINTER_SIZE. */ variable
6147 ptr_mode = as_a <scalar_int_mode> in init_derived_machine_modes()
Drtlanal.cc4878 nonzero &= GET_MODE_MASK (ptr_mode); in nonzero_bits1()
5427 return GET_MODE_PRECISION (Pmode) - GET_MODE_PRECISION (ptr_mode) + 1; in num_sign_bit_copies1()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/i386/
Dgnu-property.cc31 int p2align = ptr_mode == SImode ? 2 : 3; in emit_gnu_property()
Dx86-tune-sched.cc552 && INSN_CODE (condgen) == code_for_stack_protect_test_1 (ptr_mode) in ix86_macro_fusion_pair_p()
Di386.cc3360 gcc_assert (TYPE_MODE (arg.type) == ptr_mode); in ix86_function_arg()
4615 next = expand_binop (ptr_mode, add_optab, in ix86_va_start()
4898 addr_type = build_pointer_type_for_mode (piece_type, ptr_mode, in ix86_gimplify_va_arg()
4900 daddr_type = build_pointer_type_for_mode (piece_type, ptr_mode, in ix86_gimplify_va_arg()
4990 ptrtype = build_pointer_type_for_mode (type, ptr_mode, true); in ix86_gimplify_va_arg()
11399 rtx tp = gen_rtx_UNSPEC (ptr_mode, gen_rtvec (1, const0_rtx), UNSPEC_TP); in get_thread_pointer()
11452 = gen_rtx_SYMBOL_REF (ptr_mode, "_TLS_MODULE_BASE_"); in ix86_tls_module_base()
11496 dest = gen_reg_rtx (ptr_mode); in legitimize_tls_address()
11498 emit_insn (gen_tls_dynamic_gnu2_64 (ptr_mode, dest, x)); in legitimize_tls_address()
11502 tp = get_thread_pointer (ptr_mode, true); in legitimize_tls_address()
[all …]
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.h2580 (mips_trampoline_code_size () + GET_MODE_SIZE (ptr_mode) * 2)
2650 #define CASE_VECTOR_MODE (TARGET_MIPS16_SHORT_JUMP_TABLES ? SImode : ptr_mode)
2654 (!TARGET_MIPS16_SHORT_JUMP_TABLES ? ptr_mode \
2958 ptr_mode == DImode ? ".dword" : ".word", \
2979 ptr_mode == DImode ? ".gpdword" : ".gpword", \
2993 ptr_mode == DImode ? ".dword" : ".word", \
Dmips.cc149 (((ptr_mode == DImode ? 0x37 : 0x23) << 26) \
6797 index = build_int_cst (NULL_TREE, GET_MODE_SIZE (ptr_mode) - 2 - 1); in mips_build_builtin_va_list()
21256 else if (ptr_mode == DImode) in mips_trampoline_code_size()
21278 target_function_offset = static_chain_offset + GET_MODE_SIZE (ptr_mode); in mips_trampoline_init()
21305 else if (ptr_mode == DImode) in mips_trampoline_init()
21409 mem = adjust_address (m_tramp, ptr_mode, static_chain_offset); in mips_trampoline_init()
21413 mem = adjust_address (m_tramp, ptr_mode, target_function_offset); in mips_trampoline_init()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/
Dvxworks.cc195 begin, ptr_mode, in vxworks_emit_call_builtin___clear_cache()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/ia64/
Dia64.h1502 #define CASE_VECTOR_MODE ptr_mode
Dia64.cc1325 if ((mode == Pmode || mode == ptr_mode) && symbolic_operand (op1, VOIDmode)) in ia64_expand_move()
10605 target = convert_memory_address (ptr_mode, target); in ia64_expand_builtin()
10955 rtx tmp = gen_rtx_REG (ptr_mode, this_regno); in ia64_output_mi_thunk()
10984 rtx t = gen_rtx_REG (ptr_mode, 2); in ia64_output_mi_thunk()
10986 emit_move_insn (t, gen_rtx_MEM (ptr_mode, this_rtx)); in ia64_output_mi_thunk()
11010 emit_insn (gen_zero_extendsidi2 (tmp, gen_rtx_MEM (ptr_mode, tmp))); in ia64_output_mi_thunk()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/sh/
Dsh.cc1583 && ! ((mode == Pmode || mode == ptr_mode) in prepare_move_operands()
1690 if (mode == Pmode || mode == ptr_mode) in prepare_move_operands()
10481 opmode = ptr_mode; in sh_expand_builtin()
10777 rtx mem = gen_const_mem (ptr_mode, addr); in emit_load_ptr()
10779 if (Pmode != ptr_mode) in emit_load_ptr()
10836 scratch1 = gen_rtx_REG (ptr_mode, 1); in sh_output_mi_thunk()
10846 && strict_memory_address_p (ptr_mode, this_value)) in sh_output_mi_thunk()
10870 if (strict_memory_address_p (ptr_mode, offset_addr)) in sh_output_mi_thunk()
10890 if (Pmode != ptr_mode) in sh_output_mi_thunk()
10891 scratch0 = gen_rtx_TRUNCATE (ptr_mode, scratch0); in sh_output_mi_thunk()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/alpha/
Dpredicates.md182 return mode == ptr_mode || mode == Pmode;
Dalpha.cc6242 ptr_type = build_pointer_type_for_mode (type, ptr_mode, true); in alpha_gimplify_va_arg_1()
6330 ptr_mode, true); in alpha_gimplify_va_arg()
6353 type = build_pointer_type_for_mode (type, ptr_mode, true); in alpha_gimplify_va_arg()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/rs6000/
Drs6000-call.cc2562 tree ptrtype = build_pointer_type_for_mode (type, ptr_mode, true); in rs6000_gimplify_va_arg()

123