Searched refs:BRCC_offset_mask (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/include/opcode/
H A Dbfin.h819 #define BRCC_offset_mask 0x3ff macro
830 BRCC_offset_bits, BRCC_offset_mask, \
/netbsd-current/external/gpl3/gdb/dist/include/opcode/
H A Dbfin.h819 #define BRCC_offset_mask 0x3ff macro
830 BRCC_offset_bits, BRCC_offset_mask, \
/netbsd-current/external/gpl3/binutils.old/dist/include/opcode/
H A Dbfin.h819 #define BRCC_offset_mask 0x3ff macro
830 BRCC_offset_bits, BRCC_offset_mask, \
/netbsd-current/external/gpl3/binutils/dist/include/opcode/
H A Dbfin.h819 #define BRCC_offset_mask 0x3ff macro
830 BRCC_offset_bits, BRCC_offset_mask, \
/netbsd-current/external/gpl3/gdb.old/dist/opcodes/
H A Dbfin-dis.c1266 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);
/netbsd-current/external/gpl3/gdb/dist/opcodes/
H A Dbfin-dis.c1266 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);
/netbsd-current/external/gpl3/binutils.old/dist/opcodes/
H A Dbfin-dis.c1266 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);
/netbsd-current/external/gpl3/binutils/dist/opcodes/
H A Dbfin-dis.c1266 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);
/netbsd-current/external/gpl3/gdb.old/dist/sim/bfin/
H A Dbfin-sim.c2430 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);
/netbsd-current/external/gpl3/gdb/dist/sim/bfin/
H A Dbfin-sim.c2432 int offset = ((iw0 >> BRCC_offset_bits) & BRCC_offset_mask);

Completed in 496 milliseconds