MATCH_VSETVLI is only used within OpenOCD.
 
Symbols
loading...
Files
loading...

MATCH_VSETVLI macro

Syntax

#define MATCH_VSETVLI 0x7057

References

LocationText
encoding.h:2563
#define MATCH_VSETVLI 0x7057
opcodes.h:312
return (bits(imm, 10, 0) << 20) | inst_rs1(src) | inst_rd(dest) | MATCH_VSETVLI;