Searched refs:I16x8ReplaceLane (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 826 const Operator* I16x8ReplaceLane(int32_t);
|
H A D | opcodes.h | 900 V(I16x8ReplaceLane) \
|
H A D | wasm-compiler.cc | 5128 return graph()->NewNode(mcgraph()->machine()->I16x8ReplaceLane(lane), in SimdLaneOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 559 V(I16x8ReplaceLane, 0xfd1a, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1141 void I16x8ReplaceLane(Simd128Register dst, Simd128Register src1,
|
H A D | macro-assembler-s390.cc | 5223 void TurboAssembler::I16x8ReplaceLane(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 | 2471 V(i16x8_replace_lane, I16x8ReplaceLane, gp) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2750 V(I16x8ReplaceLane, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4095 CASE_SIMD_REPLACE_LANE_OP(I16x8ReplaceLane, I32, i16x8_replace_lane)
|
Completed in 44 milliseconds