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

  /src/external/gpl3/binutils/dist/gas/config/
tc-avr.c 152 } avr_isr; variable in typeref:struct:__anon9992
784 if (ISR_CHUNK_Done != avr_isr.prev_chunk
787 if (!avr_isr.sym_n_pushed)
792 avr_isr.sym_n_pushed = symbol_new (xname, undefined_section,
795 return avr_isr.sym_n_pushed;
2440 /* Accumulate information about instruction sequence to `avr_isr':
2452 if (ISR_CHUNK_Done == avr_isr.prev_chunk
2453 || (avr_isr.need_sreg
2454 && avr_isr.need_reg_tmp
2455 && avr_isr.need_reg_zero)
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-avr.c 152 } avr_isr; variable in typeref:struct:__anon11464
784 if (ISR_CHUNK_Done != avr_isr.prev_chunk
787 if (!avr_isr.sym_n_pushed)
792 avr_isr.sym_n_pushed = symbol_new (xname, undefined_section,
795 return avr_isr.sym_n_pushed;
2440 /* Accumulate information about instruction sequence to `avr_isr':
2452 if (ISR_CHUNK_Done == avr_isr.prev_chunk
2453 || (avr_isr.need_sreg
2454 && avr_isr.need_reg_tmp
2455 && avr_isr.need_reg_zero)
    [all...]

Completed in 28 milliseconds