Home
last modified time | relevance | path

Searched refs:LaneSizeInBytes (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h410 unsigned LaneSizeInBytes() const { return SizeInBytes() / lane_count_; } in LaneSizeInBytes() function in v8::internal::VRegister
412 unsigned LaneSizeInBits() const { return LaneSizeInBytes() * 8; } in LaneSizeInBits()
H A Dassembler-arm64.cc1881 int lane_size = vd.LaneSizeInBytes(); in ins()
1916 int lane_size = vn.LaneSizeInBytes(); in smov()
2067 int lane_size = vn.LaneSizeInBytes(); in umov()
2113 int lane_size = vd.LaneSizeInBytes(); in ins()
2553 unsigned lane_size = vt.LaneSizeInBytes(); in LoadStoreStructSingle()
3493 int lane_size = vn.LaneSizeInBytes(); in dup()

Completed in 19 milliseconds