Searched refs:I64x2ExtractLane (Results 1 – 10 of 10) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 759 const Operator* I64x2ExtractLane(int32_t); in NON_EXPORTED_BASE()
|
D | opcodes.h | 832 V(I64x2ExtractLane) \
|
D | wasm-compiler.cc | 5110 return graph()->NewNode(mcgraph()->machine()->I64x2ExtractLane(lane), in SimdLaneOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 553 V(I64x2ExtractLane, 0xfd1d, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1119 void I64x2ExtractLane(Register dst, Simd128Register src, uint8_t imm_lane_idx,
|
D | macro-assembler-s390.cc | 5153 void TurboAssembler::I64x2ExtractLane(Register dst, Simd128Register src, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
D | liftoff-assembler-s390.h | 2450 V(i64x2_extract_lane, I64x2ExtractLane, gp) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 2728 V(I64x2ExtractLane, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/compiler/backend/x64/ |
D | instruction-selector-x64.cc | 3261 SIMD_VISIT_EXTRACT_LANE(I64x2, , I64x2ExtractLane)
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 4081 CASE_SIMD_EXTRACT_LANE_OP(I64x2ExtractLane, I64, i64x2_extract_lane) in SimdLaneOp()
|