Add rsm fw=all

This commit is contained in:
de4dot 2018-09-07 21:07:45 +02:00
parent 2c728a62c2
commit e24a90c508
2 changed files with 2 additions and 2 deletions

View File

@ -7201,7 +7201,7 @@ C4E1F9 99 D3, VEX_Ktestd_VK_RK, VEX, AVX512BW, fw=cz fc=aops op0=r op1=r r=k2 r=
# pop gs
0FA9, Popq_GS, Legacy, INTEL386, stack op0=w r=ss rw=xsp w=gs rm=ss:xsp;UInt64 spinc=8
# rsm
0FAA, Rsm, Legacy, INTEL386, priv saverestore flow=Return
0FAA, Rsm, Legacy, INTEL386, priv saverestore fw=acopszidA flow=Return
# bts si,cx
66 0FAB CE, Bts_Ew_Gw, Legacy, INTEL386, fw=c fu=osap op0=rw op1=r rw=si r=cx
# bts [rax],bx

View File

@ -2334,7 +2334,7 @@ namespace Iced.Intel.InstructionInfoInternal {
(uint)Code.Popw_GS | StackInstruction | CodeInfo_Pop_2, Op0_Write | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Popd_GS | StackInstruction | CodeInfo_Pop_4, Op0_Write | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Popq_GS | StackInstruction | CodeInfo_Pop_8, Op0_Write | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Rsm | Privileged | SaveRestore, FlowControl_Return | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Rsm | Privileged | SaveRestore | RflagsInfo_W_acopszidAC, FlowControl_Return | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Bts_Ew_Gw | RflagsInfo_W_c_U_aops, Op0_ReadWrite | Op1_Read | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Bts_Ed_Gd | RflagsInfo_W_c_U_aops, Op0_ReadWrite | Op1_Read | CPUID_INTEL386 | Encoding_Legacy,
(uint)Code.Bts_Eq_Gq | RflagsInfo_W_c_U_aops, Op0_ReadWrite | Op1_Read | CPUID_INTEL386 | Encoding_Legacy,