Home
last modified time | relevance | path

Searched refs:MO_TL (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/include/exec/
H A Dtarget_long.h32 #define MO_TL MO_32 macro
39 #define MO_TL MO_64 macro
/openbmc/qemu/target/i386/tcg/
H A Dtranslate.c686 if (size == MO_TL) { in gen_ext_tl()
861 if (size == MO_TL) { in gen_prepare_sign_nz()
871 if (size == MO_TL) { in gen_prepare_val_nz()
H A Demit.c.inc279 } else if (op->ot < MO_TL && v == s->T0 &&
3114 if (want_carry && (!need_flags || s->cc_op == CC_OP_SHLB + MO_TL)) {