Home
last modified time | relevance | path

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

/external/capstone/bindings/python/capstone/
Dm680x_const.py41 M680X_OFFSET_BITS_16 = 16 variable
/external/capstone/bindings/java/capstone/
DM680x_const.java44 public static final int M680X_OFFSET_BITS_16 = 16; field in M680x_const
/external/capstone/include/capstone/
Dm680x.h72 #define M680X_OFFSET_BITS_16 16 macro
/external/capstone/arch/M680X/
DM680XDisassembler.c1333 op->idx.offset_bits = M680X_OFFSET_BITS_16; in indexed09_hdlr()
1341 op->idx.offset_bits = M680X_OFFSET_BITS_16; in indexed09_hdlr()
1435 op->idx.offset_bits = M680X_OFFSET_BITS_16; in indexed12_hdlr()
1630 add_indexed_operand(info, M680X_REG_X, false, 0, M680X_OFFSET_BITS_16, in indexedX16_hdlr()
1657 add_indexed_operand(info, M680X_REG_S, false, 0, M680X_OFFSET_BITS_16, in indexedS16_hdlr()