Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gas/config/
Dtc-m68hc11.c1148 get_operand (operand *oper, int which, long opmode) in get_operand() argument
1167 if (*p == '*' && (opmode & (M6811_OP_DIRECT | M6811_OP_IND16))) in get_operand()
1174 if (!(opmode & (M6811_OP_IMM8 | M6811_OP_IMM16 | M6811_OP_BITMASK))) in get_operand()
1244 else if ((opmode & M6812_OP_PAGE) && strncmp (p, "%page", 5) == 0) in get_operand()
1393 if (which == 0 && opmode & M6812_OP_IDX_P2 in get_operand()
1402 && !(mode == M6811_OP_NONE && opmode & M6811_OP_IND16)) in get_operand()
1569 fixup8 (expressionS *oper, int mode, int opmode) in fixup8() argument
1614 if (opmode & M6811_OP_HIGH_ADDR) in fixup8()
1616 else if (opmode & M6811_OP_LOW_ADDR) in fixup8()
1618 else if (opmode & M6811_OP_PAGE_ADDR) in fixup8()
[all …]
/toolchain/binutils/binutils-2.25/cpu/
Dm32c.cpu6946 (define-pmacro (div-sem divop modop opmode reg src quot rem max min)
6950 (sequence ((opmode quot-result) (opmode rem-result))
6951 (set quot-result (divop opmode (ext opmode reg) src))
6952 (set rem-result (modop opmode (ext opmode reg) src))
6953 (set obit (orif (gt opmode quot-result max)
6954 (lt opmode quot-result min)))
6960 (define-pmacro (div-imm-defn mach wstr op src encoding divop modop opmode reg quot rem max min sem)
6966 (sem divop modop opmode reg src quot rem max min)
6969 (define-pmacro (div16-imm-defn smode wstr wbit op divop modop opmode reg quot rem max min opc1 opc2…
6972 divop modop opmode reg quot rem max min
[all …]