Home
last modified time | relevance | path

Searched refs:AVR_UNDEF_P (Results 1 – 5 of 5) sorted by relevance

/toolchain/binutils/binutils-2.25/opcodes/
Davr-dis.c113 if (AVR_UNDEF_P (insn)) in avr_operand()
134 if (AVR_UNDEF_P (insn)) in avr_operand()
/toolchain/binutils/binutils-2.25/include/opcode/
Davr.h89 #define AVR_UNDEF_P(x) (((x) & 0xFFED) == 0x91E5 || \ macro
DChangeLog-9103810 * avr.h (AVR_UNDEF_P, AVR_SKIP_P, AVR_DISP0_P): New macros.
/toolchain/binutils/binutils-2.25/gas/config/
Dtc-avr.c1190 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
/toolchain/binutils/binutils-2.25/gas/
DChangeLog-00015488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.