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

  /external/qemu/tcg/x86_64/
tcg-target.h 51 #define TCG_CT_CONST_U32 0x200
tcg-target.c 161 ct->ct |= TCG_CT_CONST_U32;
181 else if ((ct & TCG_CT_CONST_U32) && val == (uint32_t)val)
    [all...]
  /external/qemu/tcg/i386/
tcg-target.h 70 #define TCG_CT_CONST_U32 0x200
tcg-target.c 196 ct->ct |= TCG_CT_CONST_U32;
218 if ((ct & TCG_CT_CONST_U32) && val == (uint32_t)val) {
    [all...]
  /external/qemu/tcg/ppc64/
tcg-target.c 25 #define TCG_CT_CONST_U32 0x100
251 ct->ct |= TCG_CT_CONST_U32;
270 else if ((ct & TCG_CT_CONST_U32) && (val == (uint32_t) val))
    [all...]

Completed in 113 milliseconds