Anand Kumar S
Anand Kumar S
In the Bitmanip or crypto scalar spec, zext.h is not mentioned as pseudo instruction. Only zext.w is mentioned as pseudo instruction for add.uw, zext.w is not included in the spec....
Hi, Even if both the instructions are in the same cgf, the config part of the instructions are different. zext will have zbb and pack, packw will have zbkb. Since...
Updated cgf to use base_op and p_op_cond for pseudo instructions. Removed the condition to check for labels.
In riscv_ctg/generator.py ########### def __instr__(self, op=None, val=None): cond_str = '' if op: cond_str += op[-1]+', ' if val: cond_str += val[-1] ######## if val: cond_str += val[-1] above two lines...