Searched refs:I64x2ReplaceLane (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 760 const Operator* I64x2ReplaceLane(int32_t);
|
H A D | opcodes.h | 833 V(I64x2ReplaceLane) \
|
H A D | wasm-compiler.cc | 5113 return graph()->NewNode(mcgraph()->machine()->I64x2ReplaceLane(lane), in SimdLaneOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 561 V(I64x2ReplaceLane, 0xfd1e, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1137 void I64x2ReplaceLane(Simd128Register dst, Simd128Register src1,
|
H A D | macro-assembler-s390.cc | 5205 void TurboAssembler::I64x2ReplaceLane(Simd128Register dst, Simd128Register src1, in CallRecordWriteStub() function in v8::internal::TurboAssembler
|
/third_party/node/deps/v8/src/wasm/baseline/s390/ |
H A D | liftoff-assembler-s390.h | 2469 V(i64x2_replace_lane, I64x2ReplaceLane, gp) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2748 V(I64x2ReplaceLane, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4097 CASE_SIMD_REPLACE_LANE_OP(I64x2ReplaceLane, I64, i64x2_replace_lane)
|
Completed in 44 milliseconds