提交 3a34dfd7 编写于 作者: E Edgar E. Iglesias

tcg: README, name deposit second argument len/LEN

Signed-off-by: NEdgar E. Iglesias <edgar.iglesias@gmail.com>
上级 c832e3de
...@@ -285,10 +285,10 @@ the four high order bytes are set to zero. ...@@ -285,10 +285,10 @@ the four high order bytes are set to zero.
Indicate that the value of t0 won't be used later. It is useful to Indicate that the value of t0 won't be used later. It is useful to
force dead code elimination. force dead code elimination.
* deposit_i32/i64 dest, t1, t2, pos, loc * deposit_i32/i64 dest, t1, t2, pos, len
Deposit T2 as a bitfield into T1, placing the result in DEST. Deposit T2 as a bitfield into T1, placing the result in DEST.
The bitfield is described by POS/LOC, which are immediate values: The bitfield is described by POS/LEN, which are immediate values:
LEN - the length of the bitfield LEN - the length of the bitfield
POS - the position of the first bit, counting from the LSB POS - the position of the first bit, counting from the LSB
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册