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

@ -2,6 +2,36 @@ package unicorn
// For Unicorn Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.go]
const (
CPU_MIPS_4KC = 0
CPU_MIPS_4KM = 1
CPU_MIPS_4KECR1 = 2
CPU_MIPS_4KEMR1 = 3
CPU_MIPS_4KEC = 4
CPU_MIPS_4KEM = 5
CPU_MIPS_24KC = 6
CPU_MIPS_24KEC = 7
CPU_MIPS_24KF = 8
CPU_MIPS_34KF = 9
CPU_MIPS_74KF = 10
CPU_MIPS_M14K = 11
CPU_MIPS_M14KC = 12
CPU_MIPS_P5600 = 13
CPU_MIPS_MIPS32R6_GENERIC = 14
CPU_MIPS_I7200 = 15
CPU_MIPS_R4000 = 16
CPU_MIPS_VR5432 = 17
CPU_MIPS_5KC = 18
CPU_MIPS_5KF = 19
CPU_MIPS_20KC = 20
CPU_MIPS_MIPS64R2_GENERIC = 21
CPU_MIPS_5KEC = 22
CPU_MIPS_5KEF = 23
CPU_MIPS_I6400 = 24
CPU_MIPS_I6500 = 25
CPU_MIPS_LOONGSON_2E = 26
CPU_MIPS_LOONGSON_2F = 27
CPU_MIPS_MIPS64DSPR2 = 28
// MIPS registers
MIPS_REG_INVALID = 0