/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 767 const Operator* I64x2UConvertI32x4High();
|
H A D | opcodes.h | 840 V(I64x2UConvertI32x4High) \
|
H A D | machine-operator.cc | 473 V(I64x2UConvertI32x4High, Operator::kNoProperties, 1, 0, 1) \
|
H A D | wasm-compiler.cc | 4643 return graph()->NewNode(mcgraph()->machine()->I64x2UConvertI32x4High(), in SimdOp()
|
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/ |
H A D | macro-assembler-shared-ia32-x64.h | 468 void I64x2UConvertI32x4High(XMMRegister dst, XMMRegister src,
|
H A D | macro-assembler-shared-ia32-x64.cc | 1087 void SharedTurboAssembler::I64x2UConvertI32x4High(XMMRegister dst, in I64x2UConvertI32x4High() function in v8::internal::SharedTurboAssembler
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 478 V(I64x2UConvertI32x4High, 0xfdca, s_s) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1249 V(I64x2UConvertI32x4High) \
|
H A D | macro-assembler-s390.cc | 5278 V(I64x2UConvertI32x4High, vuplh, 0, 0, 2) \ in CallRecordWriteStub()
|
/third_party/node/deps/v8/src/compiler/backend/mips/ |
H A D | instruction-selector-mips.cc | 2146 V(I64x2UConvertI32x4High, kMipsI64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/ppc/ |
H A D | instruction-selector-ppc.cc | 2337 V(I64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | instruction-selector-s390.cc | 2561 V(I64x2UConvertI32x4High) \
|
H A D | code-generator-s390.cc | 2696 V(I64x2UConvertI32x4High, Simd128Register, Simd128Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2417 V(i64x2_uconvert_i32x4_high, I64x2UConvertI32x4High, fp, fp, , void) \
|
/third_party/node/deps/v8/src/compiler/backend/arm/ |
H A D | instruction-selector-arm.cc | 2589 V(I64x2UConvertI32x4High, kArmI64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/mips64/ |
H A D | instruction-selector-mips64.cc | 2920 V(I64x2UConvertI32x4High, kMips64I64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3156 V(I64x2UConvertI32x4High) \
|
H A D | code-generator-x64.cc | 3143 __ I64x2UConvertI32x4High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | instruction-selector-ia32.cc | 2375 V(I64x2UConvertI32x4High) \
|
H A D | code-generator-ia32.cc | 2065 __ I64x2UConvertI32x4High(i.OutputSimd128Register(), in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/loong64/ |
H A D | instruction-selector-loong64.cc | 2664 V(I64x2UConvertI32x4High, kLoong64I64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/compiler/backend/riscv64/ |
H A D | instruction-selector-riscv64.cc | 2889 V(I64x2UConvertI32x4High, kRiscvI64x2UConvertI32x4High) \
|
/third_party/node/deps/v8/src/wasm/baseline/ia32/ |
H A D | liftoff-assembler-ia32.h | 3921 I64x2UConvertI32x4High(dst.fp(), src.fp(), liftoff::kScratchDoubleReg);
|
/third_party/node/deps/v8/src/wasm/baseline/x64/ |
H A D | liftoff-assembler-x64.h | 3486 I64x2UConvertI32x4High(dst.fp(), src.fp(), kScratchDoubleReg); in emit_i64x2_uconvert_i32x4_high()
|