Searched refs:TCGRegSet (Results 1 – 2 of 2) sorted by relevance
60 typedef uint32_t TCGRegSet; typedef62 typedef uint64_t TCGRegSet; typedef179 #define tcg_regset_set_reg(d, r) ((d) |= (TCGRegSet)1 << (r))180 #define tcg_regset_reset_reg(d, r) ((d) &= ~((TCGRegSet)1 << (r)))433 TCGRegSet output_pref[2];448 static inline TCGRegSet output_pref(const TCGOp *op, unsigned i) in output_pref()469 TCGRegSet reserved_regs;794 TCGRegSet regs;
252 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];253 static TCGRegSet tcg_target_call_clobber_regs;2539 static inline bool tcg_regset_single(TCGRegSet d) in tcg_regset_single()2544 static inline TCGReg tcg_regset_first(TCGRegSet d) in tcg_regset_first()2863 TCGRegSet set = output_pref(op, i); in tcg_dump_ops()3387 static inline TCGRegSet *la_temp_pref(TCGTemp *ts) in la_temp_pref()3505 TCGRegSet mask = ~tcg_target_call_clobber_regs; in la_cross_call()3511 TCGRegSet *pset = la_temp_pref(ts); in la_cross_call()3512 TCGRegSet set = *pset; in la_cross_call()3602 TCGRegSet *prefs; in liveness_pass_1()[all …]