Home | History | Annotate | Download | only in i386

Lines Matching refs:is64

1425 static void tcg_out_qemu_ld(TCGContext *s, const TCGArg *args, bool is64)
1437 datahi = (TCG_TARGET_REG_BITS == 32 && is64 ? *args++ : 0);
1547 static void tcg_out_qemu_st(TCGContext *s, const TCGArg *args, bool is64)
1559 datahi = (TCG_TARGET_REG_BITS == 32 && is64 ? *args++ : 0);