Skip to content

Commit

Permalink
add tricore tc1.8 instructions
Browse files Browse the repository at this point in the history
div64
div64.u
rem64
rem64.u
  • Loading branch information
Changqing-JING committed Jan 9, 2025
1 parent da56e0f commit 525fdb8
Show file tree
Hide file tree
Showing 10 changed files with 7,657 additions and 7,499 deletions.
2,972 changes: 1,492 additions & 1,480 deletions arch/TriCore/TriCoreGenAsmWriter.inc

Large diffs are not rendered by default.

1,798 changes: 915 additions & 883 deletions arch/TriCore/TriCoreGenCSMappingInsn.inc

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions arch/TriCore/TriCoreGenCSMappingInsnName.inc
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@
"dftou", // TRICORE_INS_DFTOU
"difsc.a", // TRICORE_INS_DIFSC_A
"disable", // TRICORE_INS_DISABLE
"div64.u", // TRICORE_INS_DIV64_U
"div64", // TRICORE_INS_DIV64
"div.df", // TRICORE_INS_DIV_DF
"div.f", // TRICORE_INS_DIV_F
"div.u", // TRICORE_INS_DIV_U
Expand Down Expand Up @@ -341,6 +343,8 @@
"q31tof", // TRICORE_INS_Q31TOF
"qseed.df", // TRICORE_INS_QSEED_DF
"qseed.f", // TRICORE_INS_QSEED_F
"rem64.u", // TRICORE_INS_REM64_U
"rem64", // TRICORE_INS_REM64
"restore", // TRICORE_INS_RESTORE
"ret", // TRICORE_INS_RET
"rfe", // TRICORE_INS_RFE
Expand Down
1,794 changes: 911 additions & 883 deletions arch/TriCore/TriCoreGenCSMappingInsnOp.inc

Large diffs are not rendered by default.

4,338 changes: 2,180 additions & 2,158 deletions arch/TriCore/TriCoreGenDisassemblerTables.inc

Large diffs are not rendered by default.

Loading

0 comments on commit 525fdb8

Please sign in to comment.