mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
Minor clean up.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28860 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ab390d045a
commit
b21495043e
@ -173,13 +173,10 @@ class PSI<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
class PDI<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
: I<o, F, ops, asm, pattern>, TB, OpSize, Requires<[HasSSE2]>;
|
||||
class PSIi8<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
: X86Inst<o, F, Imm8, ops, asm>, TB, Requires<[HasSSE1]> {
|
||||
let Pattern = pattern;
|
||||
}
|
||||
: Ii8<o, F, ops, asm, pattern>, TB, Requires<[HasSSE1]>;
|
||||
class PDIi8<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
: X86Inst<o, F, Imm8, ops, asm>, TB, OpSize, Requires<[HasSSE2]> {
|
||||
let Pattern = pattern;
|
||||
}
|
||||
: Ii8<o, F, ops, asm, pattern>, TB, OpSize, Requires<[HasSSE2]>;
|
||||
|
||||
class S3SI<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
: I<o, F, ops, asm, pattern>, XS, Requires<[HasSSE3]>;
|
||||
class S3DI<bits<8> o, Format F, dag ops, string asm, list<dag> pattern>
|
||||
|
Loading…
x
Reference in New Issue
Block a user