mirror of
https://github.com/herumi/xbyak
synced 2024-11-20 16:06:14 -07:00
add test of vcvttpd2dq with sae
This commit is contained in:
parent
dd0991ea84
commit
395ac4b332
1 changed files with 1 additions and 0 deletions
|
@ -2220,6 +2220,7 @@ class Test {
|
|||
put("vcvtpd2ps", XMM, XMM | YMM | MEM);
|
||||
put("vcvtpd2dq", XMM, XMM | YMM | MEM);
|
||||
put("vcvttpd2dq", XMM, XMM | YMM | MEM);
|
||||
put("vcvttpd2dq", YMM, MEM | ZMM_SAE);
|
||||
|
||||
put("vcvtph2ps", XMM | YMM, XMM | MEM);
|
||||
put("vcvtps2ph", XMM | MEM, XMM | YMM, IMM8);
|
||||
|
|
Loading…
Reference in a new issue