Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h728 const Operator* F32x4ExtractLane(int32_t);
H A Dopcodes.h800 V(F32x4ExtractLane) \
H A Dwasm-compiler.cc5104 return graph()->NewNode(mcgraph()->machine()->F32x4ExtractLane(lane), in SimdLaneOp()
/third_party/node/deps/v8/src/codegen/shared-ia32-x64/
H A Dmacro-assembler-shared-ia32-x64.h410 void F32x4ExtractLane(FloatRegister dst, XMMRegister src, uint8_t lane);
H A Dmacro-assembler-shared-ia32-x64.cc332 void SharedTurboAssembler::F32x4ExtractLane(FloatRegister dst, XMMRegister src, in F32x4ExtractLane() function in v8::internal::SharedTurboAssembler
/third_party/node/deps/v8/src/wasm/
H A Dwasm-opcodes.h554 V(F32x4ExtractLane, 0xfd1f, _) \
/third_party/node/deps/v8/src/codegen/s390/
H A Dmacro-assembler-s390.h1117 void F32x4ExtractLane(DoubleRegister dst, Simd128Register src,
H A Dmacro-assembler-s390.cc5148 void TurboAssembler::F32x4ExtractLane(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.h2449 V(f32x4_extract_lane, F32x4ExtractLane, fp) \
/third_party/node/deps/v8/src/compiler/backend/x64/
H A Dinstruction-selector-x64.cc3260 SIMD_VISIT_EXTRACT_LANE(F32x4, , F32x4ExtractLane)
H A Dcode-generator-x64.cc2861 __ F32x4ExtractLane(i.OutputFloatRegister(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/ia32/
H A Dcode-generator-ia32.cc2103 __ F32x4ExtractLane(i.OutputFloatRegister(), i.InputSimd128Register(0), in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/s390/
H A Dcode-generator-s390.cc2727 V(F32x4ExtractLane, DoubleRegister) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/wasm/baseline/ia32/
H A Dliftoff-assembler-ia32.h4371 F32x4ExtractLane(dst.fp(), lhs.fp(), imm_lane_idx);
/third_party/node/deps/v8/src/wasm/baseline/x64/
H A Dliftoff-assembler-x64.h3921 F32x4ExtractLane(dst.fp(), lhs.fp(), imm_lane_idx); in emit_f32x4_extract_lane()
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-compiler.cc4082 CASE_SIMD_EXTRACT_LANE_OP(F32x4ExtractLane, F32, f32x4_extract_lane)

Completed in 77 milliseconds