Skip to content

Commit

Permalink
Hexadecimal values are not supported by GNU binutils.
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Gouedo <[email protected]>
  • Loading branch information
Pascal Gouedo committed Jul 18, 2023
1 parent 9869e24 commit 51b762a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/instruction_set_extensions.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 51b762a

Please sign in to comment.