Use SQXTUN instead of UQXTN in PACKUSWB on arm64

This commit is contained in:
Jasmine Iwanek
2022-12-02 14:03:30 -05:00
committed by Cacodemon345
parent 9702e28e5c
commit 6de981363e
3 changed files with 10 additions and 2 deletions

View File

@@ -184,6 +184,7 @@ void host_arm64_SQSUB_V8B(codeblock_t *block, int dst_reg, int src_n_reg, int sr
void host_arm64_SQSUB_V4H(codeblock_t *block, int dst_reg, int src_n_reg, int src_m_reg);
void host_arm64_SQXTN_V8B_8H(codeblock_t *block, int dst_reg, int src_reg);
void host_arm64_SQXTUN_V8B_8H(codeblock_t *block, int dst_reg, int src_reg);
void host_arm64_SQXTN_V4H_4S(codeblock_t *block, int dst_reg, int src_reg);
void host_arm64_SHL_V4H(codeblock_t *block, int dst_reg, int src_reg, int shift);