Home
last modified time | relevance | path

Searched refs:Is8B (Results 1 - 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64.cc1437 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEON3DifferentL()
1453 DCHECK((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.Is4S()) || in NEON3DifferentW()
1462 DCHECK((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) || in NEON3DifferentHN()
1469 V(pmull, NEON_PMULL, vn.IsVector() && vn.Is8B()) \
1606 DCHECK((vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) || in NEONShiftImmediateL()
1627 DCHECK((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) || in NEONShiftImmediateN()
1952 DCHECK(vd.Is8B() || vd.Is16B()); in cnt()
1958 DCHECK(vd.Is8B() || vd.Is16B()); in rev16()
1964 DCHECK(vd.Is8B() || vd.Is16B() || vd.Is4H() || vd.Is8H()); in rev32()
1991 DCHECK((vn.Is8B() in NEONAddlp()
[all...]
H A Dregister-arm64.h162 // So, for example, Is8B() implies IsD(), and Is1D() implies IsD, but IsD()
163 // does not imply Is1D() or Is8B().
165 // as Is8B(), Is1D(), etc. in the VRegister class.
371 bool Is8B() const { return (Is64Bits() && (lane_count_ == 8)); } in Is8B() function in v8::internal::VRegister
H A Dmacro-assembler-arm64.cc551 } else if (vd.Is8B() || vd.Is16B()) { in Movi()
/third_party/vixl/src/aarch64/
H A Dassembler-aarch64.cc320 VIXL_ASSERT(vd.Is16B() || vd.Is8B()); in NEONTable()
2923 (vn.Is8B() && vd.Is8H()) || (vn.Is4H() && vd.Is4S()) ||
2942 VIXL_ASSERT((vm.Is8B() && vd.Is8H()) || (vm.Is4H() && vd.Is4S()) ||
2954 VIXL_ASSERT((vd.Is8B() && vn.Is8H()) || (vd.Is4H() && vn.Is4S()) ||
2963 V(pmull, NEON_PMULL, vn.IsVector() && vn.Is8B()) \
4029 VIXL_ASSERT((vd.Is8H() && vn.Is8B() && shift == 8) ||
4198 V(and_, NEON_AND, vd.Is8B() || vd.Is16B()) \
4199 V(orr, NEON_ORR, vd.Is8B() || vd.Is16B()) \
4200 V(orn, NEON_ORN, vd.Is8B() || vd.Is16B()) \
4201 V(eor, NEON_EOR, vd.Is8B() || v
[all...]
H A Dregisters-aarch64.h343 // So, for example, Is8B() implies IsD(), and Is1D() implies IsD, but IsD()
344 // does not imply Is1D() or Is8B().
346 // as Is8B(), Is1D(), etc.
363 bool Is8B() const { return IsD() && IsLaneSizeB(); }
H A Dmacro-assembler-aarch64.cc1170 } else if (vd.Is8B() || vd.Is16B()) { in Emit()

Completed in 26 milliseconds