HomeSort by: relevance | last modified time | path
    Searched refs:ptr_mode (Results 1 - 25 of 107) sorted by relevancy

1 2 3 4 5

  /src/external/gpl3/gcc.old/dist/gcc/config/tilegx/
linux.h 52 #define TARGET_THREAD_SSP_OFFSET (-2 * GET_MODE_SIZE (ptr_mode))
  /src/external/gpl3/gcc.old/dist/gcc/config/tilepro/
linux.h 44 #define TARGET_THREAD_SSP_OFFSET (-2 * GET_MODE_SIZE (ptr_mode))
  /src/external/gpl3/gcc/dist/gcc/config/i386/
gnu-property.cc 31 int p2align = ptr_mode == SImode ? 2 : 3;
x86-tune-sched.cc 660 && INSN_CODE (condgen) == code_for_stack_protect_test_1 (ptr_mode)
  /src/external/gpl3/gcc.old/dist/gcc/config/i386/
gnu-property.cc 31 int p2align = ptr_mode == SImode ? 2 : 3;
x86-tune-sched.cc 613 && INSN_CODE (condgen) == code_for_stack_protect_test_1 (ptr_mode)
i386.cc 3372 gcc_assert (TYPE_MODE (arg.type) == ptr_mode);
4628 next = expand_binop (ptr_mode, add_optab,
4929 addr_type = build_pointer_type_for_mode (piece_type, ptr_mode,
4931 daddr_type = build_pointer_type_for_mode (piece_type, ptr_mode,
5021 ptrtype = build_pointer_type_for_mode (type, ptr_mode, true);
11439 rtx tp = gen_rtx_UNSPEC (ptr_mode, gen_rtvec (1, const0_rtx), UNSPEC_TP);
11492 = gen_rtx_SYMBOL_REF (ptr_mode, "_TLS_MODULE_BASE_");
11536 dest = gen_reg_rtx (ptr_mode);
11538 emit_insn (gen_tls_dynamic_gnu2_64 (ptr_mode, dest, x));
11542 tp = get_thread_pointer (ptr_mode, true)
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/
vxworks.cc 189 begin, ptr_mode,
  /src/external/gpl3/gcc.old/dist/gcc/config/
vxworks.cc 195 begin, ptr_mode,
  /src/external/gpl3/gcc/dist/gcc/
asan.cc 1992 ret = emit_library_call_value (ret, NULL_RTX, LCT_NORMAL, ptr_mode,
2010 mem = gen_rtx_MEM (ptr_mode, base);
2012 emit_move_insn (mem, gen_int_mode (ASAN_STACK_FRAME_MAGIC, ptr_mode));
2013 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode));
2015 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode));
2099 mem = gen_rtx_MEM (ptr_mode, base);
2101 emit_move_insn (mem, gen_int_mode (ASAN_STACK_RETIRED_MAGIC, ptr_mode));
2120 rtx addr = convert_memory_address (ptr_mode, base);
2121 rtx orig_addr = convert_memory_address (ptr_mode, orig_base);
2122 emit_library_call (ret, LCT_NORMAL, ptr_mode, addr, ptr_mode
    [all...]
builtins.cc 1360 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
1810 return convert_memory_address (ptr_mode, result);
2575 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
3758 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3794 dest_addr = convert_memory_address (ptr_mode, dest_addr);
3799 dest_addr = gen_rtx_PLUS (ptr_mode, dest_addr, len_rtx);
3802 dest_addr = gen_rtx_MINUS (ptr_mode, dest_addr, const1_rtx);
4114 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4511 rtx rem = copy_to_mode_reg (ptr_mode, convert_to_mode (ptr_mode, len, 0))
    [all...]
except.cc 983 gen_rtx_REG (ptr_mode, EH_RETURN_DATA_REGNO (0)));
1209 addr = convert_memory_address (ptr_mode, addr);
1338 if (unwind_word_mode != ptr_mode)
1341 mem = convert_memory_address (ptr_mode, mem);
1343 mem = convert_to_mode (ptr_mode, mem, 0);
1346 exc_ptr_reg = force_reg (ptr_mode, mem);
2113 region->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2142 dst->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2144 src->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2240 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL)
    [all...]
targhooks.cc 1632 of ptr_mode or Pmode - can be overridden. */
1636 return (mode == ptr_mode || mode == Pmode);
1669 defaulting to ptr_mode for all address spaces. */
1674 return ptr_mode;
1697 standard Pmode and ptr_mode. These optimizations become invalid if
  /src/external/gpl3/gcc.old/dist/gcc/
asan.cc 1950 ret = emit_library_call_value (ret, NULL_RTX, LCT_NORMAL, ptr_mode,
1968 mem = gen_rtx_MEM (ptr_mode, base);
1970 emit_move_insn (mem, gen_int_mode (ASAN_STACK_FRAME_MAGIC, ptr_mode));
1971 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode));
1973 mem = adjust_address (mem, VOIDmode, GET_MODE_SIZE (ptr_mode));
2056 mem = gen_rtx_MEM (ptr_mode, base);
2058 emit_move_insn (mem, gen_int_mode (ASAN_STACK_RETIRED_MAGIC, ptr_mode));
2073 offset -= GET_MODE_SIZE (ptr_mode);
2074 mem = gen_rtx_MEM (ptr_mode, base);
2075 mem = adjust_address (mem, ptr_mode, offset)
    [all...]
except.cc 983 gen_rtx_REG (ptr_mode, EH_RETURN_DATA_REGNO (0)));
1209 addr = convert_memory_address (ptr_mode, addr);
1338 if (unwind_word_mode != ptr_mode)
1341 mem = convert_memory_address (ptr_mode, mem);
1343 mem = convert_to_mode (ptr_mode, mem, 0);
1346 exc_ptr_reg = force_reg (ptr_mode, mem);
2113 region->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2142 dst->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2144 src->exc_ptr_reg = gen_reg_rtx (ptr_mode);
2237 rtx addr = expand_expr (addr_tree, NULL_RTX, ptr_mode, EXPAND_NORMAL)
    [all...]
builtins.cc 1371 addr = expand_expr (orig_exp, NULL_RTX, ptr_mode, EXPAND_NORMAL);
1797 return convert_memory_address (ptr_mode, result);
2547 alias_type = build_pointer_type_for_mode (TREE_TYPE (arg), ptr_mode, true);
3438 dest_mem = convert_memory_address (ptr_mode, dest_mem);
3474 dest_addr = convert_memory_address (ptr_mode, dest_addr);
3479 dest_addr = gen_rtx_PLUS (ptr_mode, dest_addr, len_rtx);
3482 dest_addr = gen_rtx_MINUS (ptr_mode, dest_addr, const1_rtx);
3796 dest_mem = convert_memory_address (ptr_mode, dest_mem);
4084 rtx rem = copy_to_mode_reg (ptr_mode, convert_to_mode (ptr_mode, len, 0))
    [all...]
targhooks.cc 1565 of ptr_mode or Pmode - can be overridden. */
1569 return (mode == ptr_mode || mode == Pmode);
1602 defaulting to ptr_mode for all address spaces. */
1607 return ptr_mode;
1630 standard Pmode and ptr_mode. These optimizations become invalid if
  /src/external/gpl3/gcc/dist/gcc/config/mips/
mips.h 1795 /* Pmode is always the same as ptr_mode, but not always the same as word_mode.
2611 (mips_trampoline_code_size () + GET_MODE_SIZE (ptr_mode) * 2)
2684 #define CASE_VECTOR_MODE (TARGET_MIPS16_SHORT_JUMP_TABLES ? SImode : ptr_mode)
2688 (!TARGET_MIPS16_SHORT_JUMP_TABLES ? ptr_mode \
2994 ptr_mode == DImode ? ".dword" : ".word", \
3015 ptr_mode == DImode ? ".gpdword" : ".gpword", \
3029 ptr_mode == DImode ? ".dword" : ".word", \
  /src/external/gpl3/gcc.old/dist/gcc/config/mips/
mips.h 1770 /* Pmode is always the same as ptr_mode, but not always the same as word_mode.
2593 (mips_trampoline_code_size () + GET_MODE_SIZE (ptr_mode) * 2)
2666 #define CASE_VECTOR_MODE (TARGET_MIPS16_SHORT_JUMP_TABLES ? SImode : ptr_mode)
2670 (!TARGET_MIPS16_SHORT_JUMP_TABLES ? ptr_mode \
2976 ptr_mode == DImode ? ".dword" : ".word", \
2997 ptr_mode == DImode ? ".gpdword" : ".gpword", \
3011 ptr_mode == DImode ? ".dword" : ".word", \
  /src/external/gpl3/gcc.old/dist/gcc/config/loongarch/
loongarch.h 337 /* Pmode is always the same as ptr_mode, but not always the same as word_mode.
974 fprintf (STREAM, "\t%s\t%sL%d\n", ptr_mode == DImode ? ".dword" : ".word", \
983 ptr_mode == DImode ? ".dword" : ".word", LOCAL_LABEL_PREFIX, \
  /src/external/gpl3/gcc/dist/gcc/config/loongarch/
loongarch.h 277 /* Pmode is always the same as ptr_mode, but not always the same as word_mode.
1060 fprintf (STREAM, "\t%s\t%sL%d\n", ptr_mode == DImode ? ".dword" : ".word", \
1069 ptr_mode == DImode ? ".dword" : ".word", LOCAL_LABEL_PREFIX, \
  /src/external/gpl3/gcc/dist/gcc/fortran/
types.def 73 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
types.def 73 DEF_PRIMITIVE_TYPE (BT_PTRMODE, (*lang_hooks.types.type_for_mode)(ptr_mode, 0))
  /src/external/gpl3/gcc.old/dist/gcc/d/
d-builtins.cc 657 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 0));
660 t = build_frontend_type (lang_hooks.types.type_for_mode (ptr_mode, 1));
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64.cc 2056 /* The purpose of comparing with ptr_mode is to support the
2059 return mode == Pmode || mode == ptr_mode;
2871 gcc_assert (mode == Pmode || mode == ptr_mode);
2932 if (mode == ptr_mode)
2967 so use ptr_mode. */
2968 rtx result = gen_rtx_REG (ptr_mode, R0_REGNUM);
2971 if (GET_MODE (dest) != ptr_mode)
2972 tmp_reg = can_create_pseudo_p () ? gen_reg_rtx (ptr_mode) : result;
2975 if (ptr_mode == SImode)
2985 from SImode (ptr_mode) to DImode (Pmode). *
    [all...]

Completed in 100 milliseconds

1 2 3 4 5