Home
last modified time | relevance | path

Searched refs:I64x2ExtractLane (Results 1 – 10 of 10) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dmachine-operator.h759 const Operator* I64x2ExtractLane(int32_t); in NON_EXPORTED_BASE()
Dopcodes.h832 V(I64x2ExtractLane) \
Dwasm-compiler.cc5110 return graph()->NewNode(mcgraph()->machine()->I64x2ExtractLane(lane), in SimdLaneOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h553 V(I64x2ExtractLane, 0xfd1d, _) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1119 void I64x2ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx,
Dmacro-assembler-s390.cc5153 void TurboAssembler::I64x2ExtractLane(Register dst, Simd128Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2450 V(i64x2_extract_lane, I64x2ExtractLane, gp) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2728 V(I64x2ExtractLane, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3261 SIMD_VISIT_EXTRACT_LANE(I64x2, , I64x2ExtractLane)
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4081 CASE_SIMD_EXTRACT_LANE_OP(I64x2ExtractLane, I64, i64x2_extract_lane) in SimdLaneOp()