Searched refs:TCG_CT_CONST_U32 (Results 1 – 5 of 5) sorted by relevance
51 #define TCG_CT_CONST_U32 0x200 macro
161 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()
70 #define TCG_CT_CONST_U32 0x200 macro
196 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()
25 #define TCG_CT_CONST_U32 0x100 macro251 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()