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

  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 3342 #define IS_OPCODE16F(a) (*(a - 2) == '1' && *(a - 1) == '6')
3371 else if (IS_OPCODE16F (opcode_end))
3390 else if (IS_OPCODE16F (opcode_end))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 3342 #define IS_OPCODE16F(a) (*(a - 2) == '1' && *(a - 1) == '6')
3371 else if (IS_OPCODE16F (opcode_end))
3390 else if (IS_OPCODE16F (opcode_end))

Completed in 32 milliseconds