Revision 016b2b28

b/tcg/ppc64/tcg-target.c
1499 1499
    { INDEX_op_qemu_st8, { "S", "S" } },
1500 1500
    { INDEX_op_qemu_st16, { "S", "S" } },
1501 1501
    { INDEX_op_qemu_st32, { "S", "S" } },
1502
    { INDEX_op_qemu_st64, { "S", "S", "S" } },
1502
    { INDEX_op_qemu_st64, { "S", "S" } },
1503 1503

  
1504 1504
    { INDEX_op_ext8s_i32, { "r", "r" } },
1505 1505
    { INDEX_op_ext16s_i32, { "r", "r" } },
b/tcg/x86_64/tcg-target.c
1387 1387
    { INDEX_op_qemu_st8, { "L", "L" } },
1388 1388
    { INDEX_op_qemu_st16, { "L", "L" } },
1389 1389
    { INDEX_op_qemu_st32, { "L", "L" } },
1390
    { INDEX_op_qemu_st64, { "L", "L", "L" } },
1390
    { INDEX_op_qemu_st64, { "L", "L" } },
1391 1391

  
1392 1392
    { -1 },
1393 1393
};

Also available in: Unified diff