Searched refs:I16x8AddSatS (Results 1 - 19 of 19) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 834 const Operator* I16x8AddSatS();
|
H A D | opcodes.h | 908 V(I16x8AddSatS) \
|
H A D | machine-operator.cc | 532 V(I16x8AddSatS, Operator::kCommutative, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4831 return graph()->NewNode(mcgraph()->machine()->I16x8AddSatS(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 432 V(I16x8AddSatS, 0xfd8f, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1403 V(I16x8AddSatS) \
|
H A D | macro-assembler-s390.cc | 5764 void TurboAssembler::I16x8AddSatS(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2255 V(I16x8AddSatS, kMipsI16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2276 V(I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2521 V(I16x8AddSatS) \
|
H A D | code-generator-s390.cc | 2820 V(I16x8AddSatS) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2523 V(i16x8_add_sat_s, I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2671 V(I16x8AddSatS, kArmI16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3007 V(I16x8AddSatS, kMips64I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3086 V(I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3569 V(I16x8AddSatS, kArm64IAddSatS, 16) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2313 V(I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2751 V(I16x8AddSatS, kLoong64I16x8AddSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2979 V(I16x8AddSatS, kRiscvI16x8AddSatS) \
|
Completed in 101 milliseconds