Searched refs:VZIP (Results 1 - 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.h | 197 VZIP, // zip (interleave)
|
H A D | ARMISelLowering.cpp | 1647 case ARMISD::VZIP: return "ARMISD::VZIP"; in getTargetNodeName() 6932 // Checks whether the shuffle mask represents a vector zip (VZIP) by checking 6963 // VZIP.32 for 64-bit vectors is a pseudo-instruction alias for VTRN.32. in isVZIPMask() 6996 // VZIP.32 for 64-bit vectors is a pseudo-instruction alias for VTRN.32. in isVZIP_v_undef_Mask() 7003 /// Check if \p ShuffleMask is a NEON two-result shuffle (VZIP, VUZP, VTRN), 7014 return ARMISD::VZIP; in isNEONTwoResultShuffleMask() 7022 return ARMISD::VZIP; in isNEONTwoResultShuffleMask() 7595 OP_VZIPL, // VZIP, left result 7596 OP_VZIPR, // VZIP, righ [all...] |
H A D | ARMISelDAGToDAG.cpp | 3659 case ARMISD::VZIP: { in Select()
|
/third_party/node/deps/v8/src/codegen/arm/ |
H A D | assembler-arm.cc | 4052 VZIP, enumerator 4109 case VZIP: in EncodeNeonUnaryOp() 4974 emit(EncodeNeonUnaryOp(VZIP, NEON_D, size, src1.code(), src2.code())); in vzip() 4982 emit(EncodeNeonUnaryOp(VZIP, NEON_Q, size, src1.code(), src2.code())); in vzip()
|
Completed in 42 milliseconds