Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/binutils.old/dist/bfd/
H A Delf32-ppc.c7035 bfd_vma branch_bit, from; in ppc_elf_relocate_section() local
7384 branch_bit = 0; in ppc_elf_relocate_section()
7393 branch_bit = BRANCH_PREDICT_BIT; in ppc_elf_relocate_section()
7405 insn |= branch_bit; in ppc_elf_relocate_section()
/netbsd-src/external/gpl3/binutils/dist/bfd/
H A 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/binutils/dist/gold/
H A 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/binutils.old/dist/gold/
H A Dpowerpc.cc11526 Insn branch_bit = 0; in relocate() local
11531 branch_bit = 1 << 21; in relocate()
11539 insn |= branch_bit; in relocate()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/mips/
H A 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.old/dist/gcc/config/mips/
H A Dmips.md1081 ;; The value of the bit when the branch is taken for branch_bit patterns.
6078 (define_insn "*branch_bit<bbv><mode>"
6098 (define_insn "*branch_bit<bbv><mode>_inverted"
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A 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
H A DChangeLog-20099947 (*branch_bit<bbv><mode>): Likewise.
9948 (*branch_bit<bbv><mode>_inverted): Likewise.