Searched defs:sew (Results 1 - 5 of 5) sorted by relevance
/third_party/node/deps/v8/src/codegen/riscv64/ |
H A D | macro-assembler-riscv64.h | 957 void WasmRvvExtractLane(Register dst, VRegister src, int8_t idx, VSew sew, in WasmRvvExtractLane() argument
|
H A D | assembler-riscv64.h | 1324 inline int32_t sew() const { return 2 ^ (sew_ + 3); } in sew() function in v8::internal::Assembler::VectorUnit 1336 void set(Register rd, VSew sew, Vlmul lmul) { in set() argument 1345 void set(Register rd, int8_t sew, int8_t lmul) { in set() argument 1360 set(Register rd, Register rs1, VSew sew, Vlmul lmul) set() argument 1369 set(VSew sew, Vlmul lmul) set() argument [all...] |
H A D | macro-assembler-riscv64.cc | 3923 WasmRvvEq(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvEq() argument 3932 WasmRvvNe(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvNe() argument 3941 WasmRvvGeS(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGeS() argument 3950 WasmRvvGeU(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGeU() argument 3959 WasmRvvGtS(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGtS() argument 3968 WasmRvvGtU(VRegister dst, VRegister lhs, VRegister rhs, VSew sew, Vlmul lmul) WasmRvvGtU() argument [all...] |
/third_party/node/deps/v8/src/diagnostics/riscv64/ |
H A D | disasm-riscv64.cc | 291 const char* sew = instr->RvvSEW(); in PrintRvvSEW() local
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 410 EmitS128Load(InstructionSelector* selector, Node* node, InstructionCode opcode, VSew sew, Vlmul lmul) EmitS128Load() argument
|
Completed in 22 milliseconds