Home
last modified time | relevance | path

Searched refs:cs_regs_access (Results 1 – 16 of 16) sorted by relevance

/external/capstone/bindings/python/pyx/
Dccapstone.pxd68 …cs_err cs_regs_access(csh handle, cs_insn *insn, uint16_t *regs_read, uint8_t *read_count, uint16_…
Dccapstone.pyx255 …status = cc.cs_regs_access(self._cs.csh, &self._raw, regs_read, &read_count, regs_write, &write_co…
/external/capstone/cstool/
Dcstool_arm64.c122 if (!cs_regs_access(handle, ins, in print_insn_detail_arm64()
Dcstool_arm.c137 if (!cs_regs_access(handle, ins, in print_insn_detail_arm()
Dcstool_x86.c303 if (!cs_regs_access(ud, ins, in print_insn_detail_x86()
/external/capstone/suite/cstest/src/
Darm64_detail.c119 if (!cs_regs_access(*handle, ins, regs_read, &regs_read_count, regs_write, &regs_write_count)) { in get_detail_arm64()
Darm_detail.c133 if (!cs_regs_access(*handle, ins, regs_read, &regs_read_count, regs_write, &regs_write_count)) { in get_detail_arm()
Dx86_detail.c305 if (!cs_regs_access(*ud, ins, regs_read, &regs_read_count, regs_write, &regs_write_count)) { in get_detail_x86()
/external/capstone/tests/
Dtest_arm64.c143 if (!cs_regs_access(handle, ins, in print_insn_detail()
Dtest_arm.c162 if (!cs_regs_access(cs_handle, ins, in print_insn_detail()
Dtest_x86.c326 if (!cs_regs_access(ud, ins, in print_insn_detail()
/external/capstone/bindings/java/capstone/
DCapstone.java258 …int c = cs.cs_regs_access(csh, raw.getPointer(), regsReadMemory, regsReadCountRef, regsWriteMemory… in regsAccess()
317 …public int cs_regs_access(Pointer handle, Pointer insn, Pointer regs_read, ByteByReference regs_re… in cs_regs_access() method
/external/capstone/include/capstone/
Dcapstone.h762 cs_err CAPSTONE_API cs_regs_access(csh handle, const cs_insn *insn,
/external/capstone/bindings/python/capstone/
D__init__.py785 …status = _cs.cs_regs_access(self._cs.csh, self._raw, ctypes.byref(regs_read), ctypes.byref(regs_re…
/external/capstone/
Dcs.c1539 cs_err CAPSTONE_API cs_regs_access(csh ud, const cs_insn *insn, in cs_regs_access() function
DChangeLog45 - New APIs: cs_regs_access()