Home
last modified time | relevance | path

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

/external/capstone/bindings/python/
Dtest_tms320c64x.py52 if i.mem.direction == TMS320C64X_MEM_DIR_INVALID:
/external/capstone/cstool/
Dcstool_tms320c64x.c53 if(op->mem.direction == TMS320C64X_MEM_DIR_INVALID) in print_insn_detail_tms320c64x()
/external/capstone/suite/cstest/src/
Dtms320c64x_detail.c53 if (op->mem.direction == TMS320C64X_MEM_DIR_INVALID) in get_detail_tms320c64x()
/external/capstone/bindings/java/capstone/
DTMS320C64x_const.java16 public static final int TMS320C64X_MEM_DIR_INVALID = 0; field in TMS320C64x_const
/external/capstone/bindings/python/capstone/
Dtms320c64x_const.py13 TMS320C64X_MEM_DIR_INVALID = 0 variable
/external/capstone/tests/
Dtest_tms320c64x.c74 if(op->mem.direction == TMS320C64X_MEM_DIR_INVALID) in print_insn_detail()
/external/capstone/include/capstone/
Dtms320c64x.h33 TMS320C64X_MEM_DIR_INVALID = 0, enumerator