Searched refs:MO_SIGN (Results 1 - 3 of 3) sorted by relevance

/external/qemu/tcg/
H A Dtcg.h208 MO_SIGN = 4, /* Sign-extended, otherwise zero-extended. */ enumerator in enum:TCGMemOp
228 MO_SB = MO_SIGN | MO_8,
229 MO_SW = MO_SIGN | MO_16,
230 MO_SL = MO_SIGN | MO_32,
251 MO_SSIZE = MO_SIZE | MO_SIGN,
H A Dtcg.c822 op &= ~MO_SIGN;
832 op &= ~MO_SIGN;
937 if (memop & MO_SIGN) {
/external/qemu/tcg/i386/
H A Dtcg-target.c1216 tcg_out_calli(s, (uintptr_t)qemu_ld_helpers[opc & ~MO_SIGN]);

Completed in 80 milliseconds