search for: xsha256

Displaying 3 results from an estimated 3 matches for "xsha256".

Did you mean: sha256
2013 Jan 17
1
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
...ypt-ctr", (XCRYPTCTR)>; +def : InstAlias<"xcrypt-cfb", (XCRYPTCFB)>; +def : InstAlias<"xcrypt-ofb", (XCRYPTOFB)>; + let Defs = [RAX, RSI, RDI], Uses = [RAX, RSI, RDI] in { def XSHA1 : I<0xc8, RawFrm, (outs), (ins), "xsha1", []>, A6; def XSHA256 : I<0xd0, RawFrm, (outs), (ins), "xsha256", []>, A6; But it doesn't work. The parser doesn't appear to like the hyphen in the instructions. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean.
2013 Jan 16
0
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
On Jan 16, 2013, at 10:07 AM, Brad Smith <brad at comstyle.com> wrote: > I was wondering if someone with more familiarity with MC > on X86 could consider looking into adding support for > the hyphenated versions of the VIA Padlock instructions? Take a look at llvm/lib/Target/X86InstrSystem.td perhaps. -- Stephen Checkoway
2013 Jan 16
2
[LLVMdev] MC X86 lacking support for hyphenated VIA Padlock instructions
I was wondering if someone with more familiarity with MC on X86 could consider looking into adding support for the hyphenated versions of the VIA Padlock instructions? If anyone is up for it there are details within these two bug reports.. http://www.llvm.org/bugs/show_bug.cgi?id=8556 http://www.llvm.org/bugs/show_bug.cgi?id=10266 -- This message has been scanned for viruses and dangerous