diff options
author | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-20 12:16:57 +0100 |
---|---|---|
committer | Edgar E. Iglesias <edgar.iglesias@gmail.com> | 2011-01-20 12:16:57 +0100 |
commit | 3a34dfd7f600e235687fece76b8f763362b883b2 (patch) | |
tree | ad5e513b4911b89747af28c8b0e0c6eebe5f9ce6 /tcg/README | |
parent | c832e3de64f1069313fc0672087791cc3dd5b4d8 (diff) |
tcg: README, name deposit second argument len/LEN
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tcg/README b/tcg/README index a50ecc6588..660012281f 100644 --- a/tcg/README +++ b/tcg/README @@ -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 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. -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 POS - the position of the first bit, counting from the LSB |