Home
last modified time | relevance | path

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

/mirbsd/src/gnu/usr.bin/binutils/bfd/
Delf32-v850.c452 #define BIT15_SET(x) ((x) & 0x8000) in v850_elf_perform_lo16_relocation() macro
455 if ((BIT15_SET (*insn + addend) && ! BIT15_SET (addend)) in v850_elf_perform_lo16_relocation()
457 && ((! BIT15_SET (*insn)) || (BIT15_SET (addend))))) in v850_elf_perform_lo16_relocation()
480 #undef BIT15_SET in v850_elf_perform_lo16_relocation()