Revision 2b79487a tcg/mips/tcg-target.c

b/tcg/mips/tcg-target.c
1239 1239
            tcg_out_opc_reg(s, OPC_OR, args[0], args[1], args[2]);
1240 1240
        }
1241 1241
        break;
1242
    case INDEX_op_nor_i32:
1243
        tcg_out_opc_reg(s, OPC_NOR, args[0], args[1], args[2]);
1244
        break;
1242 1245
    case INDEX_op_not_i32:
1243 1246
        tcg_out_opc_reg(s, OPC_NOR, args[0], args[1], args[1]);
1244 1247
        break;
......
1350 1353
    { INDEX_op_sub_i32, { "r", "rZ", "rJZ" } },
1351 1354

  
1352 1355
    { INDEX_op_and_i32, { "r", "rZ", "rIZ" } },
1356
    { INDEX_op_nor_i32, { "r", "rZ", "rZ" } },
1353 1357
    { INDEX_op_not_i32, { "r", "rZ" } },
1354 1358
    { INDEX_op_or_i32, { "r", "rZ", "rIZ" } },
1355 1359
    { INDEX_op_xor_i32, { "r", "rZ", "rIZ" } },

Also available in: Unified diff