search for: sinst

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

Did you mean: inst
2004 Sep 28
1
[cygwin] Fwd: Updated: rsync-2.6.2-3
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Here goes the announcement of the 2.6.2-3 package for cygwin (available from cygwin's setup itself). If you wonder what "2.6.2-3" means, it's basically the third "cygwin package" that uses rsync-2.6.2 sources. This third attempt solves both the august security fix and the textmode bug that 2.6.2-2 had. follows the
2012 Apr 19
0
[LLVMdev] Target Dependent Hexagon Packetizer patch
...bits<5> rd; >> + bits<5> rs; >> + bits<13> imm13; >> + let mayStore = 1; >> +} >> + >> +// SYSTEM Instruction Class in V4 can take SLOT0 only >> +// In V2/V3 we used ST for this but in v4 ST can take SLOT0 or SLOT1. >> +class SYSInst<dag outs, dag ins, string asmstr, list<dag> pattern> >> + : InstHexagon<outs, ins, asmstr, pattern, "", SYS, TypeSYSTEM> { >> bits<5> rd; >> bits<5> rs; >> bits<13> imm13; >> @@ -79,7 +121,7 @@ class STIns...