mirror of
https://github.com/asmjit/asmjit.git
synced 2025-12-17 12:34:35 +03:00
[ABI] Initial AArch64 support
This commit is contained in:
@@ -524,6 +524,7 @@ class X86TableGen extends core.TableGen {
|
||||
this.addInst({
|
||||
id : 0, // Instruction id (numeric value).
|
||||
name : name, // Instruction name.
|
||||
displayName : name, // Instruction name to display.
|
||||
enum : enum_, // Instruction enum without `kId` prefix.
|
||||
dbInsts : dbInsts, // All dbInsts returned from asmdb query.
|
||||
encoding : encoding, // Instruction encoding.
|
||||
|
||||
Reference in New Issue
Block a user