/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 789 const Operator* I32x4SConvertI16x8High();
|
H A D | opcodes.h | 861 V(I32x4SConvertI16x8High) \
|
H A D | machine-operator.cc | 492 V(I32x4SConvertI16x8High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4707 return graph()->NewNode(mcgraph()->machine()->I32x4SConvertI16x8High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 449 void I32x4SConvertI16x8High(XMMRegister dst, XMMRegister src);
|
H A D | macro-assembler-shared-ia32-x64.cc | 769 void SharedTurboAssembler::I32x4SConvertI16x8High(XMMRegister dst, in I32x4SConvertI16x8High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 453 V(I32x4SConvertI16x8High, 0xfda8, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1254 V(I32x4SConvertI16x8High) \
|
H A D | macro-assembler-s390.cc | 5282 V(I32x4SConvertI16x8High, vuph, 0, 0, 1) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2164 V(I32x4SConvertI16x8High, kMipsI32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2343 V(I32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2571 V(I32x4SConvertI16x8High) \
|
H A D | code-generator-s390.cc | 2701 V(I32x4SConvertI16x8High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2422 V(i32x4_sconvert_i16x8_high, I32x4SConvertI16x8High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2593 V(I32x4SConvertI16x8High, kArmI32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2925 V(I32x4SConvertI16x8High, kMips64I32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3158 V(I32x4SConvertI16x8High) \
|
H A D | code-generator-x64.cc | 3173 __ I32x4SConvertI16x8High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2377 V(I32x4SConvertI16x8High) \
|
H A D | code-generator-ia32.cc | 2248 __ I32x4SConvertI16x8High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2669 V(I32x4SConvertI16x8High, kLoong64I32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2894 V(I32x4SConvertI16x8High, kRiscvI32x4SConvertI16x8High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4262 I32x4SConvertI16x8High(dst.fp(), src.fp());
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3814 I32x4SConvertI16x8High(dst.fp(), src.fp()); in emit_i32x4_sconvert_i16x8_high()
|