mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
Change %xmm0 to XMM0 in Intel side of asm strings for PBLENDVB.
llvm-svn: 186812
This commit is contained in:
parent
91ad9abf00
commit
73e7313381
@ -7016,17 +7016,17 @@ defm PBLENDVB : SS41I_ternary_int<0x10, "pblendvb", memopv2i64, i128mem,
|
||||
int_x86_sse41_pblendvb>;
|
||||
|
||||
// Aliases with the implicit xmm0 argument
|
||||
def : InstAlias<"blendvpd\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"blendvpd\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(BLENDVPDrr0 VR128:$dst, VR128:$src2)>;
|
||||
def : InstAlias<"blendvpd\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"blendvpd\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(BLENDVPDrm0 VR128:$dst, f128mem:$src2)>;
|
||||
def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(BLENDVPSrr0 VR128:$dst, VR128:$src2)>;
|
||||
def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"blendvps\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(BLENDVPSrm0 VR128:$dst, f128mem:$src2)>;
|
||||
def : InstAlias<"pblendvb\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"pblendvb\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(PBLENDVBrr0 VR128:$dst, VR128:$src2)>;
|
||||
def : InstAlias<"pblendvb\t{%xmm0, $src2, $dst|$dst, $src2, %xmm0}",
|
||||
def : InstAlias<"pblendvb\t{%xmm0, $src2, $dst|$dst, $src2, XMM0}",
|
||||
(PBLENDVBrm0 VR128:$dst, i128mem:$src2)>;
|
||||
|
||||
let Predicates = [UseSSE41] in {
|
||||
|
Loading…
Reference in New Issue
Block a user