Skip to content

Commit 7153559

Browse files
seehearfeelchenhuacai
authored andcommitted
docs/zh_CN/LoongArch: Add I14 description
I14 is also a kind of immediate operand in instruction, like I8/I12/I16/ I21/I26, add it in the Chinese documentation. Signed-off-by: Tiezhu Yang <[email protected]> Signed-off-by: Huacai Chen <[email protected]>
1 parent 6e06882 commit 7153559

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/translations/zh_CN/loongarch/introduction.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ I26 Opcode + I26L + I26H
190190
=========== ==========================
191191

192192
Opcode是指令操作码,Rj和Rk是源操作数(寄存器),Rd是目标操作数(寄存器),Ra是
193-
4R-type格式特有的附加操作数(寄存器)。I8/I12/I16/I21/I26分别是8位/12位/16位/
194-
21位/26位的立即数。其中较长的21位和26位立即数在指令字中被分割为高位部分与低位
193+
4R-type格式特有的附加操作数(寄存器)。I8/I12/I14/I16/I21/I26分别是8位/12位/14位/
194+
16位/21位/26位的立即数。其中较长的21位和26位立即数在指令字中被分割为高位部分与低位
195195
部分,所以你们在这里的格式描述中能够看到I21L/I21H和I26L/I26H这样带后缀的表述。
196196

197197
指令列表

0 commit comments

Comments
 (0)