Searched refs:I8x16ReplaceLane (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 869 const Operator* I8x16ReplaceLane(int32_t);
|
H A D | opcodes.h | 945 V(I8x16ReplaceLane) \
|
H A D | wasm-compiler.cc | 5137 return graph()->NewNode(mcgraph()->machine()->I8x16ReplaceLane(lane), in SimdLaneOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 558 V(I8x16ReplaceLane, 0xfd17, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1143 void I8x16ReplaceLane(Simd128Register dst, Simd128Register src1,
|
H A D | macro-assembler-s390.cc | 5232 void TurboAssembler::I8x16ReplaceLane(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 | 2472 V(i8x16_replace_lane, I8x16ReplaceLane, gp)
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2751 V(I8x16ReplaceLane, Register) in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
H A D | liftoff-compiler.cc | 4094 CASE_SIMD_REPLACE_LANE_OP(I8x16ReplaceLane, I32, i8x16_replace_lane)
|
Completed in 44 milliseconds