Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/bfd/
Delf32-ppc.c7060 bfd_vma branch_bit, from; in ppc_elf_relocate_section() local
7409 branch_bit = 0; in ppc_elf_relocate_section()
7418 branch_bit = BRANCH_PREDICT_BIT; in ppc_elf_relocate_section()
7430 insn |= branch_bit; in ppc_elf_relocate_section()
/netbsd/src/external/gpl3/gdb/dist/bfd/
Delf32-ppc.c7061 bfd_vma branch_bit, from; in ppc_elf_relocate_section() local
7410 branch_bit = 0; in ppc_elf_relocate_section()
7419 branch_bit = BRANCH_PREDICT_BIT; in ppc_elf_relocate_section()
7431 insn |= branch_bit; in ppc_elf_relocate_section()
/netbsd/src/external/gpl3/binutils/dist/gold/
Dpowerpc.cc11572 Insn branch_bit = 0; in relocate() local
11577 branch_bit = 1 << 21; in relocate()
11585 insn |= branch_bit; in relocate()
/netbsd/src/external/gpl3/gcc/dist/gcc/config/mips/
Dmips.md1081 ;; The value of the bit when the branch is taken for branch_bit patterns.
6088 (define_insn "*branch_bit<bbv><mode>"
6108 (define_insn "*branch_bit<bbv><mode>_inverted"
/netbsd/src/external/gpl3/gcc/dist/gcc/
DChangeLog-2008562 * config/mips/mips.md (*branch_bit<bbv><mode>,
563 *branch_bit<bbv><mode>_inverted): Renumber operands so that the
8611 (*branch_bit<bbv><mode>, *branch_bit<bbv><mode>_inverted): New
DChangeLog-20099947 (*branch_bit<bbv><mode>): Likewise.
9948 (*branch_bit<bbv><mode>_inverted): Likewise.