mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-28 16:11:29 +00:00
[X86][AVX] VEXTRACTF128mr store is a WriteFStoreX not WriteFStore
llvm-svn: 332715
This commit is contained in:
parent
d749b321b2
commit
e819199e2a
@ -7111,7 +7111,7 @@ let mayStore = 1 in
|
||||
def VEXTRACTF128mr : AVXAIi8<0x19, MRMDestMem, (outs),
|
||||
(ins f128mem:$dst, VR256:$src1, u8imm:$src2),
|
||||
"vextractf128\t{$src2, $src1, $dst|$dst, $src1, $src2}",
|
||||
[]>, Sched<[WriteFStore]>, VEX, VEX_L;
|
||||
[]>, Sched<[WriteFStoreX]>, VEX, VEX_L;
|
||||
}
|
||||
|
||||
multiclass vextract_lowering<string InstrStr, ValueType From, ValueType To> {
|
||||
|
Loading…
Reference in New Issue
Block a user