Revision a3e28aa5

b/tcg/ia64/tcg-target.c
1329 1329

  
1330 1330
static inline void tcg_out_bswap64(TCGContext *s, TCGArg ret, TCGArg arg)
1331 1331
{
1332
    tcg_out_bundle(s, mII,
1332
    tcg_out_bundle(s, miI,
1333 1333
                   tcg_opc_m48(TCG_REG_P0, OPC_NOP_M48, 0),
1334 1334
                   tcg_opc_i18(TCG_REG_P0, OPC_NOP_I18, 0),
1335 1335
                   tcg_opc_i3 (TCG_REG_P0, OPC_MUX1_I3, ret, arg, 0xb));

Also available in: Unified diff