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

/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-arm.c1774 #define NEON_REGLIST_LENGTH(X) ((((X) >> 5) & 3) + 1)
13591 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) == 3)
13596 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) == 3)
13679 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != n + 1,
13770 switch (NEON_REGLIST_LENGTH (inst.operands[0].imm))
13784 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 2,
13794 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 3,
13808 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 4,
1772 #define NEON_REGLIST_LENGTH macro

Completed in 194 milliseconds