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

1 2 3 4

  /src/external/gpl3/gcc.old/dist/libphobos/m4/druntime/
os.m4 222 LDFLAGS="$LDFLAGS -Wl,-z,relax=transtls"
230 OS_LINK_SPEC='-z relax=transtls'
  /src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
AVRRelaxMemOperations.cpp 1 //===-- AVRRelaxMemOperations.cpp - Relax out of range loads/stores -------===//
48 template <unsigned OP> bool relax(Block &MBB, BlockIt MBBI);
88 bool AVRRelaxMem::relax<AVR::STDWPtrQRr>(Block &MBB, BlockIt MBBI) { function in class:__anon2492::AVRRelaxMem
128 #define RELAX(Op) \
130 return relax<Op>(MBB, MI)
133 RELAX(AVR::STDWPtrQRr);
135 #undef RELAX
141 INITIALIZE_PASS(AVRRelaxMem, "avr-relax-mem",
  /src/tests/rump/modautoload/
Makefile 18 LDFLAGS+= -Wl,--no-relax
  /src/external/gpl2/diffutils/dist/config/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
90 \let\+ = \relax
340 \argremovec #1\c\relax %
341 \expandafter\argremovecomment \the\toks0 \comment\relax %
349 % do that for us. The \relax here is matched by the \relax in the call
352 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
353 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
385 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
389 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi
    [all...]
  /src/external/gpl2/grep/dist/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
87 \let\+ = \relax
327 \argremovec #1\c\relax %
328 \expandafter\argremovecomment \the\toks0 \comment\relax %
336 % do that for us. The \relax here is matched by the \relax in the call
339 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
340 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
372 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
376 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi
    [all...]
  /src/external/gpl2/gettext/dist/build-aux/
texinfo.tex 59 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
91 \let\+ = \relax
292 \argremovec #1\c\relax %
293 \expandafter\argremovecomment \the\toks0 \comment\relax %
301 % do that for us. The \relax here is matched by the \relax in the call
304 \def\argremovec#1\c#2\relax{\toks0 = {#1}}
305 \def\argremovecomment#1\comment#2\relax{\toks0 = {#1}}
337 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
341 \newif\ifENV \ENVfalse \def\inENV{\ifENV\relax\else\ENVtrue\fi
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-rl78.c 75 } relax[2]; member in struct:rl78_bytesT
88 rl78_bytes.relax[rl78_bytes.n_relax].type = type;
89 rl78_bytes.relax[rl78_bytes.n_relax].field_pos = pos;
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
296 {"relax", no_argument, NULL, OPTION_RELAX},
866 /* Estimate how big the opcode is after this relax pass. The return
886 /* Given the new addresses for this relax pass, figure out how big
912 fragP->tc_frag_data->relax[ri].type != RL78_RELAX_BRANCH,
916 expanded opcodes that only the linker will relax. */
921 switch (fragP->tc_frag_data->relax[ri].type
    [all...]
tc-rx.c 100 {"relax", no_argument, NULL, OPTION_RELAX},
727 } relax[2];
736 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
765 rx_bytes.relax[rx_bytes.n_relax].type = type;
766 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos;
767 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
1504 /* Estimate how big the opcode is after this relax pass. The return
1542 /* Given the new addresses for this relax pass, figure out how big
1600 && fragP->tc_frag_data->relax[0].type == RX_RELAX_DISP)
1605 fragP->tc_frag_data->relax[ri].type != RX_RELAX_BRANCH
726 } relax[2]; member in struct:rx_bytesT
    [all...]
tc-loongarch.c 59 /* For relax reserved. We not support relax now.
60 'insn_length < relax_max_length' means need to relax.
61 And 'insn_length == relax_max_length' means no need to relax. */
172 { "mno-relax", no_argument, NULL, OPTION_NO_RELAX },
235 LARCH_opts.relax = 1;
239 LARCH_opts.relax = 0;
483 symbolS *s = (symbolS *)local_symbol_make (".Lla-relax-align", sec,
583 .option norelax, that is, relax is turned off, R_LARCH_ALIGN
595 if (strcmp (name, "relax") == 0
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-rl78.c 75 } relax[2]; member in struct:rl78_bytesT
88 rl78_bytes.relax[rl78_bytes.n_relax].type = type;
89 rl78_bytes.relax[rl78_bytes.n_relax].field_pos = pos;
90 rl78_bytes.relax[rl78_bytes.n_relax].val_ofs = rl78_bytes.n_base + rl78_bytes.n_ops;
296 {"relax", no_argument, NULL, OPTION_RELAX},
866 /* Estimate how big the opcode is after this relax pass. The return
886 /* Given the new addresses for this relax pass, figure out how big
912 fragP->tc_frag_data->relax[ri].type != RL78_RELAX_BRANCH,
916 expanded opcodes that only the linker will relax. */
921 switch (fragP->tc_frag_data->relax[ri].type
    [all...]
tc-rx.c 100 {"relax", no_argument, NULL, OPTION_RELAX},
727 } relax[2];
736 /* We set n_ops to be "size of next opcode" if the next opcode doesn't relax. */
765 rx_bytes.relax[rx_bytes.n_relax].type = type;
766 rx_bytes.relax[rx_bytes.n_relax].field_pos = pos;
767 rx_bytes.relax[rx_bytes.n_relax].val_ofs = rx_bytes.n_base + rx_bytes.n_ops;
1504 /* Estimate how big the opcode is after this relax pass. The return
1542 /* Given the new addresses for this relax pass, figure out how big
1600 && fragP->tc_frag_data->relax[0].type == RX_RELAX_DISP)
1605 fragP->tc_frag_data->relax[ri].type != RX_RELAX_BRANCH
726 } relax[2]; member in struct:rx_bytesT
    [all...]
tc-loongarch.c 58 /* For relax reserved. We not support relax now.
59 'insn_length < relax_max_length' means need to relax.
60 And 'insn_length == relax_max_length' means no need to relax. */
168 { "mno-relax", no_argument, NULL, OPTION_NO_RELAX },
241 LARCH_opts.relax = 1;
245 LARCH_opts.relax = 0;
478 symbolS *s = (symbolS *)local_symbol_make (".Lla-relax-align", sec,
576 .option norelax, that is, relax is turned off, R_LARCH_ALIGN
588 if (strcmp (name, "relax") == 0
    [all...]
  /src/external/gpl3/gdb.old/dist/include/opcode/
loongarch.h 257 int relax; member in struct:loongarch_ASEs_option
  /src/external/gpl3/binutils/dist/bfd/
elf32-microblaze.c 720 /* Relax table contains information about instructions which can
738 struct relax_table *relax;
1718 /* Look for addr in relax table, total fixup value. */
1721 if (end <= sdata->relax[i].addr)
1723 if (end != start && start > sdata->relax[i].addr)
1725 fixup += sdata->relax[i].size;
1818 sdata->relax = (struct relax_table *) bfd_malloc ((sec->reloc_count + 1)
1819 * sizeof (*sdata->relax));
1820 if (sdata->relax == NULL)
1910 sdata->relax[sdata->relax_count].addr = irel->r_offset
736 struct relax_table *relax; member in struct:_microblaze_elf_section_data
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-microblaze.c 720 /* Relax table contains information about instructions which can
738 struct relax_table *relax;
1718 /* Look for addr in relax table, total fixup value. */
1721 if (end <= sdata->relax[i].addr)
1723 if (end != start && start > sdata->relax[i].addr)
1725 fixup += sdata->relax[i].size;
1819 sdata->relax = (struct relax_table *) bfd_malloc ((sec->reloc_count + 1)
1820 * sizeof (*sdata->relax));
1821 if (sdata->relax == NULL)
1912 sdata->relax[sdata->relax_count].addr = irel->r_offset
736 struct relax_table *relax; member in struct:_microblaze_elf_section_data
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-microblaze.c 720 /* Relax table contains information about instructions which can
738 struct relax_table *relax;
1718 /* Look for addr in relax table, total fixup value. */
1721 if (end <= sdata->relax[i].addr)
1723 if (end != start && start > sdata->relax[i].addr)
1725 fixup += sdata->relax[i].size;
1819 sdata->relax = (struct relax_table *) bfd_malloc ((sec->reloc_count + 1)
1820 * sizeof (*sdata->relax));
1821 if (sdata->relax == NULL)
1912 sdata->relax[sdata->relax_count].addr = irel->r_offset
736 struct relax_table *relax; member in struct:_microblaze_elf_section_data
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-microblaze.c 720 /* Relax table contains information about instructions which can
738 struct relax_table *relax;
1723 /* Look for addr in relax table, total fixup value. */
1726 if (end <= sdata->relax[i].addr)
1728 if (end != start && start > sdata->relax[i].addr)
1730 fixup += sdata->relax[i].size;
1824 sdata->relax = (struct relax_table *) bfd_malloc ((sec->reloc_count + 1)
1825 * sizeof (*sdata->relax));
1826 if (sdata->relax == NULL)
1917 sdata->relax[sdata->relax_count].addr = irel->r_offset
736 struct relax_table *relax; member in struct:_microblaze_elf_section_data
    [all...]
  /src/external/bsd/am-utils/dist/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
    [all...]
  /src/external/bsd/flex/dist/build-aux/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
    [all...]
  /src/external/gpl3/autoconf/dist/build-aux/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
72 \let\+ = \relax
405 \dimen@=\dp#1\relax \unvbox#1\relax
514 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
903 \let\centersub\relax % don't let the definition persist, just in case
995 \let\suppressfirstparagraphindent = \relax
1031 \let\refill=\relax
1094 % can be set). So we test for \relax and 0 as well as being undefined.
1097 \ifx\pdfoutput\relax
    [all...]
  /src/external/lgpl3/gmp/dist/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
    [all...]
  /src/external/lgpl3/mpc/dist/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
73 \let\+ = \relax
406 \dimen@=\dp#1\relax \unvbox#1\relax
515 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
904 \let\centersub\relax % don't let the definition persist, just in case
996 \let\suppressfirstparagraphindent = \relax
1032 \let\refill=\relax
1095 % can be set). So we test for \relax and 0 as well as being undefined.
1098 \ifx\pdfoutput\relax
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/doc/include/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
72 \let\+ = \relax
405 \dimen@=\dp#1\relax \unvbox#1\relax
514 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
903 \let\centersub\relax % don't let the definition persist, just in case
995 \let\suppressfirstparagraphindent = \relax
1031 \let\refill=\relax
1094 % can be set). So we test for \relax and 0 as well as being undefined.
1097 \ifx\pdfoutput\relax
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
163 \def\spaceisspace{\catcode`\ =10\relax}
166 \def\endlineisspace{\catcode13=10\relax}
407 \dimen@=\dp#1\relax \unvbox#1\relax
525 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
888 \let\centersub\relax % don't let the definition persist, just in case
981 \let\suppressfirstparagraphindent = \relax
1008 \let\refill=\relax
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/doc/
texinfo.tex 4 \expandafter\ifx\csname fmtname\endcsname\relax\input plain\fi
75 \let\+ = \relax
163 \def\spaceisspace{\catcode`\ =10\relax}
166 \def\endlineisspace{\catcode13=10\relax}
407 \dimen@=\dp#1\relax \unvbox#1\relax
525 \def\flushcr{\ifx\par\lisppar \def\next##1{}\else \let\next=\relax \fi \next}
888 \let\centersub\relax % don't let the definition persist, just in case
981 \let\suppressfirstparagraphindent = \relax
1008 \let\refill=\relax
    [all...]

Completed in 64 milliseconds

1 2 3 4