8210578: AArch64: Invalid encoding for fmlsvs instruction
Sub_op code for fmslvs should be 1 not 0 Reviewed-by: roland
This commit is contained in:
parent
8e0e188abd
commit
ef320b7a99
@ -2356,7 +2356,7 @@ public:
|
||||
|
||||
// FMLA/FMLS - Vector - Scalar
|
||||
INSN(fmlavs, 0, 0b0001);
|
||||
INSN(fmlsvs, 0, 0b0001);
|
||||
INSN(fmlsvs, 0, 0b0101);
|
||||
// FMULX - Vector - Scalar
|
||||
INSN(fmulxvs, 1, 0b1001);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user