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

  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 473 int no_wrap; /* -mno-wrap: reject rjmp/rcall with 8K wrap-around. */ member in struct:avr_opt_s
751 avr_opt.no_wrap = 1;
1637 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 473 int no_wrap; /* -mno-wrap: reject rjmp/rcall with 8K wrap-around. */ member in struct:avr_opt_s
751 avr_opt.no_wrap = 1;
1637 if ((avr_mcu->isa & AVR_ISA_MEGA) || avr_opt.no_wrap)
  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-loop-niter.cc 122 bool no_wrap = nowrap_type_p (type); local
248 c1_ok = (no_wrap
311 c0_ok = (no_wrap
563 bool no_wrap = nowrap_type_p (type); local
667 if (no_wrap)
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-loop-niter.cc 125 bool no_wrap = nowrap_type_p (type); local
254 c1_ok = (no_wrap
317 c0_ok = (no_wrap
566 bool no_wrap = nowrap_type_p (type); local
670 if (no_wrap)

Completed in 89 milliseconds