Searched refs:GetLane (Results 1 - 5 of 5) sorted by relevance

/external/vixl/src/aarch64/
H A Dsimulator-aarch64.h322 return GetLane<T>(0);
328 T GetLane(int lane) const { function in class:vixl::aarch64::SimRegisterBase
336 VIXL_DEPRECATED("GetLane", T Get(int lane) const) {
337 return GetLane(lane);
377 element = register_.GetLane<int8_t>(index);
380 element = register_.GetLane<int16_t>(index);
383 element = register_.GetLane<int32_t>(index);
386 element = register_.GetLane<int64_t>(index);
399 element = register_.GetLane<uint8_t>(index);
402 element = register_.GetLane<uint16_
[all...]
H A Dsimulator-aarch64.cc785 ? ReadVRegister(code).GetLane<float>(lane)
786 : ReadVRegister(code).GetLane<double>(lane);
/external/vixl/src/aarch32/
H A Dassembler-aarch32.cc561 if ((lane.GetLane() & 7) != lane.GetLane()) {
564 SetEncodingValue(0x8 | lane.GetLane());
567 if ((lane.GetLane() & 3) != lane.GetLane()) {
570 SetEncodingValue(0x1 | (lane.GetLane() << 1));
573 if ((lane.GetLane() & 7) != lane.GetLane()) {
576 SetEncodingValue(0x18 | lane.GetLane());
579 if ((lane.GetLane()
[all...]
H A Dinstructions-aarch32.h223 SRegister GetLane(uint32_t lane) const {
328 uint32_t GetLane() const { return lane_; }
357 if (lane.GetLane() == static_cast<uint32_t>(-1)) return os << "??]";
358 return os << lane.GetLane() << "]";
H A Ddisasm-aarch32.cc76 int GetLane() const { return lane_; } function in class:vixl::aarch32::DecodeNeon
14929 int lane = decode_neon.GetLane();
14971 int lane = decode_neon.GetLane();
15015 int lane = decode_neon.GetLane();
15078 int lane = decode_neon.GetLane();
15123 int lane = decode_neon.GetLane();
15170 int lane = decode_neon.GetLane();
15287 int lane = decode_neon.GetLane();
15331 int lane = decode_neon.GetLane();
15377 int lane = decode_neon.GetLane();
[all...]

Completed in 213 milliseconds