Searched refs:I8x16Shuffle (Results 1 - 9 of 9) sorted by relevance
/third_party/node/deps/v8/src/compiler/ |
H A D | machine-operator.h | 909 const Operator* I8x16Shuffle(const uint8_t shuffle[16]);
|
H A D | opcodes.h | 997 V(I8x16Shuffle) \
|
H A D | machine-operator.cc | 2025 const Operator* MachineOperatorBuilder::I8x16Shuffle( in I8x16Shuffle() function in v8::internal::compiler::MachineOperatorBuilder
|
H A D | wasm-compiler.cc | 5147 return graph()->NewNode(mcgraph()->machine()->I8x16Shuffle(shuffle), in Simd8x16ShuffleOp()
|
/third_party/node/deps/v8/src/wasm/ |
H A D | wasm-opcodes.h | 324 #define FOREACH_SIMD_MASK_OPERAND_OPCODE(V) V(I8x16Shuffle, 0xfd0d, s_ss)
|
/third_party/node/deps/v8/src/codegen/s390/ |
H A D | macro-assembler-s390.h | 1193 void I8x16Shuffle(Simd128Register dst, Simd128Register src1,
|
H A D | macro-assembler-s390.cc | 5962 void TurboAssembler::I8x16Shuffle(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 | 2801 I8x16Shuffle(dst.fp(), lhs.fp(), rhs.fp(), vals[1], vals[0], r0, ip, in emit_i8x16_shuffle()
|
/third_party/node/deps/v8/src/compiler/backend/s390/ |
H A D | code-generator-s390.cc | 2980 __ I8x16Shuffle(i.OutputSimd128Register(), i.InputSimd128Register(0), in AssembleArchInstruction()
|
Completed in 39 milliseconds