Home
last modified time | relevance | path

Searched refs:TCG_CT_CONST_U32 (Results 1 – 5 of 5) sorted by relevance

/external/qemu/tcg/x86_64/
Dtcg-target.h51 #define TCG_CT_CONST_U32 0x200 macro
Dtcg-target.c161 ct->ct |= TCG_CT_CONST_U32; in target_parse_constraint()
181 else if ((ct & TCG_CT_CONST_U32) && val == (uint32_t)val) in tcg_target_const_match()
/external/qemu/tcg/i386/
Dtcg-target.h70 #define TCG_CT_CONST_U32 0x200 macro
Dtcg-target.c196 ct->ct |= TCG_CT_CONST_U32; in target_parse_constraint()
218 if ((ct & TCG_CT_CONST_U32) && val == (uint32_t)val) { in tcg_target_const_match()
/external/qemu/tcg/ppc64/
Dtcg-target.c25 #define TCG_CT_CONST_U32 0x100 macro
251 ct->ct |= TCG_CT_CONST_U32; in target_parse_constraint()
270 else if ((ct & TCG_CT_CONST_U32) && (val == (uint32_t) val)) in tcg_target_const_match()