Home
last modified time | relevance | path

Searched refs:S128Const (Results 1 - 14 of 14) sorted by relevance

/third_party/node/deps/v8/src/wasm/
H A Dinit-expr-interface.cc40 void InitExprInterface::S128Const(FullDecoder* decoder, in S128Const() function in v8::internal::wasm::InitExprInterface
H A Dwasm-opcodes.h322 #define FOREACH_SIMD_CONST_OPCODE(V) V(S128Const, 0xfd0c, _)
H A Dfunction-body-decoder-impl.h912 F(S128Const, Simd128Immediate<validate>& imm, Value* result) \
994 F(S128Const, const Simd128Immediate<validate>& imm, Value* result) \
3842 CALL_INTERFACE_IF_OK_AND_REACHABLE(S128Const, imm, &result); in SimdConstOp()
H A Dgraph-builder-interface.cc383 void S128Const(FullDecoder* decoder, const Simd128Immediate<validate>& imm, in S128Const() function
/third_party/node/deps/v8/src/compiler/
H A Draw-machine-assembler.h904 Node* S128Const(const uint8_t value[16]) { in S128Const() function in v8::internal::compiler::RawMachineAssembler
905 return AddNode(machine()->S128Const(value)); in S128Const()
H A Dmachine-operator.h898 const Operator* S128Const(const uint8_t value[16]);
H A Dopcodes.h977 V(S128Const) \
H A Dmachine-operator.cc2019 const Operator* MachineOperatorBuilder::S128Const(const uint8_t value[16]) { in S128Const() function in v8::internal::compiler::MachineOperatorBuilder
H A Dwasm-compiler.cc1423 return graph()->NewNode(mcgraph()->machine()->S128Const(value)); in Simd128Constant()
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1191 void S128Const(Simd128Register dst, uint64_t high, uint64_t low,
H A Dmacro-assembler-s390.cc5935 void TurboAssembler::S128Const(Simd128Register dst, uint64_t high, uint64_t low, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2828 S128Const(dst.fp(), vals[1], vals[0], r0, ip); in emit_s128_const()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2907 __ S128Const(i.OutputSimd128Register(), high, low, r0, ip); in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4106 void S128Const(FullDecoder* decoder, const Simd128Immediate<validate>& imm,

Completed in 66 milliseconds