add vcvttsh2usi
This commit is contained in:
parent
05d08e05b3
commit
4e72a9dc49
3 changed files with 13 additions and 0 deletions
|
@ -1301,6 +1301,11 @@ CYBOZU_TEST_AUTO(vaddph)
|
|||
vcvttsh2si(eax, ptr [rax+0x40]);
|
||||
vcvttsh2si(r9|T_sae, xmm1);
|
||||
vcvttsh2si(r13, ptr [rax+0x40]);
|
||||
|
||||
vcvttsh2usi(ecx|T_sae, xmm1);
|
||||
vcvttsh2usi(eax, ptr [rax+0x40]);
|
||||
vcvttsh2usi(r9|T_sae, xmm1);
|
||||
vcvttsh2usi(r13, ptr [rax+0x40]);
|
||||
}
|
||||
} c;
|
||||
const uint8_t tbl[] = {
|
||||
|
@ -1803,6 +1808,12 @@ CYBOZU_TEST_AUTO(vaddph)
|
|||
0x62, 0xf5, 0x7e, 0x08, 0x2c, 0x40, 0x20,
|
||||
0x62, 0x75, 0xfe, 0x18, 0x2c, 0xc9,
|
||||
0x62, 0x75, 0xfe, 0x08, 0x2c, 0x68, 0x20,
|
||||
|
||||
// vcvttsh2usi
|
||||
0x62, 0xf5, 0x7e, 0x18, 0x78, 0xc9,
|
||||
0x62, 0xf5, 0x7e, 0x08, 0x78, 0x40, 0x20,
|
||||
0x62, 0x75, 0xfe, 0x18, 0x78, 0xc9,
|
||||
0x62, 0x75, 0xfe, 0x08, 0x78, 0x68, 0x20,
|
||||
};
|
||||
const size_t n = sizeof(tbl) / sizeof(tbl[0]);
|
||||
CYBOZU_TEST_EQUAL(c.getSize(), n);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue