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

/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-arm.c1771 #define NEON_REG_STRIDE(X) ((((X) >> 4) & 1) + 1)
13565 constraint (n != 0 && NEON_REG_STRIDE (inst.operands[0].imm) == 2
13626 if (n != 0 && NEON_REG_STRIDE (inst.operands[0].imm) == 2)
13647 assert (NEON_REG_STRIDE (inst.operands[0].imm) != 2);
13668 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)
13678 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)
13692 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)
1769 #define NEON_REG_STRIDE macro

Completed in 129 milliseconds