Home
last modified time | relevance | path

Searched refs:LaneSizeInBits (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h396 bool IsLaneSizeB() const { return LaneSizeInBits() == kBRegSizeInBits; } in IsLaneSizeB()
397 bool IsLaneSizeH() const { return LaneSizeInBits() == kHRegSizeInBits; } in IsLaneSizeH()
398 bool IsLaneSizeS() const { return LaneSizeInBits() == kSRegSizeInBits; } in IsLaneSizeS()
399 bool IsLaneSizeD() const { return LaneSizeInBits() == kDRegSizeInBits; } in IsLaneSizeD()
412 unsigned LaneSizeInBits() const { return LaneSizeInBytes() * 8; } in LaneSizeInBits() function in v8::internal::VRegister
H A Dassembler-arm64.cc1587 int laneSizeInBits = vn.LaneSizeInBits(); in NEONShiftLeftImmediate()
1595 int laneSizeInBits = vn.LaneSizeInBits(); in NEONShiftRightImmediate()
1602 int laneSizeInBits = vn.LaneSizeInBits(); in NEONShiftImmediateL()
1617 int laneSizeInBits = vd.LaneSizeInBits(); in NEONShiftImmediateN()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp10401 /// Test whether there are elements crossing LaneSizeInBits lanes in this
10406 static bool isLaneCrossingShuffleMask(unsigned LaneSizeInBits,
10409 assert(LaneSizeInBits && ScalarSizeInBits &&
10410 (LaneSizeInBits % ScalarSizeInBits) == 0 &&
10412 int LaneSize = LaneSizeInBits / ScalarSizeInBits;
10437 static bool isRepeatedShuffleMask(unsigned LaneSizeInBits, MVT VT,
10440 auto LaneSize = LaneSizeInBits / VT.getScalarSizeInBits();
10487 static bool isRepeatedTargetShuffleMask(unsigned LaneSizeInBits, MVT VT,
10490 int LaneSize = LaneSizeInBits / VT.getScalarSizeInBits();
[all...]

Completed in 37 milliseconds