uc_ctl proposal (#1473)

* Add uc_ctl

* Add comments

* Slightly changed for bindings generation

* Generate bindings
This commit is contained in:
lazymio
2021-10-30 04:45:32 +02:00
committed by GitHub
parent 1856e940e4
commit 090686f8ed
65 changed files with 3520 additions and 4 deletions

View File

@ -5,6 +5,36 @@ unit MipsConst;
interface
const
UC_CPU_MIPS_4KC = 0;
UC_CPU_MIPS_4KM = 1;
UC_CPU_MIPS_4KECR1 = 2;
UC_CPU_MIPS_4KEMR1 = 3;
UC_CPU_MIPS_4KEC = 4;
UC_CPU_MIPS_4KEM = 5;
UC_CPU_MIPS_24KC = 6;
UC_CPU_MIPS_24KEC = 7;
UC_CPU_MIPS_24KF = 8;
UC_CPU_MIPS_34KF = 9;
UC_CPU_MIPS_74KF = 10;
UC_CPU_MIPS_M14K = 11;
UC_CPU_MIPS_M14KC = 12;
UC_CPU_MIPS_P5600 = 13;
UC_CPU_MIPS_MIPS32R6_GENERIC = 14;
UC_CPU_MIPS_I7200 = 15;
UC_CPU_MIPS_R4000 = 16;
UC_CPU_MIPS_VR5432 = 17;
UC_CPU_MIPS_5KC = 18;
UC_CPU_MIPS_5KF = 19;
UC_CPU_MIPS_20KC = 20;
UC_CPU_MIPS_MIPS64R2_GENERIC = 21;
UC_CPU_MIPS_5KEC = 22;
UC_CPU_MIPS_5KEF = 23;
UC_CPU_MIPS_I6400 = 24;
UC_CPU_MIPS_I6500 = 25;
UC_CPU_MIPS_LOONGSON_2E = 26;
UC_CPU_MIPS_LOONGSON_2F = 27;
UC_CPU_MIPS_MIPS64DSPR2 = 28;
// MIPS registers
UC_MIPS_REG_INVALID = 0;