Searched refs:AVR_UNDEF_P (Results 1 – 5 of 5) sorted by relevance
113 if (AVR_UNDEF_P (insn)) in avr_operand()134 if (AVR_UNDEF_P (insn)) in avr_operand()
89 #define AVR_UNDEF_P(x) (((x) & 0xFFED) == 0x91E5 || \ macro
810 * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
1190 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
5488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.