On 10/01/2015 01:30 AM, James Hogan wrote:
      case INDEX_op_mul_i32:
+        if (use_mips32r6_instructions) {
+            tcg_out_opc_reg(s, OPC_MUL_R6, a0, a1, a2);
+            break;
+        }
          if (use_mips32_instructions) {
              tcg_out_opc_reg(s, OPC_MUL, a0, a1, a2);
              break;

I wonder if it's worth defining a common OPC_MUL as you did with OPC_JR.
Also, these columns aren't lining up.  Did you use tabs?


r~

Reply via email to