diff options
author | Yunsup Lee <yunsup@cs.berkeley.edu> | 2012-03-03 15:42:54 -0800 |
---|---|---|
committer | Yunsup Lee <yunsup@cs.berkeley.edu> | 2012-03-03 15:42:54 -0800 |
commit | 85c978fe9969d770c764eb831faaf3259cbf8533 (patch) | |
tree | 1f59975bd0bc312850150a3cb45b833704911f34 /riscv/insns | |
parent | ba7cca6fbbb4db678672f933fe2a86106d4128f2 (diff) | |
download | riscv-isa-sim-85c978fe9969d770c764eb831faaf3259cbf8533.zip riscv-isa-sim-85c978fe9969d770c764eb831faaf3259cbf8533.tar.gz riscv-isa-sim-85c978fe9969d770c764eb831faaf3259cbf8533.tar.bz2 |
add place holders for instructions to handle vector exceptions
Diffstat (limited to 'riscv/insns')
-rw-r--r-- | riscv/insns/venqcmd.h | 0 | ||||
-rw-r--r-- | riscv/insns/venqcnt.h | 0 | ||||
-rw-r--r-- | riscv/insns/venqimm1.h | 0 | ||||
-rw-r--r-- | riscv/insns/venqimm2.h | 0 | ||||
-rw-r--r-- | riscv/insns/vwaitkill.h | 0 | ||||
-rw-r--r-- | riscv/insns/vwaitxcpt.h | 0 |
6 files changed, 0 insertions, 0 deletions
diff --git a/riscv/insns/venqcmd.h b/riscv/insns/venqcmd.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/venqcmd.h diff --git a/riscv/insns/venqcnt.h b/riscv/insns/venqcnt.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/venqcnt.h diff --git a/riscv/insns/venqimm1.h b/riscv/insns/venqimm1.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/venqimm1.h diff --git a/riscv/insns/venqimm2.h b/riscv/insns/venqimm2.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/venqimm2.h diff --git a/riscv/insns/vwaitkill.h b/riscv/insns/vwaitkill.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/vwaitkill.h diff --git a/riscv/insns/vwaitxcpt.h b/riscv/insns/vwaitxcpt.h new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/riscv/insns/vwaitxcpt.h |