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