Lines Matching defs:insn
306 static void fill_insn(struct cs_struct *handle, cs_insn *insn, char *buffer, MCInst *mci, in fill_insn()
472 …s_disasm(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_t count, cs_insn **insn) in cs_disasm()
680 …isasm_ex(csh ud, const uint8_t *buffer, size_t size, uint64_t offset, size_t count, cs_insn **insn) in cs_disasm_ex()
686 void CAPSTONE_API cs_free(cs_insn *insn, size_t count) in cs_free()
701 cs_insn *insn; in cs_malloc() local
728 uint64_t *address, cs_insn *insn) in cs_disasm_iter()
831 const char * CAPSTONE_API cs_insn_name(csh ud, unsigned int insn) in cs_insn_name()
867 bool CAPSTONE_API cs_insn_group(csh ud, const cs_insn *insn, unsigned int group_id) in cs_insn_group()
894 bool CAPSTONE_API cs_reg_read(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_read()
921 bool CAPSTONE_API cs_reg_write(csh ud, const cs_insn *insn, unsigned int reg_id) in cs_reg_write()
948 int CAPSTONE_API cs_op_count(csh ud, const cs_insn *insn, unsigned int op_type) in cs_op_count()
1024 int CAPSTONE_API cs_op_index(csh ud, const cs_insn *insn, unsigned int op_type, in cs_op_index()