aboutsummaryrefslogtreecommitdiff
path: root/include/opcode/riscv.h
AgeCommit message (Expand)AuthorFilesLines
2022-10-04RISC-V: Fix buffer overflow on print_insn_riscvTsukasa OI1-0/+2
2022-10-04RISC-V: Renamed INSN_CLASS for floating point in integer extensions.Nelson Chu1-7/+7
2022-10-04RISC-V/gas: allow generating up to 176-bit instructions with .insnJan Beulich1-0/+3
2022-09-23RISC-V: Add Zawrs ISA extension supportChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head MemPair vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head MemIdx vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head FMemIdx vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head MAC vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head CondMov vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head Bitmanip vendor extensionChristoph Müllner1-0/+3
2022-09-22RISC-V: Add support for arbitrary immediate encoding formatsChristoph Müllner1-0/+17
2022-09-22RISC-V: Add T-Head SYNC vendor extensionChristoph Müllner1-0/+1
2022-09-22RISC-V: Add T-Head CMO vendor extensionChristoph Müllner1-0/+1
2022-08-30RISC-V: Add 'Zmmul' extension in assembler.Tsukasa OI1-0/+1
2022-07-07RISC-V: Added Zfhmin and Zhinxmin.Tsukasa OI1-3/+4
2022-06-22RISC-V: Use single h extension to control hypervisor CSRs and instructions.Nelson Chu1-0/+1
2022-05-30RISC-V: Add zhinx extension supports.jiawei1-2/+3
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu1-0/+5
2022-03-18RISC-V: Cache management instructionsTsukasa OI1-0/+2
2022-03-18RISC-V: Prefetch hint instructions and operand setTsukasa OI1-0/+1
2022-01-02Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2021-12-16RISC-V: Support svinval extension with frozen version 1.0.Nelson Chu1-0/+1
2021-11-30RISC-V: The vtype immediate with more than the defined 8 bits are preserved.Nelson Chu1-2/+0
2021-11-18RISC-V: Add instructions and operand set for z[fdq]inxjiawei1-0/+3
2021-11-17RISC-V: Support rvv extension with released version 1.0.Nelson Chu1-0/+58
2021-11-16RISC-V: Scalar crypto instructions and operand set.jiawei1-0/+18
2021-10-07RISC-V: Add support for Zbs instructionsPhilipp Tomsich1-0/+1
2021-08-30RISC-V: PR27916, Support mapping symbols.Nelson Chu1-0/+7
2021-03-16RISC-V : Support bitmanip-0.93 ZBA/ZBB/ZBC instructionsKuan-Lin Chen1-0/+3
2021-02-19RISC-V: PR27158, fixed UJ/SB types and added CSS/CL/CS types for .insn.Nelson Chu1-64/+71
2021-02-18RISC-V: Add bfd/cpu-riscv.h to support all spec versions controlling.Nelson Chu1-69/+0
2021-02-05RISC-V: PR27348, Remove the obsolete OP_*CUSTOM_IMM.Nelson Chu1-2/+0
2021-02-04RISC-V: Removed the v0.93 bitmanip ZBA/ZBB/ZBC instructions.Nelson Chu1-4/+0
2021-01-15RISC-V: Indent and GNU coding standards tidy, also aligned the code.Nelson Chu1-44/+51
2021-01-15RISC-V: Comments tidy and improvement.Nelson Chu1-23/+9
2021-01-07RISC-V: Add pause hint instruction.Philipp Tomsich1-0/+1
2021-01-07RISC-V: Support riscv bitmanip frozen ZBA/ZBB/ZBC instructions (v0.93).Claire Xenia Wolf1-1/+6
2021-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2020-12-10RISC-V: Add sext.[bh] and zext.[bhw] pseudo instructions.Nelson Chu1-0/+4
2020-12-10RISC-V: Control fence.i and csr instructions by zifencei and zicsr.Nelson Chu1-2/+4
2020-12-01RISC-V: Support to add implicit extensions for G.Nelson Chu1-0/+2
2020-12-01RISC-V: Improve the version parsing for arch string.Nelson Chu1-2/+2
2020-08-31PR26493 UBSAN: elfnn-riscv.c left shift of negative valueAlan Modra1-4/+4
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu1-0/+1
2020-06-22RISC-V: Report warning when linking the objects with different priv specs.Nelson Chu1-4/+0
2020-06-12RISC-V: Drop the privileged spec v1.9 support.Nelson Chu1-1/+0
2020-06-03RISC-V: Fix the error when building RISC-V linux native gdbserver.Nelson Chu1-3/+2
2020-05-20[PATCH v2 0/9] RISC-V: Support version controling for ISA standard extensions...Nelson Chu1-0/+76
2020-01-01Update year range in copyright notice of binutils filesAlan Modra1-1/+1
2019-09-17RISC-V: Gate opcode tables by enum rather than string.Jim Wilson1-3/+20