| /openbsd-src/gnu/gcc/gcc/config/mips/ |
| H A D | mips.h | 2032 if (ptr_mode == DImode) \ 2038 if (ptr_mode == DImode) \ 2051 if (ptr_mode == DImode) \ 2068 #define TRAMPOLINE_SIZE (32 + GET_MODE_SIZE (ptr_mode) * 2) 2072 #define TRAMPOLINE_ALIGNMENT GET_MODE_BITSIZE (ptr_mode) 2092 chain_addr = plus_constant (func_addr, GET_MODE_SIZE (ptr_mode)); \ 2093 emit_move_insn (gen_rtx_MEM (ptr_mode, func_addr), FUNC); \ 2094 emit_move_insn (gen_rtx_MEM (ptr_mode, chain_addr), CHAIN); \ 2201 (TARGET_MIPS16 ? HImode : ptr_mode) 2564 ptr_mode == DImode ? ".dword" : ".word", \ [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | builtins.c | 822 rtx addr = expand_expr (exp, NULL_RTX, ptr_mode, EXPAND_SUM); 1349 if (GET_MODE (result) != ptr_mode) 1350 result = convert_memory_address (ptr_mode, result); 1677 expand_expr (src, src_reg, ptr_mode, EXPAND_SUM)); 2000 if (GET_MODE (dest_mem) != ptr_mode) 2001 dest_mem = convert_memory_address (ptr_mode, dest_mem); 2017 if (GET_MODE (dest_addr) != ptr_mode) 2018 dest_addr = convert_memory_address (ptr_mode, dest_addr); 2142 if (GET_MODE (dest_mem) != ptr_mode) 2143 dest_mem = convert_memory_address (ptr_mode, dest_mem); [all …]
|
| H A D | machmode.h | 174 extern enum machine_mode ptr_mode;
|
| H A D | explow.c | 383 from_mode = to_mode == ptr_mode ? Pmode : ptr_mode; 1544 if (GET_MODE (addr) != ptr_mode) 1545 addr = convert_memory_address (ptr_mode, addr); 1549 ptr_mode);
|
| H A D | builtin-types.def | 77 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
|
| H A D | except.c | 573 data_save[0] = gen_reg_rtx (ptr_mode); 850 exc_ptr = gen_reg_rtx (ptr_mode); 1811 VOIDmode, 1, cfun->eh->exc_ptr, ptr_mode); in connect_post_landing_pads() 1884 gen_rtx_REG (ptr_mode, EH_RETURN_DATA_REGNO (0))); in dw2_build_landing_pads() 3052 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, 0);
|
| H A D | expr.c | 3631 size = convert_modes (Pmode, ptr_mode, size, 1); 4134 if (GET_MODE (offset_rtx) != ptr_mode) 4135 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); 4651 copy_size_rtx = convert_to_mode (ptr_mode, copy_size_rtx, 4983 if (GET_MODE (offset_rtx) != ptr_mode) 4984 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); 7478 if (GET_MODE (offset_rtx) != ptr_mode) 7479 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); 8050 || (mode == ptr_mode && (unsignedp || ! flag_trapv))) 8118 || mode != ptr_mode) [all …]
|
| H A D | simplify-rtx.c | 738 && mode == Pmode && GET_MODE (op) == ptr_mode 751 && mode == Pmode && GET_MODE (op) == ptr_mode
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | machmode.h | 174 extern enum machine_mode ptr_mode;
|
| H A D | explow.c | 330 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 D | except.c | 606 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 D | builtins.c | 1031 rtx addr = expand_expr (exp, NULL_RTX, ptr_mode, EXPAND_NORMAL); in get_memory_rtx() 1527 return convert_memory_address (ptr_mode, result); in expand_builtin_apply() 2716 pat = expand_expr (src, src_reg, ptr_mode, EXPAND_NORMAL); in expand_builtin_strlen() 2885 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memcpy() 2900 dest_addr = convert_memory_address (ptr_mode, dest_addr); in expand_builtin_memcpy() 2982 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_mempcpy() 2997 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_mempcpy() 3366 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_strncpy() 3488 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memset() 3508 dest_mem = convert_memory_address (ptr_mode, dest_mem); in expand_builtin_memset() [all …]
|
| H A D | expr.c | 1354 dst_addr = convert_memory_address (ptr_mode, dst_addr); in emit_block_move_via_libcall() 1355 src_addr = convert_memory_address (ptr_mode, src_addr); in emit_block_move_via_libcall() 3426 size = convert_modes (Pmode, ptr_mode, size, 1); in push_block() 4088 if (GET_MODE (offset_rtx) != ptr_mode) in expand_assignment() 4089 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); in expand_assignment() 4480 copy_size_rtx = convert_to_mode (ptr_mode, copy_size_rtx, in store_expr() 5004 if (GET_MODE (offset_rtx) != ptr_mode) in store_constructor() 5005 offset_rtx = convert_to_mode (ptr_mode, offset_rtx, 0); in store_constructor() 6596 if (tmode != Pmode && tmode != ptr_mode) in expand_expr_addr_expr() 7469 if (GET_MODE (offset_rtx) != ptr_mode) in expand_expr_real_1() [all …]
|
| H A D | rtlanal.c | 3450 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 D | builtin-types.def | 93 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
|
| H A D | tree-mudflap.c | 359 mf_uintptr_type = lang_hooks.types.type_for_mode (ptr_mode, in mudflap_init()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
| H A D | boehm.c | 233 TREE_TYPE (value) = java_type_for_mode (ptr_mode, 1); in get_boehm_type_descriptor()
|
| /openbsd-src/gnu/gcc/gcc/config/score/ |
| H A D | score.c | 770 emit_move_insn (gen_rtx_MEM (ptr_mode, plus_constant (ADDR, i << 2)), in score_initialize_trampoline() 774 pchain = plus_constant (ADDR, CODE_SIZE + GET_MODE_SIZE (ptr_mode)); in score_initialize_trampoline() 776 emit_move_insn (gen_rtx_MEM (ptr_mode, pfunc), FUNC); in score_initialize_trampoline() 777 emit_move_insn (gen_rtx_MEM (ptr_mode, pchain), CHAIN); in score_initialize_trampoline()
|
| H A D | score.h | 637 (TRAMPOLINE_INSNS * GET_MODE_SIZE (SImode) + GET_MODE_SIZE (ptr_mode) * 2)
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 1068 else if ((GET_MODE (src) == Pmode || GET_MODE (src) == ptr_mode) 1146 if (mode == Pmode || mode == ptr_mode) 1254 symbolic_operand (op1, ptr_mode))) 3654 rtx addr = force_reg (ptr_mode, 3659 return gen_rtx_MEM (ptr_mode, addr); 8038 mem = expand_expr (arg0, NULL_RTX, ptr_mode, 0); 8042 mem = gen_rtx_MEM (mode, force_reg (ptr_mode, mem)); 8092 mem = expand_expr (arg0, NULL_RTX, ptr_mode, 0); 8095 mem = gen_rtx_MEM (mode, force_reg (ptr_mode, mem)); 8126 mem = expand_expr (arg0, NULL_RTX, ptr_mode, 0); [all …]
|
| H A D | ia64.h | 2287 #define CASE_VECTOR_MODE ptr_mode
|
| /openbsd-src/gnu/gcc/gcc/config/sh/ |
| H A D | sh.c | 1190 && ! ((mode == Pmode || mode == ptr_mode) in prepare_move_operands() 1251 if (mode == Pmode || mode == ptr_mode) in prepare_move_operands() 9585 opmode = ptr_mode; in sh_expand_builtin() 9776 rtx mem = gen_const_mem (ptr_mode, addr); in emit_load_ptr() 9778 if (Pmode != ptr_mode) in emit_load_ptr() 9834 scratch1 = gen_rtx_REG (ptr_mode, 1); in sh_output_mi_thunk() 9846 scratch1 = gen_rtx_REG (ptr_mode, i); in sh_output_mi_thunk() 9864 && strict_memory_address_p (ptr_mode, this_value)) in sh_output_mi_thunk() 9888 if (strict_memory_address_p (ptr_mode, offset_addr)) in sh_output_mi_thunk() 9914 if (Pmode != ptr_mode) in sh_output_mi_thunk() [all …]
|
| /openbsd-src/gnu/gcc/gcc/config/ia64/ |
| H A D | ia64.c | 1061 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 D | ia64.h | 1931 #define CASE_VECTOR_MODE ptr_mode
|
| /openbsd-src/gnu/gcc/gcc/config/alpha/ |
| H A D | predicates.md | 202 return mode == ptr_mode || mode == DImode;
|