On 01/11/2010 11:09 AM, Richard Henderson wrote:
+    /* Load Y with the sign/zero extension of RS1 to 64-bits.  */
+    if (uns) {
+        tcg_out_sety(s, TCG_REG_G0);
+    } else {
+        tcg_out_arith(s, TCG_REG_I5, rs1, 31, SHIFT_SRA);

Bah.  tcg_out_arithi.

Programming by code inspection only sucks.


r~


Reply via email to