Home
last modified time | relevance | path

Searched refs:get_arch_info (Results 1 – 25 of 142) sorted by relevance

123456

/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/python/capstone/
H A D__init__.py675 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
682 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
684 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
686 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
689 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
693 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
695 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
699 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
701 (self.pop, self.push, self.fee) = evm.get_arch_info(self._raw.detail.contents.arch.evm)
705 (self.operands) = bpf.get_arch_info(self._raw.detail.contents.arch.bpf)
[all …]
H A Devm.py15 def get_arch_info(a): function
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/python/capstone/
H A D__init__.py675 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
682 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
684 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
686 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
689 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
693 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
695 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
699 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
701 (self.pop, self.push, self.fee) = evm.get_arch_info(self._raw.detail.contents.arch.evm)
705 (self.operands) = bpf.get_arch_info(self._raw.detail.contents.arch.bpf)
[all …]
H A Devm.py15 def get_arch_info(a): function
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/python/capstone/
H A D__init__.py675 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
682 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
684 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
686 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
689 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
693 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
695 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
699 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
701 (self.pop, self.push, self.fee) = evm.get_arch_info(self._raw.detail.contents.arch.evm)
705 (self.operands) = bpf.get_arch_info(self._raw.detail.contents.arch.bpf)
[all …]
/dports/devel/capstone4/capstone-4.0.2/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.eflags, self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
49 …elf.condition, self.funit, self.parallel, self.operands) = tms320c64x.get_arch_info(self._detail.a…
/dports/emulators/qemu/qemu-6.2.0/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.eflags, self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
49 …elf.condition, self.funit, self.parallel, self.operands) = tms320c64x.get_arch_info(self._detail.a…
/dports/emulators/qemu60/qemu-6.0.0/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.eflags, self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
49 …elf.condition, self.funit, self.parallel, self.operands) = tms320c64x.get_arch_info(self._detail.a…
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.eflags, self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
49 …elf.condition, self.funit, self.parallel, self.operands) = tms320c64x.get_arch_info(self._detail.a…
/dports/emulators/qemu5/qemu-5.2.0/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.eflags, self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
49 …elf.condition, self.funit, self.parallel, self.operands) = tms320c64x.get_arch_info(self._detail.a…
/dports/devel/capstone3/capstone-3.0.5/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/python/pyx/
H A Dccapstone.pyx27 arm.get_arch_info(detail.arch.arm)
30 arm64.get_arch_info(detail.arch.arm64)
36 self.operands) = x86.get_arch_info(detail.arch.x86)
38 self.operands = mips.get_arch_info(detail.arch.mips)
41 ppc.get_arch_info(detail.arch.ppc)
43 (self.cc, self.hint, self.operands) = sparc.get_arch_info(detail.arch.sparc)
45 (self.cc, self.operands) = systemz.get_arch_info(detail.arch.sysz)
47 self.operands = xcore.get_arch_info(detail.arch.xcore)
/dports/devel/redasm/REDasm-2.1.1/LibREDasm/depends/capstone/bindings/python/capstone/
H A D__init__.py630 …self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._raw.detail.contents.arc…
633 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
640 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
642 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
644 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
647 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
649 … (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._raw.detail.contents.arch.sparc)
651 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
653 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
657 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
[all …]
H A Devm.py15 def get_arch_info(a): function
/dports/devel/py-capstone/capstone-4.0.1/capstone/
H A D__init__.py631 …self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._raw.detail.contents.arc…
634 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
641 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
643 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
645 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
648 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
650 … (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._raw.detail.contents.arch.sparc)
652 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
654 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
658 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
[all …]
/dports/devel/capstone4/capstone-4.0.2/bindings/python/capstone/
H A D__init__.py633 …self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._raw.detail.contents.arc…
636 arm64.get_arch_info(self._raw.detail.contents.arch.arm64)
643 self.operands) = x86.get_arch_info(self._raw.detail.contents.arch.x86)
645 … (self.operands, self.op_size) = m68k.get_arch_info(self._raw.detail.contents.arch.m68k)
647 self.operands = mips.get_arch_info(self._raw.detail.contents.arch.mips)
650 ppc.get_arch_info(self._raw.detail.contents.arch.ppc)
652 … (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._raw.detail.contents.arch.sparc)
654 (self.cc, self.operands) = systemz.get_arch_info(self._raw.detail.contents.arch.sysz)
656 (self.operands) = xcore.get_arch_info(self._raw.detail.contents.arch.xcore)
660 (self.flags, self.operands) = m680x.get_arch_info(self._raw.detail.contents.arch.m680x)
[all …]
H A Devm.py15 def get_arch_info(a): function
/dports/emulators/qemu42/qemu-4.2.1/capstone/bindings/python/capstone/
H A D__init__.py546 … self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._detail.arch.arm)
549 arm64.get_arch_info(self._detail.arch.arm64)
554 … self.avx_cc, self.avx_sae, self.avx_rm, self.operands) = x86.get_arch_info(self._detail.arch.x86)
556 self.operands = mips.get_arch_info(self._detail.arch.mips)
559 ppc.get_arch_info(self._detail.arch.ppc)
561 (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._detail.arch.sparc)
563 (self.cc, self.operands) = systemz.get_arch_info(self._detail.arch.sysz)
565 (self.operands) = xcore.get_arch_info(self._detail.arch.xcore)
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/capstone/bindings/python/capstone/
H A D__init__.py546 … self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._detail.arch.arm)
549 arm64.get_arch_info(self._detail.arch.arm64)
554 … self.avx_cc, self.avx_sae, self.avx_rm, self.operands) = x86.get_arch_info(self._detail.arch.x86)
556 self.operands = mips.get_arch_info(self._detail.arch.mips)
559 ppc.get_arch_info(self._detail.arch.ppc)
561 (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._detail.arch.sparc)
563 (self.cc, self.operands) = systemz.get_arch_info(self._detail.arch.sysz)
565 (self.operands) = xcore.get_arch_info(self._detail.arch.xcore)
/dports/emulators/qemu-utils/qemu-4.2.1/capstone/bindings/python/capstone/
H A D__init__.py546 … self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._detail.arch.arm)
549 arm64.get_arch_info(self._detail.arch.arm64)
554 … self.avx_cc, self.avx_sae, self.avx_rm, self.operands) = x86.get_arch_info(self._detail.arch.x86)
556 self.operands = mips.get_arch_info(self._detail.arch.mips)
559 ppc.get_arch_info(self._detail.arch.ppc)
561 (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._detail.arch.sparc)
563 (self.cc, self.operands) = systemz.get_arch_info(self._detail.arch.sysz)
565 (self.operands) = xcore.get_arch_info(self._detail.arch.xcore)
/dports/emulators/qemu-guest-agent/qemu-5.0.1/capstone/bindings/python/capstone/
H A D__init__.py546 … self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._detail.arch.arm)
549 arm64.get_arch_info(self._detail.arch.arm64)
554 … self.avx_cc, self.avx_sae, self.avx_rm, self.operands) = x86.get_arch_info(self._detail.arch.x86)
556 self.operands = mips.get_arch_info(self._detail.arch.mips)
559 ppc.get_arch_info(self._detail.arch.ppc)
561 (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._detail.arch.sparc)
563 (self.cc, self.operands) = systemz.get_arch_info(self._detail.arch.sysz)
565 (self.operands) = xcore.get_arch_info(self._detail.arch.xcore)
/dports/devel/capstone3/capstone-3.0.5/bindings/python/capstone/
H A D__init__.py551 … self.writeback, self.mem_barrier, self.operands) = arm.get_arch_info(self._detail.arch.arm)
554 arm64.get_arch_info(self._detail.arch.arm64)
559 … self.avx_cc, self.avx_sae, self.avx_rm, self.operands) = x86.get_arch_info(self._detail.arch.x86)
561 self.operands = mips.get_arch_info(self._detail.arch.mips)
564 ppc.get_arch_info(self._detail.arch.ppc)
566 (self.cc, self.hint, self.operands) = sparc.get_arch_info(self._detail.arch.sparc)
568 (self.cc, self.operands) = systemz.get_arch_info(self._detail.arch.sysz)
570 (self.operands) = xcore.get_arch_info(self._detail.arch.xcore)

123456