Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c1351 int possible_mode = M6811_OP_NONE; in get_operand() local
1362 possible_mode = M6812_PRE_DEC; in get_operand()
1367 possible_mode = M6812_PRE_INC; in get_operand()
1379 && possible_mode != M6811_OP_NONE) in get_operand()
1386 if (possible_mode != M6811_OP_NONE) in get_operand()
1387 mode = possible_mode; in get_operand()
1390 && possible_mode != M6811_OP_NONE) in get_operand()