Home
last modified time | relevance | path

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

/external/capstone/contrib/objdump/
Dobjdump-m68k.py116 if op.type == M68K_OP_REG_PAIR:
343 if op.type in [ M68K_OP_REG_BITS, M68K_OP_REG_PAIR ]:
/external/capstone/bindings/java/capstone/
DM68k_const.java84 public static final int M68K_OP_REG_PAIR = 7; field in M68k_const
/external/capstone/bindings/python/capstone/
Dm68k_const.py81 M68K_OP_REG_PAIR = 7 variable
/external/capstone/include/capstone/
Dm68k.h120M68K_OP_REG_PAIR, ///< Register pair in the same op (upper 4 bits for first reg, lower for seco… enumerator
/external/capstone/arch/M68K/
DM68KInstPrinter.c139 case M68K_OP_REG_PAIR: in printAddressingMode()
DM68KDisassembler.c1003 op0->type = M68K_OP_REG_PAIR; in build_cas2()
1008 op1->type = M68K_OP_REG_PAIR; in build_cas2()
1016 op2->type = M68K_OP_REG_PAIR; in build_cas2()
2267 op1->type = M68K_OP_REG_PAIR; in d68020_divl()
2813 op1->type = M68K_OP_REG_PAIR; in d68020_mull()
3954 case M68K_OP_REG_PAIR: in update_op_reg_list()