Searched refs:I8x16SubSatS (Results 1 - 19 of 19) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 877 const Operator* I8x16SubSatS();
|
H A D | opcodes.h | 953 V(I8x16SubSatS) \
|
H A D | machine-operator.cc | 570 V(I8x16SubSatS, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4953 return graph()->NewNode(mcgraph()->machine()->I8x16SubSatS(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 403 V(I8x16SubSatS, 0xfd72, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1408 V(I8x16SubSatS) \
|
H A D | macro-assembler-s390.cc | 5810 void TurboAssembler::I8x16SubSatS(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 | 2284 V(I8x16SubSatS, kMipsI8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2301 V(I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2527 V(I8x16SubSatS) \
|
H A D | code-generator-s390.cc | 2825 V(I8x16SubSatS) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2528 V(i8x16_sub_sat_s, I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2694 V(I8x16SubSatS, kArmI8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3031 V(I8x16SubSatS, kMips64I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3109 V(I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3583 V(I8x16SubSatS, kArm64ISubSatS, 8) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2331 V(I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2775 V(I8x16SubSatS, kLoong64I8x16SubSatS) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 3003 V(I8x16SubSatS, kRiscvI8x16SubSatS) \
|
Completed in 98 milliseconds