You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi All
When I check cult result, find some instruction not test in q8200
not test:
lea r16,m
movnti m32, r32
movnti m64, r64
only mmx type not test, sse2 type test:
maskmovq mm1,mm2
pavgb mm, mm
pavgb mm, m64 {a}
pavgb mm, m64 {u}
pavgw mm, mm
pavgw mm, m64 {a}
pavgw mm, m64 {u}
pextrw r32, mm, i8
pinsrw mm, r32, i8
pinsrw mm, m16 {a}, i8
pinsrw mm, m16 {u}, i8
pmaxsw mm, mm
pmaxsw mm, m64 {a}
pmaxsw mm, m64 {u}
pmaxub mm, mm
pmaxub mm, m64 {a}
pmaxub mm, m64 {u}
pminsw mm, mm
pminsw mm, m64 {a}
pminsw mm, m64 {u}
pminub mm, mm
pminub mm, m64 {a}
pminub mm, m64 {u}
pmovmskb r32, mm
pmulhuw mm, mm
pmulhuw mm, m64 {a}
pmulhuw mm, m64 {u}
psadbw mm, mm
psadbw mm, m64 {a}
psadbw mm, m64 {u}
pshufw mm, mm, i8
pshufw mm, m64 {a}, i8
pshufw mm, m64 {u}, i8
not same op code:
sar qword ptr [rsp+1], 0 ; 48C17C240100 //op code=C1 and length is longer
sar qword ptr [rsp+9], 1 ; 48D17C2409 //op code=D1 and length is shorter
sar qword ptr [rsp+17], 2 ; 48C17C241102
sar r8, 1
sar r16, 1
sar r32, 1
sar r64, 1
sar m8, 1
sar m16, 1
sar m32, 1
sar m64, 1
shl r8, 1
shl r16, 1
shl r32, 1
shl r64, 1
shl m8, 1
shl m16, 1
shl m32, 1
shl m64, 1
shr r8, 1
shr r16, 1
shr r32, 1
shr r64, 1
shr m8, 1
shr m16, 1
shr m32, 1
shr m64, 1
The text was updated successfully, but these errors were encountered:
Hi All
When I check cult result, find some instruction not test in q8200
not test:
lea r16,m
movnti m32, r32
movnti m64, r64
only mmx type not test, sse2 type test:
maskmovq mm1,mm2
pavgb mm, mm
pavgb mm, m64 {a}
pavgb mm, m64 {u}
pavgw mm, mm
pavgw mm, m64 {a}
pavgw mm, m64 {u}
pextrw r32, mm, i8
pinsrw mm, r32, i8
pinsrw mm, m16 {a}, i8
pinsrw mm, m16 {u}, i8
pmaxsw mm, mm
pmaxsw mm, m64 {a}
pmaxsw mm, m64 {u}
pmaxub mm, mm
pmaxub mm, m64 {a}
pmaxub mm, m64 {u}
pminsw mm, mm
pminsw mm, m64 {a}
pminsw mm, m64 {u}
pminub mm, mm
pminub mm, m64 {a}
pminub mm, m64 {u}
pmovmskb r32, mm
pmulhuw mm, mm
pmulhuw mm, m64 {a}
pmulhuw mm, m64 {u}
psadbw mm, mm
psadbw mm, m64 {a}
psadbw mm, m64 {u}
pshufw mm, mm, i8
pshufw mm, m64 {a}, i8
pshufw mm, m64 {u}, i8
not same op code:
sar qword ptr [rsp+1], 0 ; 48C17C240100 //op code=C1 and length is longer
sar qword ptr [rsp+9], 1 ; 48D17C2409 //op code=D1 and length is shorter
sar qword ptr [rsp+17], 2 ; 48C17C241102
sar r8, 1
sar r16, 1
sar r32, 1
sar r64, 1
sar m8, 1
sar m16, 1
sar m32, 1
sar m64, 1
shl r8, 1
shl r16, 1
shl r32, 1
shl r64, 1
shl m8, 1
shl m16, 1
shl m32, 1
shl m64, 1
shr r8, 1
shr r16, 1
shr r32, 1
shr r64, 1
shr m8, 1
shr m16, 1
shr m32, 1
shr m64, 1
The text was updated successfully, but these errors were encountered: