forked from OSchip/llvm-project
parent
0e84f1e532
commit
018e17c8de
|
@ -493,7 +493,7 @@ def MOVHLPSrr : PSI<0x12, MRMSrcReg, (ops VR128:$dst, VR128:$src1, VR128:$src2),
|
|||
|
||||
def MOVMSKPSrr : PSI<0x50, MRMSrcReg, (ops R32:$dst, VR128:$src),
|
||||
"movmskps {$src, $dst|$dst, $src}",
|
||||
[(set R32:$dst, (int_x86_sse_movmskps VR128:$src))]>;
|
||||
[(set R32:$dst, (int_x86_sse_movmsk_ps VR128:$src))]>;
|
||||
def MOVMSKPDrr : PSI<0x50, MRMSrcReg, (ops R32:$dst, VR128:$src),
|
||||
"movmskpd {$src, $dst|$dst, $src}",
|
||||
[(set R32:$dst, (int_x86_sse2_movmskpd VR128:$src))]>;
|
||||
|
|
Loading…
Reference in New Issue