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

  /src/external/gpl3/binutils/dist/gas/config/
tc-csky.c 3341 #define IS_OPCODE32F(a) (*(a - 2) == '3' && *(a - 1) == '2')
3366 if (IS_OPCODE32F (opcode_end))
3385 if (IS_CSKY_V2 (mach_flag) && IS_OPCODE32F (opcode_end))
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-csky.c 3341 #define IS_OPCODE32F(a) (*(a - 2) == '3' && *(a - 1) == '2')
3366 if (IS_OPCODE32F (opcode_end))
3385 if (IS_CSKY_V2 (mach_flag) && IS_OPCODE32F (opcode_end))

Completed in 21 milliseconds