Home
last modified time | relevance | path

Searched defs:GetLane (Results 1 – 4 of 4) sorted by relevance

/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.h61 T GetLane(int lane) const { in GetLane() function
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h309 T GetLane(int lane) const { in GetLane() function
/third_party/vixl/src/aarch32/
Dinstructions-aarch32.h224 SRegister GetLane(uint32_t lane) const { in GetLane() function
330 uint32_t GetLane() const { return lane_; } in GetLane() function
Ddisasm-aarch32.cc79 int GetLane() const { return lane_; } in GetLane() function in vixl::aarch32::DecodeNeon