Searched refs:M6811_OP_NONE (Results 1 – 3 of 3) sorted by relevance
1157 mode = M6811_OP_NONE; in get_operand()1251 if (mode == M6811_OP_NONE || mode == M6812_OP_D_IDX) in get_operand()1344 if (mode == M6811_OP_NONE || mode == M6811_OP_DIRECT in get_operand()1351 int possible_mode = M6811_OP_NONE; in get_operand()1358 if (mode == M6811_OP_NONE) in get_operand()1378 if (reg == REG_NONE && mode == M6811_OP_NONE in get_operand()1379 && possible_mode != M6811_OP_NONE) in get_operand()1386 if (possible_mode != M6811_OP_NONE) in get_operand()1390 && possible_mode != M6811_OP_NONE) in get_operand()1402 && !(mode == M6811_OP_NONE && opmode & M6811_OP_IND16)) in get_operand()[all …]
328 #define M6811_OP_NONE 0 /* No operand */ macro
72 #define OP_NONE M6811_OP_NONE