HomeSort by: relevance | last modified time | path
    Searched refs:alternatives (Results 1 - 14 of 14) sorted by relevancy

  /src/external/bsd/byacc/dist/package/debian/
byacc2.prerm 7 update-alternatives --remove yacc /usr/bin/byacc2
byacc2.postinst 7 update-alternatives \
  /src/external/lgpl3/gmp/dist/mpn/arm/v7a/cora15/
com.asm 54 define(`FEEDIN_VARIANT', 1) C alternatives: 0 1 2
55 define(`UNROLL', 4x2) C alternatives: 4 4x2
logops_n.asm 55 define(`FEEDIN_VARIANT', 1) C alternatives: 0 1 2
56 define(`UNROLL', 4x2) C alternatives: 4 4x2
  /src/external/gpl3/gcc/dist/gcc/
gensupport.cc 969 /* Process the alternatives. */
1225 error_at (elem->loc, "multiple alternatives for `predicable'");
1255 /* Find out which value we're looking at. Multiple alternatives means at
1592 /* Return the number of alternatives in constraint S. */
1607 number of alternatives. If PATTERN contains several match_operands
1608 with different number of alternatives, error is emitted, and the
1610 number of alternatives, it's stored in N_ALT, and the routine returns 1.
1636 error_at (loc, "wrong number of alternatives in operand %d",
1678 /* Determine how many alternatives there are in INSN, and how many
1754 error_at (loc, "too many alternatives for operand %d"
2292 int alternatives, max_operand; local
2402 int alternatives, alternatives_subst; local
    [all...]
recog.cc 1427 for size or speed, so consider all enabled alternatives. */
2231 many alternatives as required to match the other operands. */
2627 /* Return the mask of operand alternatives that are allowed for INSN
2648 /* Return the set of alternatives of INSN that are allowed by the current
2657 /* Return the set of alternatives of INSN that are allowed by the current
2670 /* Return the set of alternatives of INSN that are allowed by the current
2857 operands, N_ALTERNATIVES alternatives and constraint strings
2999 works correctly. If the instruction has 0 alternatives (i.e. all
3041 and return 1 if they match any of the alternatives in ALTERNATIVES
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
gensupport.cc 681 error_at (elem->loc, "multiple alternatives for `predicable'");
711 /* Find out which value we're looking at. Multiple alternatives means at
1048 /* Return the number of alternatives in constraint S. */
1063 number of alternatives. If PATTERN contains several match_operands
1064 with different number of alternatives, error is emitted, and the
1066 number of alternatives, it's stored in N_ALT, and the routine returns 1.
1092 error_at (loc, "wrong number of alternatives in operand %d",
1134 /* Determine how many alternatives there are in INSN, and how many
1210 error_at (loc, "too many alternatives for operand %d",
1215 /* Replicate C as needed to fill out ALT alternatives. *
1748 int alternatives, max_operand; local
1858 int alternatives, alternatives_subst; local
    [all...]
recog.cc 1414 for size or speed, so consider all enabled alternatives. */
2210 many alternatives as required to match the other operands. */
2606 /* Return the mask of operand alternatives that are allowed for INSN
2627 /* Return the set of alternatives of INSN that are allowed by the current
2636 /* Return the set of alternatives of INSN that are allowed by the current
2649 /* Return the set of alternatives of INSN that are allowed by the current
2836 operands, N_ALTERNATIVES alternatives and constraint strings
2972 works correctly. If the instruction has 0 alternatives (i.e. all
3014 and return 1 if they match any of the alternatives in ALTERNATIVES
    [all...]
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1408 alternatives = get_template_arg_list(val.type)
1410 self.typename = "%s<%s>" % (self.typename, ', '.join([self._recognize(alt) for alt in alternatives]))
1412 if self.index >= len(alternatives):
1417 self.contained_type = alternatives[int(self.index)]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
comparison.d 2437 CommonType!(T, Ts) either(alias pred = a => a, T, Ts...)(T first, lazy Ts alternatives)
2438 if (alternatives.length >= 1 &&
2446 foreach (e; alternatives[0 .. $ - 1])
2449 return alternatives[$ - 1];
  /src/external/gpl3/gcc/dist/libstdc++-v3/python/libstdcxx/v6/
printers.py 1491 alternatives = get_template_arg_list(val.type)
1494 if self._index >= len(alternatives):
1499 self._contained_type = alternatives[int(self._index)]
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/
file.d 5312 static string findExistingDir(T...)(lazy T alternatives)
5314 foreach (dir; alternatives)
  /src/external/bsd/jemalloc/dist/bin/
jeprof.in 118 # All the alternatives must begin with /.
801 "/etc/alternatives/gnome-www-browser",
802 "/etc/alternatives/x-www-browser",
1053 On Linux, set the /etc/alternatives/gnome-www-browser symlink.
  /src/external/bsd/jemalloc.old/dist/bin/
jeprof.in 118 # All the alternatives must begin with /.
786 "/etc/alternatives/gnome-www-browser",
787 "/etc/alternatives/x-www-browser",
1038 On Linux, set the /etc/alternatives/gnome-www-browser symlink.

Completed in 48 milliseconds