Home
last modified time | relevance | path

Searched refs:TCG_CT_REG (Results 1 – 3 of 3) sorted by relevance

/external/qemu/tcg/i386/
Dtcg-target.c154 ct->ct |= TCG_CT_REG; in target_parse_constraint()
158 ct->ct |= TCG_CT_REG; in target_parse_constraint()
162 ct->ct |= TCG_CT_REG; in target_parse_constraint()
166 ct->ct |= TCG_CT_REG; in target_parse_constraint()
170 ct->ct |= TCG_CT_REG; in target_parse_constraint()
174 ct->ct |= TCG_CT_REG; in target_parse_constraint()
178 ct->ct |= TCG_CT_REG; in target_parse_constraint()
186 ct->ct |= TCG_CT_REG; in target_parse_constraint()
190 ct->ct |= TCG_CT_REG; in target_parse_constraint()
200 ct->ct |= TCG_CT_REG; in target_parse_constraint()
/external/qemu/tcg/
Dtcg.h609 #define TCG_CT_REG 0x01 macro
Dtcg.c1259 if (!(arg_ct->ct & TCG_CT_REG)) in get_constraint_priority()
1321 assert(def->args_ct[oarg].ct & TCG_CT_REG); in tcg_add_target_add_op_defs()