/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 805 const Operator* I32x4UConvertI16x8High();
|
H A D | opcodes.h | 878 V(I32x4UConvertI16x8High) \
|
H A D | machine-operator.cc | 507 V(I32x4UConvertI16x8High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4754 return graph()->NewNode(mcgraph()->machine()->I32x4UConvertI16x8High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 450 void I32x4UConvertI16x8High(XMMRegister dst, XMMRegister src,
|
H A D | macro-assembler-shared-ia32-x64.cc | 792 void SharedTurboAssembler::I32x4UConvertI16x8High(XMMRegister dst, in I32x4UConvertI16x8High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 455 V(I32x4UConvertI16x8High, 0xfdaa, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1256 V(I32x4UConvertI16x8High) \
|
H A D | macro-assembler-s390.cc | 5284 V(I32x4UConvertI16x8High, vuplh, 0, 0, 1) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2166 V(I32x4UConvertI16x8High, kMipsI32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2345 V(I32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2573 V(I32x4UConvertI16x8High) \
|
H A D | code-generator-s390.cc | 2703 V(I32x4UConvertI16x8High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2424 V(i32x4_uconvert_i16x8_high, I32x4UConvertI16x8High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2598 V(I32x4UConvertI16x8High, kArmI32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2927 V(I32x4UConvertI16x8High, kMips64I32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3161 V(I32x4UConvertI16x8High) \
|
H A D | code-generator-x64.cc | 3273 __ I32x4UConvertI16x8High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2380 V(I32x4UConvertI16x8High) \
|
H A D | code-generator-ia32.cc | 2391 __ I32x4UConvertI16x8High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2671 V(I32x4UConvertI16x8High, kLoong64I32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2896 V(I32x4UConvertI16x8High, kRiscvI32x4UConvertI16x8High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 4272 I32x4UConvertI16x8High(dst.fp(), src.fp(), liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3824 I32x4UConvertI16x8High(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i32x4_uconvert_i16x8_high()
|