Searched refs:TCGRegSet (Results 1 – 2 of 2) sorted by relevance
61 typedef uint32_t TCGRegSet; typedef63 typedef uint64_t TCGRegSet; typedef75 #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;
261 static TCGRegSet tcg_target_available_regs[TCG_TYPE_COUNT];262 static TCGRegSet tcg_target_call_clobber_regs;2917 static inline bool tcg_regset_single(TCGRegSet d) in tcg_regset_single() 2922 static inline TCGReg tcg_regset_first(TCGRegSet d) in tcg_regset_first() 3232 TCGRegSet set = output_pref(op, i); in tcg_dump_ops() 3777 static inline TCGRegSet *la_temp_pref(TCGTemp *ts) in la_temp_pref() 3895 TCGRegSet mask = ~tcg_target_call_clobber_regs; in la_cross_call() 3901 TCGRegSet *pset = la_temp_pref(ts); in la_cross_call() 3902 TCGRegSet set = *pset; in la_cross_call() 4003 TCGRegSet *pref in liveness_pass_1() [all...]