Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gdb/dist/opcodes/
Davr-dis.c129 if (AVR_UNDEF_P (insn)) in avr_operand()
151 if (AVR_UNDEF_P (insn)) in avr_operand()
/netbsd/src/external/gpl3/binutils/dist/opcodes/
Davr-dis.c129 if (AVR_UNDEF_P (insn)) in avr_operand()
151 if (AVR_UNDEF_P (insn)) in avr_operand()
/netbsd/src/external/gpl3/binutils/dist/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.
/netbsd/src/external/gpl3/gdb/dist/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.
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-avr.c1416 if (!avr_opt.all_opcodes && AVR_UNDEF_P (bin)) in avr_operands()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog-00015488 (avr_operands): Use AVR_UNDEF_P and AVR_SKIP_P macros.