Skip to content

Commit

Permalink
Octeon support (#1466)
Browse files Browse the repository at this point in the history
* octeon support backported

* limit instructions to 64-bit

* new cpu model

* support for octeon+ and octeon 2
  • Loading branch information
lacraig2 authored Feb 25, 2024
1 parent a82ac25 commit 500c28a
Show file tree
Hide file tree
Showing 3 changed files with 917 additions and 1 deletion.
1 change: 1 addition & 0 deletions target/mips/mips-defs.h
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@
#define ASE_MSA 0x01000000

/* Chip specific instructions. */
#define INSN_OCTEON 0x10000000
#define INSN_LOONGSON2E 0x20000000
#define INSN_LOONGSON2F 0x40000000
#define INSN_VR54XX 0x80000000
Expand Down
Loading

0 comments on commit 500c28a

Please sign in to comment.