Home
last modified time | relevance | path

Searched refs:TCG_CT_CONST_S32 (Results 1 – 2 of 2) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.h67 #define TCG_CT_CONST_S32 0x100 macro
Dtcg-target.c211 ct->ct |= TCG_CT_CONST_S32; in target_parse_constraint()
233 if ((ct & TCG_CT_CONST_S32) && val == (int32_t)val) { in tcg_target_const_match()