Searched refs:I32x4ExtractLane (Results 1 - 11 of 11) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | int64-lowering.cc | 1042 node, graph()->NewNode(machine()->I32x4ExtractLane(lane * 2), input), in LowerNode() 1043 graph()->NewNode(machine()->I32x4ExtractLane(lane * 2 + 1), input)); in LowerNode()
|
H A D | machine-operator.h | 785 const Operator* I32x4ExtractLane(int32_t);
|
H A D | opcodes.h | 857 V(I32x4ExtractLane) \
|
H A D | wasm-compiler.cc | 2522 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/ |
H A D | wasm-opcodes.h | 552 V(I32x4ExtractLane, 0xfd1b, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1121 void I32x4ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx,
|
H A D | macro-assembler-s390.cc | 5158 void TurboAssembler::I32x4ExtractLane(Register dst, Simd128Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2451 V(i32x4_extract_lane, I32x4ExtractLane, gp) \
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
H A D | instruction-selector-x64.cc | 3262 SIMD_VISIT_EXTRACT_LANE(I32x4, , I32x4ExtractLane)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2729 V(I32x4ExtractLane, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4080 CASE_SIMD_EXTRACT_LANE_OP(I32x4ExtractLane, I32, i32x4_extract_lane)
|
Completed in 57 milliseconds