Home
last modified time | relevance | path

Searched refs:I32x4ExtractLane (Results 1 – 11 of 11) sorted by relevance

/third_party/node/deps/v8/src/compiler/
Dint64-lowering.cc1042 node, graph()->NewNode(machine()->I32x4ExtractLane(lane * 2), input), in LowerNode()
1043 graph()->NewNode(machine()->I32x4ExtractLane(lane * 2 + 1), input)); in LowerNode()
Dmachine-operator.h785 const Operator* I32x4ExtractLane(int32_t); in NON_EXPORTED_BASE()
Dopcodes.h857 V(I32x4ExtractLane) \
Dwasm-compiler.cc2522 graph()->NewNode(m->I32x4ExtractLane(0), value)); in Throw()
2525 graph()->NewNode(m->I32x4ExtractLane(1), value)); in Throw()
2528 graph()->NewNode(m->I32x4ExtractLane(2), value)); in Throw()
2531 graph()->NewNode(m->I32x4ExtractLane(3), value)); in Throw()
5116 return graph()->NewNode(mcgraph()->machine()->I32x4ExtractLane(lane), in SimdLaneOp()
/third_party/node/deps/v8/src/wasm/
Dwasm-opcodes.h552 V(I32x4ExtractLane, 0xfd1b, _) \
/third_party/node/deps/v8/src/codegen/s390/
Dmacro-assembler-s390.h1121 void I32x4ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx,
Dmacro-assembler-s390.cc5158 void TurboAssembler::I32x4ExtractLane(Register dst, Simd128Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
/third_party/node/deps/v8/src/wasm/baseline/s390/
Dliftoff-assembler-s390.h2451 V(i32x4_extract_lane, I32x4ExtractLane, gp) \
/third_party/node/deps/v8/src/compiler/backend/s390/
Dcode-generator-s390.cc2729 V(I32x4ExtractLane, Register) \ in AssembleArchInstruction()
/third_party/node/deps/v8/src/compiler/backend/x64/
Dinstruction-selector-x64.cc3262 SIMD_VISIT_EXTRACT_LANE(I32x4, , I32x4ExtractLane)
/third_party/node/deps/v8/src/wasm/baseline/
Dliftoff-compiler.cc4080 CASE_SIMD_EXTRACT_LANE_OP(I32x4ExtractLane, I32, i32x4_extract_lane) in SimdLaneOp()