diff options
author | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-21 18:32:28 +0000 |
---|---|---|
committer | blueswir1 <blueswir1@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-09-21 18:32:28 +0000 |
commit | 945ca823b9c5e3f99798d06f84939e610b362310 (patch) | |
tree | 3e5ce64e9f25b00d5cf13a04c186797f64d05846 /tcg/README | |
parent | a7ec4229125bdaf5cdf5b553c98ceb86c02642f7 (diff) |
Add concat32_i64 and concat_tl_i64 ops
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@5282 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'tcg/README')
-rw-r--r-- | tcg/README | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tcg/README b/tcg/README index b4d07b6f42..2eeb669c27 100644 --- a/tcg/README +++ b/tcg/README @@ -269,6 +269,10 @@ Truncate t1 (64 bit) to t0 (32 bit) Construct t0 (64-bit) taking the low half from t1 (32 bit) and the high half from t2 (32 bit). +* concat32_i64 t0, t1, t2 +Construct t0 (64-bit) taking the low half from t1 (64 bit) and the high half +from t2 (64 bit). + ********* Load/Store * ld_i32/i64 t0, t1, offset |