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

/netbsd-current/external/gpl3/binutils.old/dist/gprof/
H A Daarch64.c42 #define BRANCH_MASK 0x7c000000 macro
64 if ((insn & BRANCH_MASK) == BRANCH_PATTERN)
/netbsd-current/external/gpl3/gdb.old/dist/gprof/
H A Daarch64.c42 #define BRANCH_MASK 0x7c000000 macro
64 if ((insn & BRANCH_MASK) == BRANCH_PATTERN)
/netbsd-current/external/gpl3/binutils/dist/gprof/
H A Daarch64.c42 #define BRANCH_MASK 0x7c000000 macro
65 if ((insn & BRANCH_MASK) == BRANCH_PATTERN)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drs6000-tdep.c818 #define BRANCH_MASK 0xfc000000
919 opcode = insn & BRANCH_MASK;
1039 if ((insn & BRANCH_MASK) == BC_INSN)
817 #define BRANCH_MASK macro

Completed in 209 milliseconds