HomeSort by: relevance | last modified time | path
    Searched defs:msp430x (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/config/msp430/
msp430.cc 71 bool msp430x = true;
144 return msp430x ? "__MSP430XGENERIC__" : "__MSP430GENERIC__";
170 msp430x = target_cpu >= MSP430_CPU_MSP430X_DEFAULT;
182 if (target_cpu != MSP430_CPU_MSP430X_DEFAULT && msp430x != xisa)
186 msp430x ? "430X" : "430");
217 msp430x = xisa;
228 "just a MSP430X with no hardware multiply; "
247 "supports the MSP430X ISA; use the %<-mcpu%> option "
256 if (TARGET_LARGE && !msp430x)
309 if (m == PSImode && msp430x)
69 bool msp430x = true; variable
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/msp430/
msp430.cc 71 bool msp430x = true;
144 return msp430x ? "__MSP430XGENERIC__" : "__MSP430GENERIC__";
170 msp430x = target_cpu >= MSP430_CPU_MSP430X_DEFAULT;
182 if (target_cpu != MSP430_CPU_MSP430X_DEFAULT && msp430x != xisa)
186 msp430x ? "430X" : "430");
217 msp430x = xisa;
228 "just a MSP430X with no hardware multiply; "
247 "supports the MSP430X ISA; use the %<-mcpu%> option "
256 if (TARGET_LARGE && !msp430x)
309 if (m == PSImode && msp430x)
69 bool msp430x = true; variable
    [all...]

Completed in 14 milliseconds