Searched +refs:dwarf +refs:mode (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/config/nds32/
H A Dnds32.c412 rtx dwarf; local
540 dwarf = alloc_reg_note (REG_CFA_ADJUST_CFA,
542 REG_NOTES (parallel_insn) = dwarf;
566 rtx dwarf = NULL_RTX; local
633 dwarf = alloc_reg_note (REG_CFA_RESTORE, reg, dwarf);
649 dwarf = alloc_reg_note (REG_CFA_RESTORE, reg, dwarf);
663 dwarf = alloc_reg_note (REG_CFA_RESTORE, reg, dwarf);
849 rtx dwarf = NULL_RTX; local
1046 nds32_needs_double_word_align(machine_mode mode, const_tree type) argument
1229 nds32_class_max_nregs(reg_class_t rclass ATTRIBUTE_UNUSED, machine_mode mode) argument
1332 nds32_function_arg(cumulative_args_t ca, machine_mode mode, const_tree type, bool named) argument
1394 nds32_must_pass_in_stack(machine_mode mode, const_tree type) argument
1407 nds32_arg_partial_bytes(cumulative_args_t ca, machine_mode mode, tree type, bool named ATTRIBUTE_UNUSED) argument
1451 nds32_function_arg_advance(cumulative_args_t ca, machine_mode mode, const_tree type, bool named) argument
1497 nds32_function_arg_boundary(machine_mode mode, const_tree type) argument
1511 machine_mode mode; local
1523 nds32_libcall_value(machine_mode mode, const_rtx fun ATTRIBUTE_UNUSED) argument
1721 nds32_setup_incoming_varargs(cumulative_args_t ca, machine_mode mode, tree type, int *pretend_args_size, int second_time ATTRIBUTE_UNUSED) argument
1937 nds32_legitimate_address_p(machine_mode mode, rtx x, bool strict) argument
2134 nds32_address_cost(rtx address, machine_mode mode, addr_space_t as, bool speed) argument
2757 nds32_expand_builtin(tree exp, rtx target, rtx subtarget, machine_mode mode, int ignore) argument
2787 nds32_hard_regno_nregs(int regno ATTRIBUTE_UNUSED, machine_mode mode) argument
2794 nds32_hard_regno_mode_ok(int regno, machine_mode mode) argument
3478 nds32_ls_333_p(rtx rt, rtx ra, rtx imm, machine_mode mode) argument
[all...]
/haiku-buildtools/gcc/libsanitizer/libbacktrace/
H A DMakefile.in92 am_libsanitizer_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo \
103 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
107 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
112 --mode=compile $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
116 --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(AM_LDFLAGS) \
280 ../../libbacktrace/dwarf.c \
370 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dwarf.Plo@am__quote@
403 @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT atomic.lo -MD -MP -MF $(DEPDIR)/atomic.Tpo -c -o atomic.lo `test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`../../libbacktrace/atomic.c
407 @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o atomic.lo `test -f '../../libbacktrace/atomic.c' || echo '$(srcdir)/'`../../libbacktrace/atomic.c
409 dwarf
[all...]
/haiku-buildtools/gcc/gcc/config/stormy16/
H A Dstormy16.c147 xstormy16_address_cost (rtx x, machine_mode mode ATTRIBUTE_UNUSED,
159 xstormy16_memory_move_cost (machine_mode mode, reg_class_t rclass, argument
162 return (5 + memory_move_secondary_cost (mode, rclass, in));
194 machine_mode mode; local
196 mode = GET_MODE (op0);
197 gcc_assert (mode == HImode || mode == SImode);
199 if (mode == SImode
216 else if (mode == SImode
222 int num_words = GET_MODE_BITSIZE (mode) / BITS_PER_WOR
288 xstormy16_split_cbranch(machine_mode mode, rtx label, rtx comparison, rtx dest) argument
570 xstormy16_splittable_below100_operand(rtx x, machine_mode mode) argument
734 short_memory_operand(rtx x, machine_mode mode) argument
748 xstormy16_split_move(machine_mode mode, rtx dest, rtx src) argument
880 xstormy16_expand_move(machine_mode mode, rtx dest, rtx src) argument
1093 rtx dwarf; local
1117 rtx dwarf; local
1256 xstormy16_function_arg_advance(cumulative_args_t cum_v, machine_mode mode, const_tree type, bool named ATTRIBUTE_UNUSED) argument
1272 xstormy16_function_arg(cumulative_args_t cum_v, machine_mode mode, const_tree type, bool named ATTRIBUTE_UNUSED) argument
1495 machine_mode mode; local
1504 xstormy16_libcall_value(machine_mode mode, const_rtx fun ATTRIBUTE_UNUSED) argument
1947 machine_mode mode; local
1988 xstormy16_expand_arith(machine_mode mode, enum rtx_code code, rtx dest, rtx src0, rtx src1) argument
2091 xstormy16_output_shift(machine_mode mode, enum rtx_code code, rtx x, rtx size_r, rtx temp) argument
[all...]
/haiku-buildtools/gcc/gcc/config/arm/
H A Darm.c297 static bool arm_builtin_support_vector_misalignment (machine_mode mode,
883 we must report the mode of the memory reference from
2218 machine_mode mode;
2225 arm_set_fixed_optab_libfunc (optab optable, machine_mode mode,
2236 set_optab_libfunc (optable, mode, buffer);
2463 arm_set_fixed_optab_libfunc (add_optab, fixed_arith_modes[i].mode,
2465 arm_set_fixed_optab_libfunc (ssadd_optab, fixed_arith_modes[i].mode,
2467 arm_set_fixed_optab_libfunc (usadd_optab, fixed_arith_modes[i].mode,
2469 arm_set_fixed_optab_libfunc (sub_optab, fixed_arith_modes[i].mode,
2471 arm_set_fixed_optab_libfunc (sssub_optab, fixed_arith_modes[i].mode,
2214 machine_mode mode; member in struct:__anon22
2221 arm_set_fixed_optab_libfunc(optab optable, machine_mode mode, const char *funcname, const char *modename, int num_suffix) argument
3760 arm_split_constant(enum rtx_code code, machine_mode mode, rtx insn, HOST_WIDE_INT val, rtx target, rtx source, int subtargets) argument
4060 arm_gen_constant(enum rtx_code code, machine_mode mode, rtx cond, HOST_WIDE_INT val, rtx target, rtx source, int subtargets, int generate) argument
4723 machine_mode mode; local
4868 machine_mode mode; local
5000 arm_libcall_value_1(machine_mode mode) argument
5015 arm_libcall_value(machine_mode mode, const_rtx libcall) argument
5325 machine_mode mode; local
5515 aapcs_vfp_is_call_or_return_candidate(enum arm_pcs pcs_variant, machine_mode mode, const_tree type, machine_mode *base_mode, int *count) argument
5556 aapcs_vfp_is_return_candidate(enum arm_pcs pcs_variant, machine_mode mode, const_tree type) argument
5569 aapcs_vfp_is_call_candidate(CUMULATIVE_ARGS *pcum, machine_mode mode, const_tree type) argument
5581 aapcs_vfp_allocate(CUMULATIVE_ARGS *pcum, machine_mode mode, const_tree type ATTRIBUTE_UNUSED) argument
5634 aapcs_vfp_allocate_return_reg(enum arm_pcs pcs_variant ATTRIBUTE_UNUSED, machine_mode mode, const_tree type ATTRIBUTE_UNUSED) argument
5740 aapcs_select_call_coproc(CUMULATIVE_ARGS *pcum, machine_mode mode, const_tree type) argument
5789 aapcs_allocate_return_reg(machine_mode mode, const_tree type, const_tree fntype) argument
5844 aapcs_libcall_value(machine_mode mode) argument
5856 aapcs_layout_arg(CUMULATIVE_ARGS *pcum, machine_mode mode, const_tree type, bool named) argument
6021 arm_needs_doubleword_align(machine_mode mode, const_tree type) argument
6063 arm_function_arg(cumulative_args_t pcum_v, machine_mode mode, const_tree type, bool named) argument
6116 arm_function_arg_boundary(machine_mode mode, const_tree type) argument
6124 arm_arg_partial_bytes(cumulative_args_t pcum_v, machine_mode mode, tree type, bool named) argument
6152 arm_function_arg_advance(cumulative_args_t pcum_v, machine_mode mode, const_tree type, bool named) argument
6615 legitimize_pic_address(rtx orig, machine_mode mode, rtx reg) argument
6940 arm_legitimate_address_outer_p(machine_mode mode, rtx x, RTX_CODE outer, int strict_p) argument
7027 thumb2_legitimate_address_p(machine_mode mode, rtx x, int strict_p) argument
7122 arm_legitimate_index_p(machine_mode mode, rtx index, RTX_CODE outer, int strict_p) argument
7243 thumb2_legitimate_index_p(machine_mode mode, rtx index, int strict_p) argument
7336 thumb1_base_register_rtx_p(rtx x, machine_mode mode, int strict_p) argument
7384 thumb1_legitimate_address_p(machine_mode mode, rtx x, int strict_p) argument
7483 thumb_legitimate_offset_p(machine_mode mode, HOST_WIDE_INT val) argument
7501 arm_legitimate_address_p(machine_mode mode, rtx x, bool strict_p) argument
7739 arm_legitimize_address(rtx x, rtx orig_x, machine_mode mode) argument
7885 thumb_legitimize_address(rtx x, rtx orig_x, machine_mode mode) argument
7950 arm_legitimize_reload_address(rtx *p, machine_mode mode, int opnum, int type, int ind_levels ATTRIBUTE_UNUSED) argument
8137 thumb_legitimize_reload_address(rtx *x_p, machine_mode mode, int opnum, int type, int ind_levels ATTRIBUTE_UNUSED) argument
8226 arm_legitimate_constant_p(machine_mode mode, rtx x) argument
8261 machine_mode mode = GET_MODE (x); local
8389 machine_mode mode = GET_MODE (x); local
8994 machine_mode mode = GET_MODE (x); local
9142 machine_mode mode = GET_MODE (x); local
9497 machine_mode mode = GET_MODE (x); local
11231 machine_mode mode = GET_MODE (x); local
11285 machine_mode mode = GET_MODE (x); local
11369 machine_mode mode = GET_MODE (x); local
11458 machine_mode mode = GET_MODE (x); local
11773 arm_memory_move_cost(machine_mode mode, reg_class_t rclass, bool in ATTRIBUTE_UNUSED) argument
12338 neon_valid_immediate(rtx op, machine_mode mode, int inverse, rtx *modconst, int *elementwidth) argument
12543 neon_immediate_valid_for_move(rtx op, machine_mode mode, rtx *modconst, int *elementwidth) argument
12568 neon_immediate_valid_for_logic(rtx op, machine_mode mode, int inverse, rtx *modconst, int *elementwidth) argument
12594 neon_immediate_valid_for_shift(rtx op, machine_mode mode, rtx *modconst, int *elementwidth, bool isleftshift) argument
12651 neon_output_logic_immediate(const char *mnem, rtx *op2, machine_mode mode, int inverse, int quad) argument
12673 neon_output_shift_immediate(const char *mnem, char sign, rtx *op2, machine_mode mode, int quad, bool isleftshift) argument
12702 neon_pairwise_reduce(rtx op0, rtx op1, machine_mode mode, rtx (*reduc) (rtx, rtx, rtx)) argument
12724 machine_mode mode = GET_MODE (vals); local
12764 machine_mode mode = GET_MODE (vals); local
12816 machine_mode mode = GET_MODE (target); local
12947 neon_element_bits(machine_mode mode) argument
13156 coproc_secondary_reload_class(machine_mode mode, rtx x, bool wb) argument
13440 ldm_stm_operation_p(rtx op, bool load, machine_mode mode, bool consecutive, bool return_pc) argument
14898 machine_mode mode = GET_MODE (mem); local
15359 machine_mode mode; local
15687 arm_must_pass_in_stack(machine_mode mode, const_tree type) argument
15721 arm_pad_reg_upward(machine_mode mode, tree type, int first ATTRIBUTE_UNUSED) argument
16243 machine_mode mode; member in struct:minipool_node
16255 machine_mode mode; member in struct:minipool_fixup
16975 push_minipool_fix(rtx_insn *insn, HOST_WIDE_INT address, rtx *loc, machine_mode mode, rtx value) argument
17043 machine_mode mode; local
17079 machine_mode mode = GET_MODE (val); local
17112 machine_mode mode = GET_MODE (val); local
17796 rtx dwarf; local
18566 machine_mode mode; local
18662 machine_mode mode; local
18777 machine_mode mode; local
19839 rtx dwarf = NULL_RTX; local
20000 rtx dwarf = NULL_RTX; local
20142 rtx dwarf; local
20281 rtx dwarf; local
20300 rtx dwarf = NULL_RTX; local
20390 rtx dwarf = NULL_RTX; local
20469 rtx dwarf = NULL_RTX; local
20620 rtx dwarf = NULL_RTX; local
20733 machine_mode mode; local
21164 rtx insn, dwarf; local
21314 rtx addr, dwarf; local
21343 rtx addr, dwarf; local
21831 machine_mode mode = GET_MODE (x); local
21992 machine_mode mode = GET_MODE (x); local
22016 machine_mode mode = GET_MODE (x); local
22052 machine_mode mode = GET_MODE (x); local
22193 machine_mode mode = GET_MODE (x); local
22227 machine_mode mode = GET_MODE (x); local
22427 machine_mode mode; local
22583 machine_mode mode = GET_MODE (XEXP (comparison, 0)); local
23132 arm_hard_regno_mode_ok(unsigned int regno, machine_mode mode) argument
23420 arm_scalar_mode_supported_p(machine_mode mode) argument
23666 machine_mode mode; local
24708 rtx reg, dwarf; local
25269 rtx dwarf = NULL_RTX; local
26127 arm_setup_incoming_varargs(cumulative_args_t pcum_v, machine_mode mode, tree type, int *pretend_size, int second_time ATTRIBUTE_UNUSED) argument
26160 arm_promote_function_mode(const_tree type ATTRIBUTE_UNUSED, machine_mode mode, int *punsignedp ATTRIBUTE_UNUSED, const_tree fntype ATTRIBUTE_UNUSED, int for_return ATTRIBUTE_UNUSED) argument
26390 arm_vector_mode_supported_p(machine_mode mode) argument
26414 arm_array_mode_supported_p(machine_mode mode, unsigned HOST_WIDE_INT nelems) argument
26430 arm_preferred_simd_mode(machine_mode mode) argument
26498 arm_shift_truncation_mask(machine_mode mode) argument
26536 machine_mode mode; local
27378 arm_builtin_support_vector_misalignment(machine_mode mode, const_tree type, int misalignment, bool is_packed) argument
27613 arm_emit_load_exclusive(machine_mode mode, rtx rval, rtx mem, bool acq) argument
27646 arm_emit_store_exclusive(machine_mode mode, rtx bval, rtx rval, rtx mem, bool rel) argument
27696 machine_mode mode; local
27777 machine_mode mode; local
27861 machine_mode mode = GET_MODE (mem); local
28544 arm_autoinc_modes_ok_p(machine_mode mode, enum arm_auto_incmodes code) argument
28880 machine_mode mode = (GET_MODE (*op1) == VOIDmode) local
28980 arm_block_set_vect_profit_p(unsigned HOST_WIDE_INT length, unsigned HOST_WIDE_INT align, machine_mode mode) argument
29020 machine_mode mode; local
29119 machine_mode mode; local
29233 machine_mode mode; local
[all...]
/haiku-buildtools/gcc/gcc/config/cr16/
H A Dcr16.c495 /* Return 1 if hard register REGNO can hold a value of machine-mode MODE. */
497 cr16_hard_regno_mode_ok (int regno, machine_mode mode) argument
499 if ((GET_MODE_SIZE (mode) >= 4) && (regno == 11))
502 if (mode == DImode || mode == DFmode)
510 && ((regno >= 12) && (GET_MODE_SIZE (mode) < 4 )))
514 if (GET_MODE_CLASS (mode) == MODE_CC)
544 library function returns a value of mode MODE. */
546 cr16_libcall_value (machine_mode mode, argument
549 return gen_rtx_REG (mode, cr16_ret_registe
567 enough_regs_for_param(CUMULATIVE_ARGS * cum, const_tree type, machine_mode mode) argument
592 cr16_function_arg(cumulative_args_t cum_v, machine_mode mode, const_tree type, bool named ATTRIBUTE_UNUSED) argument
659 cr16_function_arg_advance(cumulative_args_t cum_v, machine_mode mode, const_tree type, bool named ATTRIBUTE_UNUSED) argument
1385 cr16_memory_move_cost(machine_mode mode, reg_class_t rclass ATTRIBUTE_UNUSED, bool in ATTRIBUTE_UNUSED) argument
1835 rtx dwarf, reg, tmp; local
1837 machine_mode mode; local
[all...]
/haiku-buildtools/binutils/binutils/
H A DMakefile.am39 # maintainer mode is disabled. Avoid this.
122 coffgrok.h debug.h dlltool.h dwarf.h elfcomm.h nlmconv.h \
132 dwarf.c debug.c dlltool.c dllwrap.c \
241 readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf.c $(ELFLIBS)
251 objdump_SOURCES = objdump.c dwarf.c prdbg.c $(DEBUG_SRCS) $(BULIBS) $(ELFLIBS)
539 echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
540 $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p$(EXEEXT) $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
551 || $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
H A DMakefile.in188 am_objdump_OBJECTS = objdump.$(OBJEXT) dwarf.$(OBJEXT) prdbg.$(OBJEXT) \
196 unwind-ia64.$(OBJEXT) dwarf.$(OBJEXT) $(am__objects_2)
258 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
262 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
267 --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS)
272 --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS)
472 # maintainer mode is disabled. Avoid this.
530 coffgrok.h debug.h dlltool.h dwarf.h elfcomm.h nlmconv.h \
539 dwarf.c debug.c dlltool.c dllwrap.c \
615 readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf
[all...]
/haiku-buildtools/gcc/libbacktrace/
H A DMakefile.in96 am_libbacktrace_la_OBJECTS = atomic.lo dwarf.lo fileline.lo posix.lo \
104 --mode=link $(CCLD) $(btest_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
115 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
119 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
265 dwarf.c \
723 dwarf.lo: config.h $(INCDIR)/dwarf2.h $(INCDIR)/dwarf2.def \
/haiku-buildtools/legacy/binutils/binutils/
H A DMakefile.am92 dwarf.c debug.c dlltool.c dllwrap.c \
193 readelf_SOURCES = readelf.c version.c unwind-ia64.c dwarf.c
200 objdump_SOURCES = objdump.c dwarf.c budemang.c prdbg.c $(DEBUG_SRCS) $(BULIBS)
385 echo " $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
386 $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed -e 's/$(EXEEXT)$$//' -e 's/-new//' -e 's/cxxfilt/$(DEMANGLER_NAME)/'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
397 || $(LIBTOOL) --mode=install $(INSTALL_PROGRAM) $$i$(EXEEXT) $(DESTDIR)$(tooldir)/bin/$$j$(EXEEXT); \
440 dwarf.o: dwarf.c dwarf.h ../bfd/bfd.h $(INCDIR)/ansidecl.h \
494 dwarf
[all...]
/haiku-buildtools/binutils/gas/config/
H A Dtc-tic6x.c1747 enum expr_mode mode ATTRIBUTE_UNUSED, char *nextchar)
4695 /* Map from dwarf register number to unwind frame register number. */
4697 tic6x_unwind_reg_from_dwarf (int dwarf) argument
4703 if (tic6x_unwind_frame_regs[reg] == dwarf)
/haiku-buildtools/legacy/binutils/bfd/
H A DMakefile.am754 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/targets.c
757 $(LIBTOOL) --mode=compile $(COMPILE) -c $(TDEFAULTS) $(srcdir)/archures.c
810 echo "$(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p"; \
811 $(LIBTOOL) --mode=install $(INSTALL) $$p $(DESTDIR)$(bfdlibdir)/$$p; \
821 $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(bfdlibdir)/$$p; \
904 # configured with --enable-maintainer-mode.
1225 $(INCDIR)/elf/dwarf.h

Completed in 277 milliseconds