Home
last modified time | relevance | path

Searched defs:AVR_UNDEF_P (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/include/opcode/
H A Davr.h54 #define AVR_UNDEF_P(x) (((x) & 0xFFED) == 0x91E5 || \ macro
/openbsd-src/gnu/usr.bin/binutils-2.17/include/opcode/
H A Davr.h60 #define AVR_UNDEF_P(x) (((x) & 0xFFED) == 0x91E5 || \ macro