MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / IterRegArgs

Method IterRegArgs

src/library/generator.stockham.cpp:725–742  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

723 }
724
725 inline std::string IterRegArgs() const
726 {
727 std::string str = "";
728
729 if(linearRegs)
730 {
731 std::string regType = RegBaseType<PR>(2);
732
733 for(size_t i=0; i<cnPerWI; i++)
734 {
735 if(i != 0) str += ", ";
736 str += regType; str += " *R";
737 str += SztToStr(i);
738 }
739 }
740
741 return str;
742 }
743
744#define SR_READ 1
745#define SR_TWMUL 2

Callers

nothing calls this directly

Calls 1

SztToStrFunction · 0.85

Tested by

no test coverage detected