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

  /src/external/gpl3/binutils/dist/gas/config/
rl78-parse.h 85 IS_OPCODE = 286, /* IS_OPCODE */
210 #define IS_OPCODE 286
rx-parse.h 67 IS_OPCODE = 268, /* IS_OPCODE */
236 #define IS_OPCODE 268
tc-m68hc11.c 57 #define IS_OPCODE(C1,C2) (((C1) & 0x0FF) == ((C2) & 0x0FF))
1800 if (IS_OPCODE (code, M6812_BSR))
1802 else if (IS_OPCODE (code, M6811_BSR))
1804 else if (IS_OPCODE (code, M6811_BRA))
3982 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR)
3983 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA)
3984 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR));
4122 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR)
4123 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA)
4124 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR))
    [all...]
rl78-parse.c 271 IS_OPCODE = 286, /* IS_OPCODE */
396 #define IS_OPCODE 286
546 YYSYMBOL_IS_OPCODE = 31, /* IS_OPCODE */
1148 "EXPR", "UNKNOWN_OPCODE", "IS_OPCODE", "DOT_S", "DOT_B", "DOT_W",
4504 #define OPC(x) { #x, x, IS_OPCODE }
4509 { "and", AND_, IS_OPCODE },
4675 && !(token_table[i].val == IS_OPCODE && rl78_last_token != 0)
rx-parse.c 249 IS_OPCODE = 268, /* IS_OPCODE */
418 #define IS_OPCODE 268
612 YYSYMBOL_IS_OPCODE = 13, /* IS_OPCODE */
1320 "IS_OPCODE", "DOT_S", "DOT_B", "DOT_W", "DOT_L", "DOT_A", "DOT_UB",
4691 #define OPC(x) { #x, x, IS_OPCODE }
4695 { "and", AND_, IS_OPCODE },
5002 && !(token_table[i].val == IS_OPCODE && rx_last_token != 0)
  /src/external/gpl3/binutils.old/dist/gas/config/
rl78-parse.h 85 IS_OPCODE = 286, /* IS_OPCODE */
210 #define IS_OPCODE 286
rx-parse.h 67 IS_OPCODE = 268, /* IS_OPCODE */
236 #define IS_OPCODE 268
tc-m68hc11.c 57 #define IS_OPCODE(C1,C2) (((C1) & 0x0FF) == ((C2) & 0x0FF))
1800 if (IS_OPCODE (code, M6812_BSR))
1802 else if (IS_OPCODE (code, M6811_BSR))
1804 else if (IS_OPCODE (code, M6811_BRA))
3982 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR)
3983 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA)
3984 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR));
4122 gas_assert (IS_OPCODE (fragP->fr_opcode[0], M6811_BSR)
4123 || IS_OPCODE (fragP->fr_opcode[0], M6811_BRA)
4124 || IS_OPCODE (fragP->fr_opcode[0], M6812_BSR))
    [all...]
rl78-parse.c 271 IS_OPCODE = 286, /* IS_OPCODE */
396 #define IS_OPCODE 286
546 YYSYMBOL_IS_OPCODE = 31, /* IS_OPCODE */
1148 "EXPR", "UNKNOWN_OPCODE", "IS_OPCODE", "DOT_S", "DOT_B", "DOT_W",
4504 #define OPC(x) { #x, x, IS_OPCODE }
4509 { "and", AND_, IS_OPCODE },
4675 && !(token_table[i].val == IS_OPCODE && rl78_last_token != 0)
rx-parse.c 249 IS_OPCODE = 268, /* IS_OPCODE */
418 #define IS_OPCODE 268
612 YYSYMBOL_IS_OPCODE = 13, /* IS_OPCODE */
1320 "IS_OPCODE", "DOT_S", "DOT_B", "DOT_W", "DOT_L", "DOT_A", "DOT_UB",
4691 #define OPC(x) { #x, x, IS_OPCODE }
4695 { "and", AND_, IS_OPCODE },
5002 && !(token_table[i].val == IS_OPCODE && rx_last_token != 0)

Completed in 52 milliseconds