riscv-software-src / riscv-isac

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Functions for Integer sign and unsign are missing

ptprasanna opened this issue · comments

@evaluator_func("rs3_val", lambda **params: params['rs3'] is not None and params['rs3'][1] == 'f')

For rs3 the functions has to be defined with respect to sign and unsigned values.

There aren't any 3 operand integer instructions currently. Closing this as it is irrelevant with the current state of support.