Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-bpf.c396 #define RELAX_BRANCH_P(i) (((i) & 0xf0000000) == 0xc0000000) macro
553 gas_assert (RELAX_BRANCH_P (fragp->fr_subtype)); in md_convert_frag()
Dtc-riscv.c466 #define RELAX_BRANCH_P(i) (((i) & 0xf0000000) == 0xc0000000) macro
4854 if (RELAX_BRANCH_P (fragp->fr_subtype)) in riscv_relax_frag()
4977 gas_assert (RELAX_BRANCH_P (fragp->fr_subtype)); in md_convert_frag()
Dtc-mips.c1145 #define RELAX_BRANCH_P(i) (((i) & 0xf0000000) == 0xc0000000) macro
18318 if (RELAX_BRANCH_P (fragp->fr_subtype)) in md_estimate_size_before_relax()
18558 if (RELAX_BRANCH_P (fragp->fr_subtype)) in mips_relax_frag()
18640 if (RELAX_BRANCH_P (fragp->fr_subtype)) in md_convert_frag()
/netbsd/src/external/gpl3/binutils/dist/gas/
DChangeLog177 (RELAX_BRANCH_P): Likewise.
DChangeLog-02033932 (RELAX_BRANCH_ENCODE, RELAX_BRANCH_P, RELAX_BRANCH_LIKELY,
/netbsd/src/external/gpl3/binutils/dist/
DChangeLog.git35585 (RELAX_BRANCH_P): Likewise.