Browse Source

slight change to vector supervisor instructions

eos14-bringup
Yunsup Lee 14 years ago
parent
commit
12c6602ea7
  1. 8
      pk/riscv-opc.h

8
pk/riscv-opc.h

@ -544,13 +544,13 @@
#define MATCH_SD 0x1a3
#define MASK_SD 0x3ff
#define MATCH_VENQCMD 0x1007b
#define MASK_VENQCMD 0xf83fffff
#define MASK_VENQCMD 0xf801ffff
#define MATCH_VENQIMM1 0x100fb
#define MASK_VENQIMM1 0xf83fffff
#define MASK_VENQIMM1 0xf801ffff
#define MATCH_VENQIMM2 0x1017b
#define MASK_VENQIMM2 0xf83fffff
#define MASK_VENQIMM2 0xf801ffff
#define MATCH_VENQCNT 0x101fb
#define MASK_VENQCNT 0xf83fffff
#define MASK_VENQCNT 0xf801ffff
#define MATCH_VWAITXCPT 0x1807b
#define MASK_VWAITXCPT 0xffffffff
#define MATCH_VWAITKILL 0x180fb

Loading…
Cancel
Save