Browse Source
Resolves #2319 cc @chihminchao Signed-off-by: Andrew Waterman <andrew@sifive.com>pull/2345/head
1 changed files with 1 additions and 1 deletions
@ -1,6 +1,6 @@ |
|||
require_rv64; |
|||
P_RD_RS1_RS2_E_SULOOP(32,32,16, { |
|||
sreg_t mres = sext(p_rs1,64) * zext(p_rs2,64); |
|||
p_rd = mres >> 32; |
|||
p_rd = mres >> 16; |
|||
} |
|||
) |
|||
|
|||
Loading…
Reference in new issue