Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h304 V(S128Load8Splat, 0xfd07, s_i) \
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
Dmacro-assembler-shared-ia32-x64.h474 void S128Load8Splat(XMMRegister dst, Operand src, XMMRegister scratch);
Dmacro-assembler-shared-ia32-x64.cc1142 void SharedTurboAssembler::S128Load8Splat(XMMRegister dst, Operand src, in S128Load8Splat() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/compiler/
Dmachine-operator.cc690 V(S128Load8Splat) \
/third_party/node/deps/v8/src/compiler/backend/ia32/
Dcode-generator-ia32.cc3080 __ S128Load8Splat(i.OutputSimd128Register(), i.MemoryOperand(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/compiler/backend/x64/
Dcode-generator-x64.cc3876 __ S128Load8Splat(i.OutputSimd128Register(), i.MemoryOperand(), in AssembleArchInstruction() local
/third_party/node/deps/v8/src/wasm/baseline/x64/
Dliftoff-assembler-x64.h2419 S128Load8Splat(dst.fp(), src_op, kScratchDoubleReg); in LoadTransform()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
Dliftoff-assembler-ia32.h2796 S128Load8Splat(dst.fp(), src_op, liftoff::kScratchDoubleReg); in LoadTransform()