Home
last modified time | relevance | path

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

/openbmc/qemu/include/tcg/
H A Dtcg.h61 typedef uint32_t TCGRegSet; typedef
63 typedef uint64_t TCGRegSet; typedef
75 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))
76 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))
338 TCGRegSet output_pref[2];
354 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref()
370 TCGRegSet reserved_regs;
745 TCGRegSet regs;
/openbmc/qemu/tcg/
H A Dtcg.c261 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];
262 static TCGRegSet tcg_target_call_clobber_regs;
2916 static inline bool tcg_regset_single(TCGRegSet d) in tcg_regset_single()
2921 static inline TCGReg tcg_regset_first(TCGRegSet d) in tcg_regset_first()
3229 TCGRegSet set = output_pref(op, i); in tcg_dump_ops()
3774 static inline TCGRegSet *la_temp_pref(TCGTemp *ts) in la_temp_pref()
3892 TCGRegSet mask = ~tcg_target_call_clobber_regs; in la_cross_call()
3898 TCGRegSet *pset = la_temp_pref(ts); in la_cross_call()
3899 TCGRegSet set = *pset; in la_cross_call()
4000 TCGRegSet *prefs; in liveness_pass_1()
[all …]