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

  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 132 bool rcall = (mcu->dev_attribute & AVR_ISA_RCALL); local
166 rcall_spec = rcall ? "-mshort-calls" : "%<mshort-calls";
175 arch->name, sp8 ? 8 : 16, rcall ? ", short-calls" : "");
  /src/external/gpl3/gcc/dist/gcc/config/avr/
gen-avr-mmcu-specs.cc 206 bool rcall = (mcu->dev_attribute & AVR_ISA_RCALL); local
246 rcall_spec = rcall ? "-mshort-calls" : "%<mshort-calls";
262 mi.arch->name, sp8 ? 8 : 16, rcall ? ", short-calls" : "",

Completed in 24 milliseconds