Searched refs:BIT15_SET (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/bfd/
H A Delf32-v850.c439 #define BIT15_SET(x) ((x) & 0x8000) macro
442 if ((BIT15_SET (*insn + addend) && ! BIT15_SET (addend))
444 && ((! BIT15_SET (*insn)) || (BIT15_SET (addend)))))
467 #undef BIT15_SET macro
/netbsd-current/external/gpl3/gdb/dist/bfd/
H A Delf32-v850.c443 #define BIT15_SET(x) ((x) & 0x8000) macro
446 if ((BIT15_SET (*insn + addend) && ! BIT15_SET (addend))
448 && ((! BIT15_SET (*insn)) || (BIT15_SET (addend)))))
471 #undef BIT15_SET macro
/netbsd-current/external/gpl3/binutils.old/dist/bfd/
H A Delf32-v850.c443 #define BIT15_SET(x) ((x) & 0x8000) macro
446 if ((BIT15_SET (*insn + addend) && ! BIT15_SET (addend))
448 && ((! BIT15_SET (*insn)) || (BIT15_SET (addend)))))
471 #undef BIT15_SET macro
/netbsd-current/external/gpl3/binutils/dist/bfd/
H A Delf32-v850.c443 #define BIT15_SET(x) ((x) & 0x8000) macro
446 if ((BIT15_SET (*insn + addend) && ! BIT15_SET (addend))
448 && ((! BIT15_SET (*insn)) || (BIT15_SET (addend)))))
471 #undef BIT15_SET macro

Completed in 227 milliseconds