/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 846 const Operator* I16x8UConvertI8x16High();
|
H A D | opcodes.h | 921 V(I16x8UConvertI8x16High) \
|
H A D | machine-operator.cc | 543 V(I16x8UConvertI8x16High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4870 return graph()->NewNode(mcgraph()->machine()->I16x8UConvertI8x16High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 439 void I16x8UConvertI8x16High(XMMRegister dst, XMMRegister src,
|
H A D | macro-assembler-shared-ia32-x64.cc | 663 void SharedTurboAssembler::I16x8UConvertI8x16High(XMMRegister dst, in I16x8UConvertI8x16High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 427 V(I16x8UConvertI8x16High, 0xfd8a, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1262 V(I16x8UConvertI8x16High) \
|
H A D | macro-assembler-s390.cc | 5290 V(I16x8UConvertI8x16High, vuplh, 0, 0, 0) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2176 V(I16x8UConvertI8x16High, kMipsI16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2358 V(I16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2584 V(I16x8UConvertI8x16High) \
|
H A D | code-generator-s390.cc | 2710 V(I16x8UConvertI8x16High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2431 V(i16x8_uconvert_i8x16_high, I16x8UConvertI8x16High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2604 V(I16x8UConvertI8x16High, kArmI16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2936 V(I16x8UConvertI8x16High, kMips64I16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3168 V(I16x8UConvertI8x16High) \
|
H A D | code-generator-x64.cc | 3455 __ I16x8UConvertI8x16High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2387 V(I16x8UConvertI8x16High) \
|
H A D | code-generator-ia32.cc | 2591 __ I16x8UConvertI8x16High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2680 V(I16x8UConvertI8x16High, kLoong64I16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2905 V(I16x8UConvertI8x16High, kRiscvI16x8UConvertI8x16High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4252 I16x8UConvertI8x16High(dst.fp(), src.fp(), liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3804 I16x8UConvertI8x16High(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i16x8_uconvert_i8x16_high()
|