/third_party/node/deps/v8/src/wasm/ |
H A D | init-expr-interface.cc | 40 void InitExprInterface::S128Const(FullDecoder* decoder, in S128Const() function in v8::internal::wasm::InitExprInterface
|
H A D | wasm-opcodes.h | 322 #define FOREACH_SIMD_CONST_OPCODE(V) V(S128Const, 0xfd0c, _)
|
H A D | function-body-decoder-impl.h | 912 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 D | graph-builder-interface.cc | 383 void S128Const(FullDecoder* decoder, const Simd128Immediate<validate>& imm, in S128Const() function
|
/third_party/node/deps/v8/src/compiler/ |
H A D | raw-machine-assembler.h | 904 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 D | machine-operator.h | 898 const Operator* S128Const(const uint8_t value[16]);
|
H A D | opcodes.h | 977 V(S128Const) \
|
H A D | machine-operator.cc | 2019 const Operator* MachineOperatorBuilder::S128Const(const uint8_t value[16]) { in S128Const() function in v8::internal::compiler::MachineOperatorBuilder
|
H A D | wasm-compiler.cc | 1423 return graph()->NewNode(mcgraph()->machine()->S128Const(value)); in Simd128Constant()
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1191 void S128Const(Simd128Register dst, uint64_t high, uint64_t low,
|
H A D | macro-assembler-s390.cc | 5935 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 D | liftoff-assembler-s390.h | 2828 S128Const(dst.fp(), vals[1], vals[0], r0, ip); in emit_s128_const()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2907 __ S128Const(i.OutputSimd128Register(), high, low, r0, ip); in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4106 void S128Const(FullDecoder* decoder, const Simd128Immediate<validate>& imm,
|