Skip to content

Commit 522af6b

Browse files
committed
Add MIPS extensions
Adding extensions for MIPS vendor: 1. xmipscmov 2. xmipslsp 3. xmipscbop 4. xmipsexectl The official product page here: https://mips.com/products/hardware/p8700/ Upstreaming of this in LLVM and binutils is in progress.
1 parent 6e6b31a commit 522af6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/toolchain-conventions.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,7 @@ separated by a dot, e.g., `th.vxrm`.
322322
|Tenstorrent | tt | https://www.tenstorrent.com/
323323
|Ventana Micro Systems | vt | https://www.ventanamicro.com/
324324
|Nuclei | xl | https://nucleisys.com/
325+
|MIPS | mips | https://mips.com/
325326
|===
326327

327328
NOTE: Vendor prefixes are case-insensitive.
@@ -376,6 +377,10 @@ tag to provide extra relocations for a given vendor.
376377
|T-Head | XTheadSync | 1.0 | https://github.com/T-head-Semi/thead-extension-spec/releases/latest[T-Head ISA extension specification]
377378
|T-Head | XTheadVector | 1.0 | https://github.com/T-head-Semi/thead-extension-spec/releases/latest[T-Head ISA extension specification]
378379
|Ventana | XVentanaCondOps | 1.0 | https://github.com/ventanamicro/ventana-custom-extensions/releases/download/v1.0.0/ventana-custom-extensions-v1.0.0.pdf[VTx-family custom instructions]
380+
|MIPS | Xmipscmove | 1.0 | https://mips.com/products/hardware/p8700/[MIPS p8700 specification]
381+
|MIPS | Xmipslsp | 1.0 | https://mips.com/products/hardware/p8700/[MIPS p8700 specification]
382+
|MIPS | Xmipscbop | 1.0 | https://mips.com/products/hardware/p8700/[MIPS p8700 specification]
383+
|MIPS | Xmipsexectl | 1.0 | https://mips.com/products/hardware/p8700/[MIPS p8700 specification]
379384
|===
380385

381386
NOTE: Vendor extension names are case-insensitive, CamelCase is used here

0 commit comments

Comments
 (0)