X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=isa%2Fmacros%2Fsimplev%2Fsv_test_macros.h;h=0395755164b8e89e89f71f987c8e93f8e1608e02;hb=1eb7561fda61006eb075e79b69d4579d1ad4989c;hp=dccb7846967d61ce8659980a7bb4c6ba0915e152;hpb=0f10a95cf9410ad1a277857ba87daeec34a3db6e;p=riscv-tests.git diff --git a/isa/macros/simplev/sv_test_macros.h b/isa/macros/simplev/sv_test_macros.h index dccb784..0395755 100644 --- a/isa/macros/simplev/sv_test_macros.h +++ b/isa/macros/simplev/sv_test_macros.h @@ -53,3 +53,8 @@ ld x1, offs(x1); \ fmv.x.d x2, freg; \ bne x2, x1, fail + +#define SV_W_DFLT 0 +#define SV_W_8BIT 1 +#define SV_W_16BIT 2 +#define SV_W_32BIT 3