/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 765 const Operator* I64x2SConvertI32x4High();
|
H A D | opcodes.h | 838 V(I64x2SConvertI32x4High) \
|
H A D | machine-operator.cc | 471 V(I64x2SConvertI32x4High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4637 return graph()->NewNode(mcgraph()->machine()->I64x2SConvertI32x4High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 467 void I64x2SConvertI32x4High(XMMRegister dst, XMMRegister src);
|
H A D | macro-assembler-shared-ia32-x64.cc | 1069 void SharedTurboAssembler::I64x2SConvertI32x4High(XMMRegister dst, in I64x2SConvertI32x4High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 476 V(I64x2SConvertI32x4High, 0xfdc8, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1247 V(I64x2SConvertI32x4High) \
|
H A D | macro-assembler-s390.cc | 5276 V(I64x2SConvertI32x4High, vuph, 0, 0, 2) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2144 V(I64x2SConvertI32x4High, kMipsI64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2335 V(I64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2559 V(I64x2SConvertI32x4High) \
|
H A D | code-generator-s390.cc | 2694 V(I64x2SConvertI32x4High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2415 V(i64x2_sconvert_i32x4_high, I64x2SConvertI32x4High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2587 V(I64x2SConvertI32x4High, kArmI64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2918 V(I64x2SConvertI32x4High, kMips64I64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3154 V(I64x2SConvertI32x4High) \
|
H A D | code-generator-x64.cc | 3134 __ I64x2SConvertI32x4High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2373 V(I64x2SConvertI32x4High) \
|
H A D | code-generator-ia32.cc | 2056 __ I64x2SConvertI32x4High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2662 V(I64x2SConvertI32x4High, kLoong64I64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2887 V(I64x2SConvertI32x4High, kRiscvI64x2SConvertI32x4High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3911 I64x2SConvertI32x4High(dst.fp(), src.fp());
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3476 I64x2SConvertI32x4High(dst.fp(), src.fp()); in emit_i64x2_sconvert_i32x4_high()
|