HomeSort by relevance Sort by last modified time
    Searched refs:TCG_CT_CONST_S32 (Results 1 - 4 of 4) sorted by null

  /external/qemu/tcg/x86_64/
tcg-target.h 50 #define TCG_CT_CONST_S32 0x100
tcg-target.c 158 ct->ct |= TCG_CT_CONST_S32;
179 else if ((ct & TCG_CT_CONST_S32) && val == (int32_t)val)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.h 69 #define TCG_CT_CONST_S32 0x100
tcg-target.c 193 ct->ct |= TCG_CT_CONST_S32;
215 if ((ct & TCG_CT_CONST_S32) && val == (int32_t)val) {
    [all...]

Completed in 111 milliseconds