search for: sc_regist

Displaying 2 results from an estimated 2 matches for "sc_regist".

Did you mean: sc_register
2014 Jul 31
3
[LLVMdev] initialize register attributes in instruction definition
Hi All, Is it possible to initialize(set up) register attributes when we define an instruction? like if a register is defined like this: " class SC_Register<bits<8> register_num, REG_FLAG SC_X, REG_FLAG SC_Y, REG_FLAG SC_Z, REG_FLAG SC_W, string asmstr> : Register<asmstr> { let HWEncoding{7-0} = register_num; // register_num let HWEncoding{8} = SC_X;...
2014 Aug 01
2
[LLVMdev] initialize register attributes in instruction definition
...; On Thu, Jul 31, 2014 at 06:41:06PM -0400, kewuzhang wrote: >> Hi All, >> >> Is it possible to initialize(set up) register attributes when we define an instruction? >> >> like >> >> if a register is defined like this: >> >> " class SC_Register<bits<8> register_num, >> REG_FLAG SC_X, >> REG_FLAG SC_Y, >> REG_FLAG SC_Z, >> REG_FLAG SC_W, >> string asmstr> : Register<asmstr> >> { >> >> let HWEncoding{7-0} = r...