Searched refs:I32x4Splat (Results 1 – 7 of 7) sorted by relevance
/external/v8/src/compiler/ |
D | raw-machine-assembler.h | 846 Node* I32x4Splat(Node* a) { return AddNode(machine()->I32x4Splat(), a); } in I32x4Splat() function
|
D | machine-operator.h | 683 const Operator* I32x4Splat(); in NON_EXPORTED_BASE()
|
D | opcodes.h | 839 V(I32x4Splat) \
|
D | machine-operator.cc | 433 V(I32x4Splat, Operator::kNoProperties, 1, 0, 1) \
|
D | wasm-compiler.cc | 2270 mcgraph()->machine()->I32x4Splat(), in GetExceptionValues() 3970 result = graph()->NewNode(mcgraph()->machine()->I32x4Splat(), result); in LoadTransformBigEndian() 4690 return graph()->NewNode(mcgraph()->machine()->I32x4Splat(), inputs[0]); in SimdOp()
|
D | simd-scalar-lowering.cc | 125 V(I32x4Splat) \
|
/external/v8/src/wasm/ |
D | wasm-opcodes.h | 303 V(I32x4Splat, 0xfd11, s_i) \
|