Revision 66896cb8 tcg/i386/tcg-target.c

b/tcg/i386/tcg-target.c
1034 1034
        tcg_out_brcond2(s, args, const_args);
1035 1035
        break;
1036 1036

  
1037
    case INDEX_op_bswap_i32:
1037
    case INDEX_op_bswap32_i32:
1038 1038
        tcg_out_opc(s, (0xc8 + args[0]) | P_EXT);
1039 1039
        break;
1040 1040

  
......
1130 1130
    { INDEX_op_sub2_i32, { "r", "r", "0", "1", "ri", "ri" } },
1131 1131
    { INDEX_op_brcond2_i32, { "r", "r", "ri", "ri" } },
1132 1132

  
1133
    { INDEX_op_bswap_i32, { "r", "0" } },
1133
    { INDEX_op_bswap32_i32, { "r", "0" } },
1134 1134

  
1135 1135
    { INDEX_op_neg_i32, { "r", "0" } },
1136 1136

  

Also available in: Unified diff