Searched refs:SH_MERGE_ARCH_SET (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/binutils/opcodes/
H A Dsh-dis.c506 int max_n = SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 8 : 4;
509 && SH_MERGE_ARCH_SET (op->arch, arch_op32))
935 return SH_MERGE_ARCH_SET (op->arch, arch_op32) ? 4 : 2;
H A Dsh-opc.h256 #define SH_MERGE_ARCH_SET(SET1, SET2) ((SET1) & (SET2)) macro
265 SH_VALID_ARCH_SET (SH_MERGE_ARCH_SET (SET1, SET2))

Completed in 108 milliseconds