-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
17 changed files
with
7,968 additions
and
7,865 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,16 @@ | ||
/* Capstone Disassembly Engine, http://www.capstone-engine.org */ | ||
/* By Nguyen Anh Quynh <[email protected]>, 2013-2022, */ | ||
/* Rot127 <[email protected]> 2022-2023 */ | ||
/* Automatically generated file by the LLVM TableGen Disassembler Backend. */ | ||
/* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */ | ||
|
||
/* LLVM-commit: <commit> */ | ||
/* LLVM-tag: <tag> */ | ||
|
||
/* Do not edit. */ | ||
|
||
/* Capstone's LLVM TableGen Backends: */ | ||
/* https://github.com/capstone-engine/llvm-capstone */ | ||
|
||
#include <capstone/platform.h> | ||
#include <assert.h> | ||
|
||
|
@@ -471,6 +478,7 @@ MnemonicBitsInfo getMnemonic(MCInst *MI, SStream *O) { | |
2817U, // PATCHABLE_EVENT_CALL | ||
2793U, // PATCHABLE_TYPED_EVENT_CALL | ||
0U, // ICALL_BRANCH_FUNNEL | ||
0U, // MEMBARRIER | ||
0U, // G_ASSERT_SEXT | ||
0U, // G_ASSERT_ZEXT | ||
0U, // G_ASSERT_ALIGN | ||
|
@@ -532,6 +540,8 @@ MnemonicBitsInfo getMnemonic(MCInst *MI, SStream *O) { | |
0U, // G_ATOMICRMW_FSUB | ||
0U, // G_ATOMICRMW_FMAX | ||
0U, // G_ATOMICRMW_FMIN | ||
0U, // G_ATOMICRMW_UINC_WRAP | ||
0U, // G_ATOMICRMW_UDEC_WRAP | ||
0U, // G_FENCE | ||
0U, // G_BRCOND | ||
0U, // G_BRINDIRECT | ||
|
@@ -1746,6 +1756,7 @@ MnemonicBitsInfo getMnemonic(MCInst *MI, SStream *O) { | |
0U, // PATCHABLE_EVENT_CALL | ||
0U, // PATCHABLE_TYPED_EVENT_CALL | ||
0U, // ICALL_BRANCH_FUNNEL | ||
0U, // MEMBARRIER | ||
0U, // G_ASSERT_SEXT | ||
0U, // G_ASSERT_ZEXT | ||
0U, // G_ASSERT_ALIGN | ||
|
@@ -1807,6 +1818,8 @@ MnemonicBitsInfo getMnemonic(MCInst *MI, SStream *O) { | |
0U, // G_ATOMICRMW_FSUB | ||
0U, // G_ATOMICRMW_FMAX | ||
0U, // G_ATOMICRMW_FMIN | ||
0U, // G_ATOMICRMW_UINC_WRAP | ||
0U, // G_ATOMICRMW_UDEC_WRAP | ||
0U, // G_FENCE | ||
0U, // G_BRCOND | ||
0U, // G_BRINDIRECT | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,22 @@ | ||
/* Capstone Disassembly Engine, https://www.capstone-engine.org */ | ||
/* By Nguyen Anh Quynh <[email protected]>, 2013-2019 */ | ||
/* By Rot127 <[email protected]>, 2023 */ | ||
/* Capstone Disassembly Engine, http://www.capstone-engine.org */ | ||
/* By Nguyen Anh Quynh <[email protected]>, 2013-2022, */ | ||
/* Rot127 <[email protected]> 2022-2023 */ | ||
/* Automatically generated file by Capstone's LLVM TableGen Disassembler Backend. */ | ||
|
||
/* Auto generated file. Do not edit. */ | ||
/* Code generator: https://github.com/capstone-engine/capstone/tree/next/suite/auto-sync */ | ||
/* LLVM-commit: <commit> */ | ||
/* LLVM-tag: <tag> */ | ||
|
||
{ TriCore_FEATURE_HasV110, "HasV110" }, | ||
{ TriCore_FEATURE_HasV120_UP, "HasV120_UP" }, | ||
{ TriCore_FEATURE_HasV130_UP, "HasV130_UP" }, | ||
{ TriCore_FEATURE_HasV161, "HasV161" }, | ||
{ TriCore_FEATURE_HasV160_UP, "HasV160_UP" }, | ||
{ TriCore_FEATURE_HasV131_UP, "HasV131_UP" }, | ||
{ TriCore_FEATURE_HasV161_UP, "HasV161_UP" }, | ||
{ TriCore_FEATURE_HasV162, "HasV162" }, | ||
{ TriCore_FEATURE_HasV162_UP, "HasV162_UP" }, | ||
/* Do not edit. */ | ||
|
||
/* Capstone's LLVM TableGen Backends: */ | ||
/* https://github.com/capstone-engine/llvm-capstone */ | ||
|
||
{ TRICORE_FEATURE_HasV110, "HasV110" }, | ||
{ TRICORE_FEATURE_HasV120_UP, "HasV120_UP" }, | ||
{ TRICORE_FEATURE_HasV130_UP, "HasV130_UP" }, | ||
{ TRICORE_FEATURE_HasV161, "HasV161" }, | ||
{ TRICORE_FEATURE_HasV160_UP, "HasV160_UP" }, | ||
{ TRICORE_FEATURE_HasV131_UP, "HasV131_UP" }, | ||
{ TRICORE_FEATURE_HasV161_UP, "HasV161_UP" }, | ||
{ TRICORE_FEATURE_HasV162, "HasV162" }, | ||
{ TRICORE_FEATURE_HasV162_UP, "HasV162_UP" }, |
Oops, something went wrong.