Home
last modified time | relevance | path

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

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