Searched refs:regs_sp (Results 1 – 1 of 1) sorted by relevance
53 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp) in RegsTestTmpl() argument54 : RegsTmpl<TypeParam>(total_regs, regs_sp, Regs::Location(Regs::LOCATION_UNKNOWN, 0)) {} in RegsTestTmpl()55 RegsTestTmpl(uint16_t total_regs, uint16_t regs_sp, Regs::Location return_loc) in RegsTestTmpl() argument56 : RegsTmpl<TypeParam>(total_regs, regs_sp, return_loc) {} in RegsTestTmpl()