Home
last modified time | relevance | path

Searched defs:laneidx (Results 1 - 22 of 22) sorted by relevance

/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.cc354 S128Store32Lane(Operand dst, XMMRegister src, uint8_t laneidx) S128Store32Lane() argument
1201 S128Store64Lane(Operand dst, XMMRegister src, uint8_t laneidx) S128Store64Lane() argument
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h129 uint8_t laneidx; member
211 uint8_t laneidx; member
H A Dmachine-operator.cc1484 LoadLane(MemoryAccessKind kind, LoadRepresentation rep, uint8_t laneidx) LoadLane() argument
1523 StoreLane(MemoryAccessKind kind, MachineRepresentation rep, uint8_t laneidx) StoreLane() argument
[all...]
H A Dwasm-compiler.cc4031 LoadLane(wasm::ValueType type, MachineType memtype, Node* value, Node* index, uint64_t offset, uint32_t alignment, uint8_t laneidx, wasm::WasmCodePosition position) LoadLane() argument
4156 StoreLane(MachineRepresentation mem_rep, Node* index, uint64_t offset, uint32_t alignment, Node* val, uint8_t laneidx, wasm::WasmCodePosition position, wasm::ValueType type) StoreLane() argument
/third_party/node/deps/v8/src/codegen/arm/
H A Dassembler-arm.h1445 uint8_t laneidx; member in v8::internal::LoadStoreLaneParams
1454 LoadStoreLaneParams(uint8_t laneidx, NeonSize sz, int lanes) in LoadStoreLaneParams() argument
H A Dassembler-arm.cc5516 LoadStoreLaneParams(MachineRepresentation rep, uint8_t laneidx) LoadStoreLaneParams() argument
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2757 uint8_t laneidx = i.InputUint8(index + 1); in AssembleArchInstruction() local
/third_party/node/deps/v8/src/codegen/mips64/
H A Dassembler-mips64.h1956 uint8_t laneidx; member in v8::internal::Assembler::OffsetAccessType::LoadStoreLaneParams
1961 LoadStoreLaneParams(uint8_t laneidx, MSASize sz, int lanes) in LoadStoreLaneParams() argument
H A Dassembler-mips64.cc4001 LoadStoreLaneParams(MachineRepresentation rep, uint8_t laneidx) LoadStoreLaneParams() argument
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2634 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dassembler-riscv64.h1817 uint8_t laneidx; member in v8::internal::Assembler::LoadStoreLaneParams
1822 LoadStoreLaneParams(uint8_t laneidx, int sz, int lanes) in LoadStoreLaneParams() argument
H A Dmacro-assembler-riscv64.cc3990 void TurboAssembler::LoadLane(int ts, VRegister dst, uint8_t laneidx, in LoadLane() argument
4022 void TurboAssembler::StoreLane(int sz, VRegister src, uint8_t laneidx, in StoreLane() argument
[all...]
H A Dassembler-riscv64.cc4059 LoadStoreLaneParams(MachineRepresentation rep, uint8_t laneidx) LoadStoreLaneParams() argument
/third_party/node/deps/v8/src/wasm/baseline/ppc/
H A Dliftoff-assembler-ppc.h1756 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h2807 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/arm/
H A Dliftoff-assembler-arm.h2413 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
2430 StoreLane(Register dst, Register offset, uintptr_t offset_imm, LiftoffRegister src, StoreType type, uint8_t laneidx, uint32_t* protected_store_pc) StoreLane() argument
/third_party/node/deps/v8/src/wasm/baseline/arm64/
H A Dliftoff-assembler-arm64.h1723 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/mips/
H A Dliftoff-assembler-mips.h1816 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/loong64/
H A Dliftoff-assembler-loong64.h1790 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h2430 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/riscv64/
H A Dliftoff-assembler-riscv64.h1806 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument
/third_party/node/deps/v8/src/wasm/baseline/mips64/
H A Dliftoff-assembler-mips64.h2083 LoadLane(LiftoffRegister dst, LiftoffRegister src, Register addr, Register offset_reg, uintptr_t offset_imm, LoadType type, uint8_t laneidx, uint32_t* protected_load_pc) LoadLane() argument

Completed in 134 milliseconds