aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/riscv-opc.h
AgeCommit message (Expand)AuthorFilesLines
2022-11-25riscv: Add AIA extension support (Smaia, Ssaia)Christoph Müllner1-0/+68
2022-11-19RISC-V: Add 'Ssstateen' extension and its CSRsTsukasa OI1-13/+13
2022-11-17RISC-V: Add T-Head Int vendor extensionChristoph Müllner1-0/+8
2022-11-17RISC-V: Add T-Head Fmv vendor extensionChristoph Müllner1-0/+8
2022-09-23RISC-V: Add Zawrs ISA extension supportChristoph Müllner1-0/+8
2022-09-22RISC-V: Add T-Head MemPair vendor extensionChristoph Müllner1-0/+17
2022-09-22RISC-V: Add T-Head MemIdx vendor extensionChristoph Müllner1-0/+134
2022-09-22RISC-V: Add T-Head FMemIdx vendor extensionChristoph Müllner1-0/+26
2022-09-22RISC-V: Add T-Head MAC vendor extensionChristoph Müllner1-0/+20
2022-09-22RISC-V: Add T-Head CondMov vendor extensionChristoph Müllner1-0/+8
2022-09-22RISC-V: Add T-Head Bitmanip vendor extensionChristoph Müllner1-0/+39
2022-09-22RISC-V: Add T-Head SYNC vendor extensionChristoph Müllner1-0/+17
2022-09-22RISC-V: Add T-Head CMO vendor extensionChristoph Müllner1-0/+65
2022-06-28RISC-V: Add 'Sstc' extension and its CSRsTsukasa OI1-0/+10
2022-06-28RISC-V: Add 'Sscofpmf' extension with its CSRsTsukasa OI1-0/+62
2022-06-28RISC-V: Add 'Smstateen' extension and its CSRsTsukasa OI1-0/+42
2022-06-22RISC-V: Use single h extension to control hypervisor CSRs and instructions.Nelson Chu1-25/+25
2022-05-20RISC-V: Remove RV128-only fmv instructionsTsukasa OI1-6/+0
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu1-0/+72
2022-04-22RISC-V: Add missing DECLARE_INSNs for Zicbo{m,p,z}Christoph Muellner1-0/+9
2022-03-18RISC-V: Cache management instructionsTsukasa OI1-0/+9
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI1-0/+7
2022-02-23RISC-V: Updated CSRs to privileged spec v1.12 and debug spec v1.0.Nelson Chu1-34/+49
2022-02-23RISC-V: Add Privileged Architecture 1.12 CSRsTsukasa OI1-0/+138
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-24RISC-V: Hypervisor ext: support Privileged Spec 1.12Vineet Gupta1-0/+100
2021-12-24RISC-V: Hypervisor ext: drop Privileged Spec 1.9.1 implementation/testsVineet Gupta1-20/+0
2021-12-16RISC-V: Support svinval extension with frozen version 1.0.Nelson Chu1-0/+16
2021-11-17RISC-V: Support rvv extension with released version 1.0.Nelson Chu1-0/+1296
2021-11-16RISC-V: Scalar crypto instructions and operand set.jiawei1-0/+75
2021-10-07RISC-V: Add support for Zbs instructionsPhilipp Tomsich1-0/+24
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen1-0/+104
2021-02-05RISC-V: PR27348, Remove obsolete Xcustom support.Nelson Chu1-72/+0
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu1-108/+0
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu1-8/+8
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich1-0/+3
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf1-0/+108
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu1-24/+42
2020-06-30RISC-V: Cleanup the include/opcode/riscv-opc.h.Nelson Chu1-33/+26
2020-06-12RISC-V: Drop the privileged spec v1.9 support.Nelson Chu1-218/+217
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu1-261/+248
2020-03-30RISC-V: Update CSR to privileged spec 1.11.Nelson Chu1-6/+19
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu1-244/+244
2018-10-02RISC-V: Add fence.tso instructionPalmer Dabbelt1-0/+2
2018-05-08RISC-V: Add missing hint instructions from RV128I.Jim Wilson1-0/+6
2018-01-04RISC-V: Add 2 missing privileged registers.Jim Wilson1-4/+8
2017-12-28RISC-V: Add missing privileged spec registers.Jim Wilson1-148/+208
2017-11-07RISC-V: Add satp as an alias for sptbrPalmer Dabbelt1-2/+5
2017-03-31RISC-V: Add physical memory protection CSRsAndrew Waterman1-0/+40