add vrndscalesh

This commit is contained in:
MITSUNARI Shigeo 2021-09-09 11:14:02 +09:00
parent 2f14eae85c
commit 681077eb14
3 changed files with 7 additions and 1 deletions

View file

@ -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,
};