Displaying 3 results from an estimated 3 matches for "s1si".
2009 Mar 30
2
[LLVMdev] RFC: X86InstrFormats.td Refactoring
...that looks something like this:
// SSE Instruction Templates:
//
// SSI - SSE Instructions with XS prefix
class SSI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
pattern>
: I<o, F, outs, ins, asm, pattern>, XS;
/./ SSE1 Instruction Templates
//
// S1SI - SSE1 instructions with Xs prefix
class S1SI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
pattern>
: SSI<o, F, outs, ins, asm, pattern>, Requires<HasSSE1>;
This way we can reuse the SSI class and hide encoding details for many SSE
levels and...
2009 Mar 30
0
[LLVMdev] RFC: X86InstrFormats.td Refactoring
...Templates:
> //
> // SSI - SSE Instructions with XS prefix
>
> class SSI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
> pattern>
>
> : I<o, F, outs, ins, asm, pattern>, XS;
>
> /./ SSE1 Instruction Templates
> //
> // S1SI - SSE1 instructions with Xs prefix
>
> class S1SI<bits<8> o, Format F, dag outs, dag ins, string asm, list<dag>
> pattern>
>
> : SSI<o, F, outs, ins, asm, pattern>, Requires<HasSSE1>;
Actually, I meant to keep the existing class names intact to av...
2008 May 21
0
Errors in using gdb (PR#11496)
> This message is in MIME format. Since your mail reader does not understand
this format, some or all of this message may not be legible.
--B_3294209241_521622
Content-Type: text/plain;
charset=us-ascii
Content-Transfer-Encoding: 7bit
I have been unable to find any discussion regarding this issue, but I have
been able to reproduce it on two different machines. Both computer are Macs
running