Searched refs:M680X_OFFSET_BITS_8 (Results 1 – 4 of 4) sorted by relevance
/external/capstone/bindings/python/capstone/ |
D | m680x_const.py | 39 M680X_OFFSET_BITS_8 = 8 variable
|
/external/capstone/bindings/java/capstone/ |
D | M680x_const.java | 42 public static final int M680X_OFFSET_BITS_8 = 8; field in M680x_const
|
/external/capstone/arch/M680X/ |
D | M680XDisassembler.c | 1230 add_indexed_operand(info, M680X_REG_X, false, 0, M680X_OFFSET_BITS_8, in indexedX_hdlr() 1240 add_indexed_operand(info, M680X_REG_Y, false, 0, M680X_OFFSET_BITS_8, in indexedY_hdlr() 1316 op->idx.offset_bits = M680X_OFFSET_BITS_8; in indexed09_hdlr() 1323 op->idx.offset_bits = M680X_OFFSET_BITS_8; in indexed09_hdlr() 1646 add_indexed_operand(info, M680X_REG_S, false, 0, M680X_OFFSET_BITS_8, in indexedS_hdlr() 1673 add_indexed_operand(info, M680X_REG_X, true, 1, M680X_OFFSET_BITS_8, in indexedXp_hdlr()
|
/external/capstone/include/capstone/ |
D | m680x.h | 70 #define M680X_OFFSET_BITS_8 8 macro
|