binutils-gdb/gas/doc
Nelson Chu 248bf6de04 RISC-V: Add SiFive custom vector coprocessor interface instructions v1.0
SiFive has define as set of flexible instruction for extending vector
coprocessor, it able to encoding opcode like .insn but with predefined
format.

List of instructions:
  sf.vc.x
  sf.vc.i
  sf.vc.vv
  sf.vc.xv
  sf.vc.iv
  sf.vc.fv
  sf.vc.vvv
  sf.vc.xvv
  sf.vc.ivv
  sf.vc.fvv
  sf.vc.vvw
  sf.vc.xvw
  sf.vc.ivw
  sf.vc.fvw
  sf.vc.v.x
  sf.vc.v.i
  sf.vc.v.vv
  sf.vc.v.xv
  sf.vc.v.iv
  sf.vc.v.fv
  sf.vc.v.vvv
  sf.vc.v.xvv
  sf.vc.v.ivv
  sf.vc.v.fvv
  sf.vc.v.vvw
  sf.vc.v.xvw
  sf.vc.v.ivw
  sf.vc.v.fvw

Spec of Xsfvcp
https://www.sifive.com/document-file/sifive-vector-coprocessor-interface-vcix-software

Co-authored-by: Hau Hsu <hau.hsu@sifive.com>
Co-authored-by: Kito Cheng <kito.cheng@sifive.com>
2023-12-01 09:29:07 +08:00
..
all.texi kvx: New port. 2023-08-16 14:22:54 +01:00
as.texi Added support in gas for mlittle-endian and mbig-endian flags as options. 2023-09-28 13:14:37 -07:00
c-aarch64.texi aarch64: Add support to new features in RAS extension. 2023-11-16 12:18:34 +00:00
c-alpha.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-arc.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-arm.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-avr.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-bfin.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-bpf.texi gas: support double-slash line comments in BPF assembly 2023-11-30 08:48:56 +01:00
c-cr16.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-cris.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-csky.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-d10v.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-d30v.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-epiphany.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-h8300.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-hppa.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-i386.texi Support Intel USER_MSR 2023-10-31 16:24:41 +08:00
c-ia64.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-ip2k.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-kvx.texi kvx: New port. 2023-08-16 14:22:54 +01:00
c-lm32.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-loongarch.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-m32c.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-m32r.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-m68hc11.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-m68k.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-metag.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-microblaze.texi Added support in gas for mlittle-endian and mbig-endian flags as options. 2023-09-28 13:14:37 -07:00
c-mips.texi Add documentation for the MIPS assembler's -march=from-abi command line option 2023-11-13 16:11:34 +00:00
c-mmix.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-msp430.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-mt.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-nds32.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-nios2.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-ns32k.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-or1k.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-pdp11.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-pj.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-ppc.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-pru.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-riscv.texi RISC-V: Add SiFive custom vector coprocessor interface instructions v1.0 2023-12-01 09:29:07 +08:00
c-rl78.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-rx.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-s12z.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-s390.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-score.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-sh.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-sparc.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-tic6x.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-tic54x.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-tilegx.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-tilepro.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-v850.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-vax.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-visium.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-wasm32.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-xgate.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-xstormy16.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-xtensa.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-z8k.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
c-z80.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
fdl.texi
h8.texi Update year range in copyright notice of binutils files 2023-01-01 21:50:11 +10:30
internals.texi gas: invoke md_optimize_expr() also for unary expressions 2023-05-19 09:16:29 +02:00
local.mk kvx: New port. 2023-08-16 14:22:54 +01:00