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

  /src/external/gpl3/binutils/dist/gas/config/
tc-arc.c 47 #define SUB_OPCODE(x) (((x) & 0x003F0000) >> 16)
49 && (SUB_OPCODE (x) == 0x28))
4407 unsigned char sub_opcode; local
4446 sub_opcode = get_absolute_expression ();
4548 einsn->minor = sub_opcode;
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-arc.c 47 #define SUB_OPCODE(x) (((x) & 0x003F0000) >> 16)
49 && (SUB_OPCODE (x) == 0x28))
4415 unsigned char sub_opcode; local
4454 sub_opcode = get_absolute_expression ();
4556 einsn->minor = sub_opcode;

Completed in 17 milliseconds