From 89e3947d575e11b145647701218f398cec154054 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Sowi=C5=84ski?= Date: Tue, 10 Dec 2024 01:58:49 +0100 Subject: [PATCH] Fix bexti description (#1755) --- src/b-st-ext.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/b-st-ext.adoc b/src/b-st-ext.adoc index dfdea929a..5f57b146d 100644 --- a/src/b-st-ext.adoc +++ b/src/b-st-ext.adoc @@ -1282,7 +1282,7 @@ Encoding (RV64):: .... Description:: -This instruction returns a single bit extracted from _rs1_ at the index specified in _rs2_. +This instruction returns a single bit extracted from _rs1_ at the index specified in _shamt_. The index is read from the lower log2(XLEN) bits of _shamt_. For RV32, the encodings corresponding to shamt[5]=1 are reserved.