Home
last modified time | relevance | path

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

/external/capstone/arch/TMS320C64x/
DTMS320C64xInstPrinter.c251 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
256 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
261 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
266 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
271 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
276 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
281 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
286 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_CONSTANT; in printMemOperand()
291 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
296 tms320c64x->operands[tms320c64x->op_count].mem.disptype = TMS320C64X_MEM_DISP_REGISTER; in printMemOperand()
[all …]
/external/capstone/bindings/python/
Dtest_tms320c64x.py39 if i.mem.disptype == TMS320C64X_MEM_DISP_INVALID:
43 if i.mem.disptype == TMS320C64X_MEM_DISP_CONSTANT:
47 if i.mem.disptype == TMS320C64X_MEM_DISP_REGISTER:
/external/capstone/cstool/
Dcstool_tms320c64x.c39 if(op->mem.disptype == TMS320C64X_MEM_DISP_INVALID) { in print_insn_detail_tms320c64x()
43 if(op->mem.disptype == TMS320C64X_MEM_DISP_CONSTANT) { in print_insn_detail_tms320c64x()
47 if(op->mem.disptype == TMS320C64X_MEM_DISP_REGISTER) { in print_insn_detail_tms320c64x()
/external/capstone/suite/cstest/src/
Dtms320c64x_detail.c39 if (op->mem.disptype == TMS320C64X_MEM_DISP_INVALID) { in get_detail_tms320c64x()
43 if (op->mem.disptype == TMS320C64X_MEM_DISP_CONSTANT) { in get_detail_tms320c64x()
47 if (op->mem.disptype == TMS320C64X_MEM_DISP_REGISTER) { in get_detail_tms320c64x()
/external/capstone/tests/
Dtest_tms320c64x.c60 if(op->mem.disptype == TMS320C64X_MEM_DISP_INVALID) { in print_insn_detail()
64 if(op->mem.disptype == TMS320C64X_MEM_DISP_CONSTANT) { in print_insn_detail()
68 if(op->mem.disptype == TMS320C64X_MEM_DISP_REGISTER) { in print_insn_detail()
/external/capstone/include/capstone/
Dtms320c64x.h50 unsigned int disptype; ///< displacement type member