From 2d6fdea25624ebc129e3f445e1f1f6db305a359c Mon Sep 17 00:00:00 2001 From: lkcl Date: Sat, 29 Jun 2019 19:22:49 +0100 Subject: [PATCH] --- simple_v_extension/vblock_format_table.mdwn | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/simple_v_extension/vblock_format_table.mdwn b/simple_v_extension/vblock_format_table.mdwn index 7c5bfff31..046e1eb5e 100644 --- a/simple_v_extension/vblock_format_table.mdwn +++ b/simple_v_extension/vblock_format_table.mdwn @@ -15,9 +15,11 @@ The VL/MAXVL/SubVL Block format: [[!table data=""" 31:30 | 29:28 | 27:22 | 21 | 20:19 | 18:16 | comment | -0b00 | SubVL |imm[5:0]|rsvd| rd[4:0] || VL = MIN(MVL, imm) | +0b00 | SubVL |imm[5:0]|rsvd| 00000 || VL = MIN(MVL, imm) | +0b00 | SubVL |imm[5:0]|rsvd| rd[4:0] || rf[rd] = VL = MIN(MVL, imm) | 0b01 | SubVL |imm[5:0]| rs1[2:0] || rd[2:0] | RVC reg format, sv.setvl rd, rs, imm | -0b10 | SubVL |imm[5:0]|rsvd| rd[4:0] || rf[rd] = VL = MVL imm| +0b10 | SubVL |imm[5:0]|rsvd| 00000 || VL = MVL imm | +0b10 | SubVL |imm[5:0]|rsvd| rd[4:0] || rf[rd] = VL = MVL imm | 0b11 | rsvd | rsvd |rsvd| rsvd || reserved, all 0s | """]] -- 2.30.2