Home
last modified time | relevance | path

Searched defs:vlmul (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/execution/riscv64/
Dsimulator-riscv64.h419 uint32_t vlmul = rvv_vlmul(); in rvv_lmul_s() local
/third_party/node/deps/v8/src/codegen/riscv64/
Dconstants-riscv64.h1884 uint32_t vlmul = zimm & 0x7; in RvvVlmul() local
1909 uint32_t vlmul = this->RvvVlmul(); in RvvLMUL() local
Dassembler-riscv64.cc2878 void Assembler::vsetivli(Register rd, uint8_t uimm, VSew vsew, Vlmul vlmul, in vsetivli()