Home
last modified time | relevance | path

Searched defs:sew (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/riscv/
H A Dvector_internals.h117 uint32_t sew = 1 << FIELD_EX64(env->vtype, VTYPE, VSEW); in vext_get_total_elems() local
H A Dvcrypto_helper.c463 uint32_t sew = FIELD_EX64(env->vtype, VTYPE, VSEW); in HELPER() local
H A Dtranslate.c100 uint8_t sew; member
H A Dvector_helper.c41 uint16_t sew = 8 << vsew; in HELPER() local
/openbmc/qemu/disas/
H A Driscv.c5269 const int sew = 1 << (((dec->vzimm >> 3) & 0b111) + 3); in format_inst() local