Home
last modified time | relevance | path

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

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