Searched refs:I32x4ReplaceLane (Results 1 – 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
D | machine-operator.h | 786 const Operator* I32x4ReplaceLane(int32_t); in NON_EXPORTED_BASE()
|
D | opcodes.h | 858 V(I32x4ReplaceLane) \
|
D | wasm-compiler.cc | 2655 mcgraph()->machine()->I32x4ReplaceLane(1), value, in GetExceptionValues() 2658 mcgraph()->machine()->I32x4ReplaceLane(2), value, in GetExceptionValues() 2661 mcgraph()->machine()->I32x4ReplaceLane(3), value, in GetExceptionValues() 5119 return graph()->NewNode(mcgraph()->machine()->I32x4ReplaceLane(lane), in SimdLaneOp()
|
/third_party/node/deps/v8/src/wasm/ |
D | wasm-opcodes.h | 560 V(I32x4ReplaceLane, 0xfd1c, _) \
|
/third_party/node/deps/v8/src/codegen/s390/ |
D | macro-assembler-s390.h | 1139 void I32x4ReplaceLane(Simd128Register dst, Simd128Register src1,
|
D | macro-assembler-s390.cc | 5214 void TurboAssembler::I32x4ReplaceLane(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 | 2470 V(i32x4_replace_lane, I32x4ReplaceLane, gp) \
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
D | code-generator-s390.cc | 2749 V(I32x4ReplaceLane, Register) \ in AssembleArchInstruction()
|
/third_party/node/deps/v8/src/wasm/baseline/ |
D | liftoff-compiler.cc | 4096 CASE_SIMD_REPLACE_LANE_OP(I32x4ReplaceLane, I32, i32x4_replace_lane) in SimdLaneOp()
|