Revision 489722cf

b/tcg/mips/tcg-target.c
1243 1243
        tcg_out_opc_reg(s, OPC_NOR, args[0], args[1], args[2]);
1244 1244
        break;
1245 1245
    case INDEX_op_not_i32:
1246
        tcg_out_opc_reg(s, OPC_NOR, args[0], args[1], args[1]);
1246
        tcg_out_opc_reg(s, OPC_NOR, args[0], TCG_REG_ZERO, args[1]);
1247 1247
        break;
1248 1248
    case INDEX_op_xor_i32:
1249 1249
        if (const_args[2]) {

Also available in: Unified diff