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

/haiku-buildtools/binutils/gas/config/
H A Dtc-arm.c1998 #define NEON_REG_STRIDE(X) ((((X) >> 4) & 1) + 1) macro
16905 constraint (n != 0 && NEON_REG_STRIDE (inst.operands[0].imm) == 2
16966 if (n != 0 && NEON_REG_STRIDE (inst.operands[0].imm) == 2)
16987 gas_assert (NEON_REG_STRIDE (inst.operands[0].imm) != 2);
17009 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)
17019 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)
17033 if (NEON_REG_STRIDE (inst.operands[0].imm) == 2)

Completed in 189 milliseconds