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

/freebsd-10.1-release/contrib/binutils/gas/config/
H A Dtc-arm.c1774 #define NEON_REGLIST_LENGTH(X) ((((X) >> 5) & 3) + 1)
13537 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) == 3)
13542 if (NEON_REGLIST_LENGTH (inst.operands[0].imm) == 3)
13625 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != n + 1,
13716 switch (NEON_REGLIST_LENGTH (inst.operands[0].imm))
13730 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 2,
13740 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 3,
13754 constraint (NEON_REGLIST_LENGTH (inst.operands[0].imm) != 4,
1772 #define NEON_REGLIST_LENGTH macro

Completed in 85 milliseconds