Home
last modified time | relevance | path

Searched refs:vzimm (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/disas/
H A Driscv.h212 uint32_t vzimm; member
H A Driscv.c4870 dec->vzimm = operand_vzimm11(inst); in decode_inst_operands()
4875 dec->vzimm = operand_vzimm10(inst); in decode_inst_operands()
5269 const int sew = 1 << (((dec->vzimm >> 3) & 0b111) + 3); in format_inst()
5270 const int lmul = dec->vzimm & 0b11; in format_inst()
5271 const int flmul = (dec->vzimm >> 2) & 1; in format_inst()
5272 const char *vta = (dec->vzimm >> 6) & 1 ? "ta" : "tu"; in format_inst()
5273 const char *vma = (dec->vzimm >> 7) & 1 ? "ma" : "mu"; in format_inst()