HomeSort by: relevance | last modified time | path
    Searched defs:machs (Results 1 - 25 of 82) sorted by relevancy

1 2 3 4

  /src/external/gpl3/binutils/dist/opcodes/
or1k-opc.c 41 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
43 /* No mach attribute? Assume it's supported for all machs. */
44 if (machs == 0)
47 return ((machs & cd->machs) != 0);
ip2k-opc.c 59 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
61 /* No mach attribute? Assume it's supported for all machs. */
62 if (machs == 0)
65 return (machs & cd->machs) != 0;
mt-opc.c 42 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
44 /* No mach attribute? Assume it's supported for all machs. */
45 if (machs == 0)
48 return ((machs & cd->machs) != 0);
epiphany-desc.c 1975 int machs = cd->machs; local
1986 /* ??? For now we just use machs to determine which ones we want. */
1989 & machs)
2009 int machs = cd->machs; local
2022 & machs)
2058 unsigned int machs = cd->machs; local
2100 if (((1 << i) & machs) != 0
2155 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
fr30-desc.c 1452 int machs = cd->machs; local
1463 /* ??? For now we just use machs to determine which ones we want. */
1466 & machs)
1486 int machs = cd->machs; local
1499 & machs)
1535 unsigned int machs = cd->machs; local
1577 if (((1 << i) & machs) != 0
1632 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
ip2k-desc.c 881 int machs = cd->machs; local
892 /* ??? For now we just use machs to determine which ones we want. */
895 & machs)
915 int machs = cd->machs; local
928 & machs)
964 unsigned int machs = cd->machs; local
1006 if (((1 << i) & machs) != 0
1061 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
iq2000-asm.c 64 int machs = cd->machs;
66 return (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH) & machs) != 0;
63 int machs = cd->machs; local
iq2000-desc.c 1886 int machs = cd->machs; local
1897 /* ??? For now we just use machs to determine which ones we want. */
1900 & machs)
1920 int machs = cd->machs; local
1933 & machs)
1969 unsigned int machs = cd->machs; local
2011 if (((1 << i) & machs) != 0
2066 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
lm32-desc.c 868 int machs = cd->machs; local
879 /* ??? For now we just use machs to determine which ones we want. */
882 & machs)
902 int machs = cd->machs; local
915 & machs)
951 unsigned int machs = cd->machs; local
993 if (((1 << i) & machs) != 0
1048 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
m32r-desc.c 1231 int machs = cd->machs; local
1242 /* ??? For now we just use machs to determine which ones we want. */
1245 & machs)
1265 int machs = cd->machs; local
1278 & machs)
1314 unsigned int machs = cd->machs; local
1356 if (((1 << i) & machs) != 0
1411 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mep-opc.c 117 check_configured_mach (int machs)
137 return machs & mach;
144 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
156 if (machs == 0)
157 machs = ~0;
159 ok1 = ((machs & cd->machs) && cgen_bitset_intersect_p (& isas, cd->isas));
163 ok3 = check_configured_mach (machs);
mt-desc.c 1012 int machs = cd->machs; local
1023 /* ??? For now we just use machs to determine which ones we want. */
1026 & machs)
1046 int machs = cd->machs; local
1059 & machs)
1095 unsigned int machs = cd->machs; local
1137 if (((1 << i) & machs) != 0
1192 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
or1k-desc.c 1908 int machs = cd->machs; local
1919 /* ??? For now we just use machs to determine which ones we want. */
1922 & machs)
1942 int machs = cd->machs; local
1955 & machs)
1991 unsigned int machs = cd->machs; local
2033 if (((1 << i) & machs) != 0
2088 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
xstormy16-desc.c 1183 int machs = cd->machs; local
1194 /* ??? For now we just use machs to determine which ones we want. */
1197 & machs)
1217 int machs = cd->machs; local
1230 & machs)
1266 unsigned int machs = cd->machs; local
1308 if (((1 << i) & machs) != 0
1363 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
  /src/external/gpl3/binutils.old/dist/opcodes/
or1k-opc.c 41 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
43 /* No mach attribute? Assume it's supported for all machs. */
44 if (machs == 0)
47 return ((machs & cd->machs) != 0);
ip2k-opc.c 59 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
61 /* No mach attribute? Assume it's supported for all machs. */
62 if (machs == 0)
65 return (machs & cd->machs) != 0;
mt-opc.c 42 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
44 /* No mach attribute? Assume it's supported for all machs. */
45 if (machs == 0)
48 return ((machs & cd->machs) != 0);
epiphany-desc.c 1975 int machs = cd->machs; local
1986 /* ??? For now we just use machs to determine which ones we want. */
1989 & machs)
2009 int machs = cd->machs; local
2022 & machs)
2058 unsigned int machs = cd->machs; local
2100 if (((1 << i) & machs) != 0
2155 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
fr30-desc.c 1452 int machs = cd->machs; local
1463 /* ??? For now we just use machs to determine which ones we want. */
1466 & machs)
1486 int machs = cd->machs; local
1499 & machs)
1535 unsigned int machs = cd->machs; local
1577 if (((1 << i) & machs) != 0
1632 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
  /src/external/gpl3/gdb/dist/opcodes/
or1k-opc.c 41 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
43 /* No mach attribute? Assume it's supported for all machs. */
44 if (machs == 0)
47 return ((machs & cd->machs) != 0);
ip2k-opc.c 59 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
61 /* No mach attribute? Assume it's supported for all machs. */
62 if (machs == 0)
65 return (machs & cd->machs) != 0;
mt-opc.c 42 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
44 /* No mach attribute? Assume it's supported for all machs. */
45 if (machs == 0)
48 return ((machs & cd->machs) != 0);
  /src/external/gpl3/gdb.old/dist/opcodes/
or1k-opc.c 41 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
43 /* No mach attribute? Assume it's supported for all machs. */
44 if (machs == 0)
47 return ((machs & cd->machs) != 0);
ip2k-opc.c 59 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
61 /* No mach attribute? Assume it's supported for all machs. */
62 if (machs == 0)
65 return (machs & cd->machs) != 0;
mt-opc.c 42 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
44 /* No mach attribute? Assume it's supported for all machs. */
45 if (machs == 0)
48 return ((machs & cd->machs) != 0);

Completed in 35 milliseconds

1 2 3 4