/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 828 const Operator* I16x8SConvertI8x16High();
|
H A D | opcodes.h | 902 V(I16x8SConvertI8x16High) \
|
H A D | machine-operator.cc | 526 V(I16x8SConvertI8x16High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4814 return graph()->NewNode(mcgraph()->machine()->I16x8SConvertI8x16High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 438 void I16x8SConvertI8x16High(XMMRegister dst, XMMRegister src);
|
H A D | macro-assembler-shared-ia32-x64.cc | 640 void SharedTurboAssembler::I16x8SConvertI8x16High(XMMRegister dst, in I16x8SConvertI8x16High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 425 V(I16x8SConvertI8x16High, 0xfd88, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1260 V(I16x8SConvertI8x16High) \
|
H A D | macro-assembler-s390.cc | 5288 V(I16x8SConvertI8x16High, vuph, 0, 0, 0) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2174 V(I16x8SConvertI8x16High, kMipsI16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2356 V(I16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2582 V(I16x8SConvertI8x16High) \
|
H A D | code-generator-s390.cc | 2708 V(I16x8SConvertI8x16High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2429 V(i16x8_sconvert_i8x16_high, I16x8SConvertI8x16High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2601 V(I16x8SConvertI8x16High, kArmI16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2934 V(I16x8SConvertI8x16High, kMips64I16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3165 V(I16x8SConvertI8x16High) \
|
H A D | code-generator-x64.cc | 3370 __ I16x8SConvertI8x16High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2384 V(I16x8SConvertI8x16High) \
|
H A D | code-generator-ia32.cc | 2480 __ I16x8SConvertI8x16High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2678 V(I16x8SConvertI8x16High, kLoong64I16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2903 V(I16x8SConvertI8x16High, kRiscvI16x8SConvertI8x16High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4242 I16x8SConvertI8x16High(dst.fp(), src.fp());
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3794 I16x8SConvertI8x16High(dst.fp(), src.fp()); in emit_i16x8_sconvert_i8x16_high()
|