Home
last modified time | relevance | path

Searched refs:F64x2ExtractLane (Results 1 - 16 of 16) sorted by relevance

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h707 const Operator* F64x2ExtractLane(int32_t);
H A Dopcodes.h773 V(F64x2ExtractLane) \
H A Dwasm-compiler.cc5098 return graph()->NewNode(mcgraph()->machine()->F64x2ExtractLane(lane), in SimdLaneOp()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h402 void F64x2ExtractLane(DoubleRegister dst, XMMRegister src, uint8_t lane);
H A Dmacro-assembler-shared-ia32-x64.cc132 void SharedTurboAssembler::F64x2ExtractLane(DoubleRegister dst, XMMRegister src, in F64x2ExtractLane() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h555 V(F64x2ExtractLane, 0xfd21, _)
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1115 void F64x2ExtractLane(DoubleRegister dst, Simd128Register src,
H A Dmacro-assembler-s390.cc5143 void TurboAssembler::F64x2ExtractLane(DoubleRegister dst, Simd128Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
H A Dliftoff-assembler-s390.h2448 V(f64x2_extract_lane, F64x2ExtractLane, fp) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3259 SIMD_VISIT_EXTRACT_LANE(F64x2, , F64x2ExtractLane)
H A Dcode-generator-x64.cc2751 __ F64x2ExtractLane(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc1773 __ F64x2ExtractLane(i.OutputDoubleRegister(), i.InputDoubleRegister(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2726 V(F64x2ExtractLane, DoubleRegister) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4377 F64x2ExtractLane(dst.fp(), lhs.fp(), imm_lane_idx);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3927 F64x2ExtractLane(dst.fp(), lhs.fp(), imm_lane_idx); in emit_f64x2_extract_lane()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4083 CASE_SIMD_EXTRACT_LANE_OP(F64x2ExtractLane, F64, f64x2_extract_lane)

Completed in 79 milliseconds