From 51b762a1768a285bcab556433854d2ee1bf81f12 Mon Sep 17 00:00:00 2001 From: Pascal Gouedo Date: Tue, 18 Jul 2023 18:57:27 +0200 Subject: [PATCH] Hexadecimal values are not supported by GNU binutils. Signed-off-by: Pascal Gouedo --- docs/source/instruction_set_extensions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/instruction_set_extensions.rst b/docs/source/instruction_set_extensions.rst index edba6a248..d43ac1080 100644 --- a/docs/source/instruction_set_extensions.rst +++ b/docs/source/instruction_set_extensions.rst @@ -1318,7 +1318,7 @@ Additionally, there are three modes that influence the second operand: If not specified, the immediate is sign-extended with the exception of all cv.shuffle* where it is always unsigned. - e.g. cv.add.sci.h x3,x2,0x2A performs: + e.g. cv.add.sci.h x3,x2,-22 performs: x3[31:16] = x2[31:16] + 0xFFEA