Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/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.
/toolchain/binutils/binutils-2.27/gas/config/
Dtc-avr.c1203 && AVR_SKIP_P (prev)) in avr_operands()
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00015488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.