Home
last modified time | relevance | path

Searched refs:MO_TL (Results 1 – 4 of 4) 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.c701 if (size == MO_TL) { in gen_ext_tl()
867 if (size == MO_TL) { in gen_prepare_sign_nz()
877 if (size == MO_TL) { in gen_prepare_val_nz()
H A Demit.c.inc296 } else if (op->ot < MO_TL && v == s->T0 &&
3348 if (want_carry && (!need_flags || s->cc_op == CC_OP_SHLB + MO_TL)) {
/openbmc/qemu/target/i386/
H A Dcpu.h1409 assert(size <= MO_TL); in cc_op_size()