mirror of
https://git.suyu.dev/suyu/dynarmic.git
synced 2026-03-25 07:58:42 +00:00
A64: Implement SSUBW/SSUBW2
This commit is contained in:
@@ -805,7 +805,7 @@ struct TranslatorVisitor final {
|
||||
bool SADDL(bool Q, Imm<2> size, Reg Rm, Reg Rn, Vec Vd);
|
||||
bool SADDW(bool Q, Imm<2> size, Vec Vm, Vec Vn, Vec Vd);
|
||||
bool SSUBL(bool Q, Imm<2> size, Reg Rm, Reg Rn, Vec Vd);
|
||||
bool SSUBW(bool Q, Imm<2> size, Reg Rm, Vec Vn, Vec Vd);
|
||||
bool SSUBW(bool Q, Imm<2> size, Vec Vm, Vec Vn, Vec Vd);
|
||||
bool ADDHN(bool Q, Imm<2> size, Vec Vm, Vec Vn, Reg Rd);
|
||||
bool SABAL(bool Q, Imm<2> size, Reg Rm, Reg Rn, Vec Vd);
|
||||
bool SUBHN(bool Q, Imm<2> size, Vec Vm, Vec Vn, Reg Rd);
|
||||
|
||||
Reference in New Issue
Block a user