Update all *_const.py
This commit is contained in:
parent
4241fee7e6
commit
935acd196a
|
@ -31,7 +31,7 @@ template = {
|
||||||
'comment_close': '',
|
'comment_close': '',
|
||||||
},
|
},
|
||||||
'python': {
|
'python': {
|
||||||
'header': "from .__init__ import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OPT_MEM\n"
|
'header': "from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM\n"
|
||||||
"# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [%s_const.py]\n",
|
"# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [%s_const.py]\n",
|
||||||
'footer': "",
|
'footer': "",
|
||||||
'line_format': '%s = %s\n',
|
'line_format': '%s = %s\n',
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [arm64_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [arm64_const.py]
|
||||||
|
|
||||||
ARM64_SFT_INVALID = 0
|
ARM64_SFT_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [arm_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [arm_const.py]
|
||||||
|
|
||||||
ARM_SFT_INVALID = 0
|
ARM_SFT_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [bpf_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [bpf_const.py]
|
||||||
|
|
||||||
BPF_OP_INVALID = 0
|
BPF_OP_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [evm_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [evm_const.py]
|
||||||
|
|
||||||
EVM_INS_STOP = 0
|
EVM_INS_STOP = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [m680x_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [m680x_const.py]
|
||||||
M680X_OPERAND_COUNT = 9
|
M680X_OPERAND_COUNT = 9
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [m68k_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [m68k_const.py]
|
||||||
M68K_OPERAND_COUNT = 4
|
M68K_OPERAND_COUNT = 4
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [mips_const.py]
|
||||||
|
|
||||||
MIPS_OP_INVALID = 0
|
MIPS_OP_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [mos65xx_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [mos65xx_const.py]
|
||||||
|
|
||||||
MOS65XX_REG_INVALID = 0
|
MOS65XX_REG_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [ppc_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [ppc_const.py]
|
||||||
|
|
||||||
PPC_BC_INVALID = 0
|
PPC_BC_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [riscv_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [riscv_const.py]
|
||||||
|
|
||||||
# Operand type for instruction's operands
|
# Operand type for instruction's operands
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [sparc_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [sparc_const.py]
|
||||||
|
|
||||||
SPARC_CC_INVALID = 0
|
SPARC_CC_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [sysz_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [sysz_const.py]
|
||||||
|
|
||||||
SYSZ_CC_INVALID = 0
|
SYSZ_CC_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [tms320c64x_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [tms320c64x_const.py]
|
||||||
|
|
||||||
TMS320C64X_OP_INVALID = 0
|
TMS320C64X_OP_INVALID = 0
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
from .__init__ import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OPT_MEM
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [tricore_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [tricore_const.py]
|
||||||
TRICORE_OP_INVALID = CS_OP_INVALID
|
TRICORE_OP_INVALID = CS_OP_INVALID
|
||||||
TRICORE_OP_REG = CS_OP_REG
|
TRICORE_OP_REG = CS_OP_REG
|
||||||
TRICORE_OP_IMM = CS_OP_IMM
|
TRICORE_OP_IMM = CS_OP_IMM
|
||||||
TRICORE_OP_MEM = CS_OPT_MEM
|
TRICORE_OP_MEM = CS_OP_MEM
|
||||||
TRICORE_OP_COUNT = 8
|
TRICORE_OP_COUNT = 8
|
||||||
|
|
||||||
TRICORE_REG_INVALID = 0
|
TRICORE_REG_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [wasm_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [wasm_const.py]
|
||||||
|
|
||||||
WASM_OP_INVALID = 0
|
WASM_OP_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [x86_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [x86_const.py]
|
||||||
|
|
||||||
X86_REG_INVALID = 0
|
X86_REG_INVALID = 0
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
from . import CS_OP_INVALID, CS_OP_REG, CS_OP_IMM, CS_OP_MEM
|
||||||
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [xcore_const.py]
|
# For Capstone Engine. AUTO-GENERATED FILE, DO NOT EDIT [xcore_const.py]
|
||||||
|
|
||||||
XCORE_OP_INVALID = 0
|
XCORE_OP_INVALID = 0
|
||||||
|
|
Loading…
Reference in New Issue