feat: add scalar fexp support
This commit is contained in:
@@ -327,6 +327,7 @@ task trace_ex_op(input int level,
|
||||
`INST_FPU_MISC: begin
|
||||
if (fdst_d) begin
|
||||
case (op_mod)
|
||||
8: `TRACE(level, ("FEXP.D"));
|
||||
0: `TRACE(level, ("FSGNJ.D"));
|
||||
1: `TRACE(level, ("FSGNJN.D"));
|
||||
2: `TRACE(level, ("FSGNJX.D"));
|
||||
@@ -338,6 +339,7 @@ task trace_ex_op(input int level,
|
||||
endcase
|
||||
end else begin
|
||||
case (op_mod)
|
||||
8: `TRACE(level, ("FEXP.S"));
|
||||
0: `TRACE(level, ("FSGNJ.S"));
|
||||
1: `TRACE(level, ("FSGNJN.S"));
|
||||
2: `TRACE(level, ("FSGNJX.S"));
|
||||
|
||||
Reference in New Issue
Block a user