Home
last modified time | relevance | path

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

/frameworks/libs/binary_translation/interpreter/riscv64/
Dinterpreter_test.cc314 for (uint8_t sew = 0; sew < 4; ++sew) { in TestVlm() local
316 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVlm()
322 state_.cpu.vtype = (vma << 7) | (vta << 6) | (sew << 3) | vlmul; in TestVlm()
539 for (uint8_t sew = 0; sew < 4; ++sew) { in TestVsm() local
541 const uint8_t kElementsCount = (16 >> sew) << vlmul; in TestVsm()
547 state_.cpu.vtype = (vma << 7) | (vta << 6) | (sew << 3) | vlmul; in TestVsm()