add vrndscalesh
This commit is contained in:
parent
2f14eae85c
commit
681077eb14
3 changed files with 7 additions and 1 deletions
|
@ -1025,6 +1025,8 @@ CYBOZU_TEST_AUTO(vaddph)
|
|||
vrndscaleph(zmm1, ptr_b [rax+0x40], 0x6);
|
||||
vrndscaleph(zmm1|k1|T_z|T_sae, zmm5, 0x7);
|
||||
|
||||
vrndscalesh(xmm1, xmm3, ptr [rax+0x40], 0x1);
|
||||
vrndscalesh(xmm1|k1|T_z|T_sae, xmm5, xmm4, 0x2);
|
||||
|
||||
|
||||
|
||||
|
@ -1219,7 +1221,9 @@ CYBOZU_TEST_AUTO(vaddph)
|
|||
0x62, 0xf3, 0x7c, 0x58, 0x08, 0x48, 0x20, 0x06,
|
||||
0x62, 0xf3, 0x7c, 0x99, 0x08, 0xcd, 0x07,
|
||||
|
||||
|
||||
// vrndscalesh
|
||||
0x62, 0xf3, 0x64, 0x08, 0x0a, 0x48, 0x20, 0x01,
|
||||
0x62, 0xf3, 0x54, 0x99, 0x0a, 0xcc, 0x02,
|
||||
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue