Searched refs:len_call (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/ |
H A D | avr.c | 7964 int len_call = 1 + AVR_HAVE_JMP_CALL; in avr_out_plus_1() local 8029 avr_asm_len ("%~call __clr_8", op, plen, len_call); in avr_out_plus_1() 8045 "%~call __sbc_8", op, plen, 1 + len_call); in avr_out_plus_1() 8067 avr_asm_len ("%~call __sbc_8", op, plen, len_call); in avr_out_plus_1() 8089 avr_asm_len ("%~call __clr_8", op, plen, len_call); in avr_out_plus_1()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/ |
H A D | avr.cc | 8326 int len_call = 1 + AVR_HAVE_JMP_CALL; in avr_out_plus_1() local 8391 avr_asm_len ("%~call __clr_8", op, plen, len_call); in avr_out_plus_1() 8407 "%~call __sbc_8", op, plen, 1 + len_call); in avr_out_plus_1() 8429 avr_asm_len ("%~call __sbc_8", op, plen, len_call); in avr_out_plus_1() 8451 avr_asm_len ("%~call __clr_8", op, plen, len_call); in avr_out_plus_1()
|