forked from OSchip/llvm-project
parent
d03e823fb4
commit
1290fa0f72
|
@ -327,8 +327,7 @@ class SS42AI<bits<8> o, Format F, dag outs, dag ins, string asm,
|
|||
// AES Instruction Templates:
|
||||
//
|
||||
// AES8I
|
||||
// FIXME: Verify these, they appear to use the same encoding as the SSE4.2 T8
|
||||
// and TA encodings.
|
||||
// These use the same encoding as the SSE4.2 T8 and TA encodings.
|
||||
class AES8I<bits<8> o, Format F, dag outs, dag ins, string asm,
|
||||
list<dag>pattern>
|
||||
: I<o, F, outs, ins, asm, pattern, SSEPackedInt>, T8,
|
||||
|
|
Loading…
Reference in New Issue