HomeSort by: relevance | last modified time | path
    Searched defs:NEON_LANE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/binutils/dist/gas/config/
tc-arm.c 2321 #define NEON_LANE(X) ((X) & 0xf)
20784 constraint (NEON_LANE (inst.operands[0].imm) >= max_el,
20850 inst.instruction |= NEON_LANE (inst.operands[0].imm) << (logsize + 5);
20938 switch (NEON_LANE (inst.operands[0].imm))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arm.c 2320 #define NEON_LANE(X) ((X) & 0xf)
20787 constraint (NEON_LANE (inst.operands[0].imm) >= max_el,
20853 inst.instruction |= NEON_LANE (inst.operands[0].imm) << (logsize + 5);
20941 switch (NEON_LANE (inst.operands[0].imm))

Completed in 65 milliseconds