Searched refs:AVR_UNDEF_P (Results 1 – 12 of 12) sorted by relevance
129 if (AVR_UNDEF_P (insn)) in avr_operand()151 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.
1416 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
5488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.