Home
last modified time | relevance | path

Searched refs:I32x4Splat (Results 1 – 7 of 7) sorted by relevance

/external/v8/src/compiler/
Draw-machine-assembler.h846 Node* I32x4Splat(Node* a) { return AddNode(machine()->I32x4Splat(), a); } in I32x4Splat() function
Dmachine-operator.h683 const Operator* I32x4Splat(); in NON_EXPORTED_BASE()
Dopcodes.h839 V(I32x4Splat) \
Dmachine-operator.cc433 V(I32x4Splat, Operator::kNoProperties, 1, 0, 1) \
Dwasm-compiler.cc2270 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()
Dsimd-scalar-lowering.cc125 V(I32x4Splat) \
/external/v8/src/wasm/
Dwasm-opcodes.h303 V(I32x4Splat, 0xfd11, s_i) \