capstone/bindings/python/capstone
Changqing Jing 3c4d7fc8d6
Add tricore tc1.8 instructions (#2595)
* Add tricore tc1.8 instructions:
add.df
sub.df
madd.df
msub.df
mul.df
div.df
cmp.df
max.df
min.df
min.f
max.f
dftoi
dftoiz
dftoin
ftoin
dftou
dftouz
dftol
dftoul
dftoulz
abs.f
abs.df
dftolz
neg.df
neg.f
qseed.df
itodf
utodf
ltodf
ultodf
dftof
ftodf

* Fix python binding

* Fix python binding

* add tricore tc1.8 instructions
div64
div64.u
rem64
rem64.u

* add tricore tc1.8 instruction to tests/details

* Fix review
2025-01-28 20:50:43 +08:00
..
__init__.py Add tricore tc1.8 instructions (#2595) 2025-01-28 20:50:43 +08:00
aarch64.py This time actually fix big endian issue. (#2530) 2024-10-29 12:02:37 +08:00
aarch64_const.py Several small fixups (#2489) 2024-09-30 11:33:31 +08:00
alpha.py Add Alpha architecture (#2071) 2023-12-28 11:10:38 +09:00
alpha_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
arm.py Auto-Sync reproducability + ARM update (#2532) 2024-11-22 00:31:27 +08:00
arm64.py Add arm64 and sysz compatibility layer to Python bindings (#2559) 2024-12-05 19:35:18 +08:00
arm64_const.py Add arm64 and sysz compatibility layer to Python bindings (#2559) 2024-12-05 19:35:18 +08:00
arm_const.py Prepare for update (#2552) 2024-11-24 23:11:38 +08:00
bpf.py Update BPF arch (#2568) 2024-12-15 20:46:45 +08:00
bpf_const.py Update BPF arch (#2568) 2024-12-15 20:46:45 +08:00
evm.py EVM: add missing files 2018-03-31 17:32:22 +08:00
evm_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
hppa.py Add HPPA(PA-RISC) architecture (#2265) 2024-03-26 13:58:56 +08:00
hppa_const.py Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
loongarch.py Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
loongarch_const.py Fix LoongArch aliases and CS_OPT_SYNTAX_NO_DOLLAR support (#2594) 2025-01-06 18:12:44 +08:00
m68k.py Update Python bindings for m68k 2023-07-20 13:49:31 +02:00
m68k_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
m680x.py M680X: Target ready for pull request (#1034) 2017-10-21 21:44:36 +08:00
m680x_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
mips.py Auto-Sync Mips (#2410) 2024-09-07 22:30:47 +08:00
mips_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
mos65xx.py Update Python bindings for mos65xx 2023-07-20 13:49:38 +02:00
mos65xx_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
ppc.py Modern Testing (#2456) 2024-08-31 21:33:38 +08:00
ppc_const.py PPC LLVM 18 (#2540) 2024-12-05 19:26:33 +08:00
riscv.py Add access support for RISC-V (#2393) 2024-07-10 11:36:39 +08:00
riscv_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
sh.py Add Python bindings for SH 2023-07-24 05:44:48 +02:00
sh_const.py Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
sparc.py sparc: change imm type from int32_t to int64_t 2017-12-27 14:46:47 +08:00
sparc_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
systemz.py Add arm64 and sysz compatibility layer to Python bindings (#2559) 2024-12-05 19:35:18 +08:00
systemz_const.py Coverity defects (#2469) 2024-09-18 21:19:42 +08:00
sysz_const.py Add arm64 and sysz compatibility layer to Python bindings (#2559) 2024-12-05 19:35:18 +08:00
tms320c64x.py Added support for the TMS320C64x architecture. 2017-04-14 17:00:40 +03:00
tms320c64x_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
tricore.py Fix tricore UB (#2204) 2023-11-30 00:20:44 +08:00
tricore_const.py Add tricore tc1.8 instructions (#2595) 2025-01-28 20:50:43 +08:00
wasm.py Add Python bindings for WASM 2023-07-19 17:26:56 +02:00
wasm_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
x86.py Update Python bindings for x86 2023-07-20 13:49:14 +02:00
x86_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
xcore.py Re-apply changes from 1647720656 on next branch, that's the commit that lets the python bindings run in pypy 2016-06-16 15:47:43 -07:00
xcore_const.py SystemZ Auto-Sync refactor (#2462) 2024-09-14 16:57:54 +08:00
xtensa.py xtensa: update to espressif/llvm-project (#2533) 2024-11-10 21:55:40 +08:00
xtensa_const.py Prepare for update (#2552) 2024-11-24 23:11:38 +08:00