Home
last modified time | relevance | path

Searched refs:cs_x86_op (Results 1 – 3 of 3) sorted by relevance

/external/capstone/cstool/
Dcstool_x86.c75 cs_x86_op *op = &(x86->operands[i]); in print_insn_detail_x86()
/external/capstone/include/
Dx86.h187 typedef struct cs_x86_op { struct
204 } cs_x86_op; argument
261 cs_x86_op operands[8]; // operands for this instruction.
/external/capstone/tests/
Dtest_x86.c98 cs_x86_op *op = &(x86->operands[i]); in print_insn_detail()