Searched refs:I16x8SubSatU (Results 1 - 19 of 19) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 850 const Operator* I16x8SubSatU();
|
H A D | opcodes.h | 925 V(I16x8SubSatU) \
|
H A D | machine-operator.cc | 547 V(I16x8SubSatU, Operator::kNoProperties, 2, 0, 1) \
|
H A D | wasm-compiler.cc | 4882 return graph()->NewNode(mcgraph()->machine()->I16x8SubSatU(), inputs[0], in SimdOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 436 V(I16x8SubSatU, 0xfd93, s_ss) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1406 V(I16x8SubSatU) \
|
H A D | macro-assembler-s390.cc | 5788 void TurboAssembler::I16x8SubSatU(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 | 2259 V(I16x8SubSatU, kMipsI16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2279 V(I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2524 V(I16x8SubSatU) \
|
H A D | code-generator-s390.cc | 2823 V(I16x8SubSatU) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2526 V(i16x8_sub_sat_u, I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2683 V(I16x8SubSatU, kArmI16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 3011 V(I16x8SubSatU, kMips64I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3095 V(I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/arm64/ |
H A D | instruction-selector-arm64.cc | 3572 V(I16x8SubSatU, kArm64ISubSatU, 16) \
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2322 V(I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2755 V(I16x8SubSatU, kLoong64I16x8SubSatU) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2983 V(I16x8SubSatU, kRiscvI16x8SubSatU) \
|
Completed in 104 milliseconds