Home
last modified time | relevance | path

Searched refs:AVR_SKIP_P (Results 1 – 6 of 6) sorted by relevance

/netbsd/src/external/gpl3/binutils/dist/include/opcode/
Davr.h95 #define AVR_SKIP_P(x) (((x) & 0xFC00) == 0x1000 || \ macro
DChangeLog-9103810 * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
/netbsd/src/external/gpl3/gdb/dist/include/opcode/
Davr.h95 #define AVR_SKIP_P(x) (((x) & 0xFC00) == 0x1000 || \ macro
DChangeLog-9103810 * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-avr.c1425 && AVR_SKIP_P (frag_now->tc_frag_data.prev_opcode)) in avr_operands()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-00015488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.