HomeSort by relevance Sort by last modified time
    Searched refs:machs (Results 1 - 25 of 25) sorted by null

  /toolchain/binutils/binutils-2.27/opcodes/
ip2k-desc.c 874 int machs = cd->machs; local
885 /* ??? For now we just use machs to determine which ones we want. */
888 & machs)
908 int machs = cd->machs; local
921 & machs)
957 unsigned int machs = cd->machs; local
999 if (((1 << i) & machs) != 0
1050 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
lm32-desc.c 861 int machs = cd->machs; local
872 /* ??? For now we just use machs to determine which ones we want. */
875 & machs)
895 int machs = cd->machs; local
908 & machs)
944 unsigned int machs = cd->machs; local
986 if (((1 << i) & machs) != 0
1037 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
fr30-desc.c 1445 int machs = cd->machs; local
1479 int machs = cd->machs; local
1528 unsigned int machs = cd->machs; local
1621 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
m32r-desc.c 1224 int machs = cd->machs; local
1258 int machs = cd->machs; local
1307 unsigned int machs = cd->machs; local
1400 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mt-desc.c 1005 int machs = cd->machs; local
1039 int machs = cd->machs; local
1088 unsigned int machs = cd->machs; local
1181 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
xstormy16-desc.c 1176 int machs = cd->machs; local
1210 int machs = cd->machs; local
1259 unsigned int machs = cd->machs; local
1352 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
epiphany-desc.c 1968 int machs = cd->machs; local
2002 int machs = cd->machs; local
2051 unsigned int machs = cd->machs; local
2144 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
iq2000-desc.c 1879 int machs = cd->machs; local
1913 int machs = cd->machs; local
1962 unsigned int machs = cd->machs; local
2055 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
xc16x-desc.c 3208 int machs = cd->machs; local
3242 int machs = cd->machs; local
3291 unsigned int machs = cd->machs; local
3384 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
ip2k-opc.c 58 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
60 /* No mach attribute? Assume it's supported for all machs. */
61 if (machs == 0)
64 return (machs & cd->machs) != 0;
iq2000-asm.c 63 int machs = cd->machs;
65 return (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH) & machs) != 0;
62 int machs = cd->machs; local
or1k-desc.c 1807 int machs = cd->machs; local
1841 int machs = cd->machs; local
1890 unsigned int machs = cd->machs; local
1983 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
m32c-asm.c 308 if (cd->machs == MACH_M32C && ! have_zero && value == 0
841 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
845 if (machs == 0)
846 machs = ~0;
848 return ((machs & cd->machs)
840 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
    [all...]
frv-desc.c 6185 int machs = cd->machs; local
6219 int machs = cd->machs; local
6268 unsigned int machs = cd->machs; local
6361 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mep-desc.c 6085 int machs = cd->machs; local
6119 int machs = cd->machs; local
6168 unsigned int machs = cd->machs; local
6261 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
mt-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);
    [all...]
mep-opc.c 116 check_configured_mach (int machs)
136 return machs & mach;
143 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH); local
155 if (machs == 0)
156 machs = ~0;
158 ok1 = ((machs & cd->machs) && cgen_bitset_intersect_p (& isas, cd->isas));
162 ok3 = check_configured_mach (machs);
    [all...]
m32c-desc.c 62892 int machs = cd->machs; local
62926 int machs = cd->machs; local
62975 unsigned int machs = cd->machs; local
63068 unsigned int machs = 0; \/* 0 = "unspecified" *\/ local
    [all...]
  /toolchain/binutils/binutils-2.27/cpu/
iq2000.opc 67 int machs = cd->machs;
69 return (CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH) & machs) != 0;
mt.opc 64 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
66 /* No mach attribute? Assume it's supported for all machs. */
67 if (machs == 0)
70 return ((machs & cd->machs) != 0);
ip2k.opc 79 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
81 /* No mach attribute? Assume it's supported for all machs. */
82 if (machs == 0)
85 return (machs & cd->machs) != 0;
m32c.opc 342 if (cd->machs == MACH_M32C && ! have_zero && value == 0
875 int machs = CGEN_INSN_ATTR_VALUE (insn, CGEN_INSN_MACH);
879 if (machs == 0)
880 machs = ~0;
882 return ((machs & cd->machs)
mep.opc     [all...]
  /toolchain/binutils/binutils-2.27/include/opcode/
cgen.h 1203 int machs; member in struct:cgen_cpu_desc
    [all...]
  /toolchain/binutils/binutils-2.27/gas/config/
tc-m32r.c 188 gas_cgen_cpu_desc->machs = mach_table[on].mach_flags;
    [all...]

Completed in 444 milliseconds