Home
last modified time | relevance | path

Searched refs:M6811_OP_NONE (Results 1 – 3 of 3) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c1157 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 …]
/toolchain/binutils/binutils-2.25/include/opcode/
Dm68hc11.h328 #define M6811_OP_NONE 0 /* No operand */ macro
/toolchain/binutils/binutils-2.25/opcodes/
Dm68hc11-opc.c72 #define OP_NONE M6811_OP_NONE