Home
last modified time | relevance | path

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

/third_party/vixl/test/aarch64/
Dtest-utils-aarch64.h61 T GetLane(int lane) const { in GetLane() function
168 return dump_.z_[code].GetLane<T>(lane); in zreg_lane()
201 Chunk chunk = dump_.p_[code].GetLane<Chunk>(chunk_index); in preg_lane()
277 bool match = ((dump_.q_[code].GetLane<uint64_t>(0) == dump_.d_[code]) && in VRegAliasesMatch()
Dtest-utils-aarch64.cc98 expected.GetLane<uint64_t>(1), in Equal128()
99 expected.GetLane<uint64_t>(0), in Equal128()
100 result.GetLane<uint64_t>(1), in Equal128()
101 result.GetLane<uint64_t>(0)); in Equal128()
/third_party/vixl/src/aarch64/
Dsimulator-aarch64.h303 return GetLane<T>(0); in Get()
309 T GetLane(int lane) const { in GetLane() function
316 return GetLane(lane);
418 uint8_t byte = register_.GetLane<uint8_t>(byte_index); in SetActive()
427 uint8_t byte = register_.GetLane<uint8_t>(byte_index); in IsActive()
455 return register_.GetLane<T>(lane); in GetActiveMask()
518 element = register_.GetLane<int8_t>(index); in Int()
521 element = register_.GetLane<int16_t>(index); in Int()
524 element = register_.GetLane<int32_t>(index); in Int()
527 element = register_.GetLane<int64_t>(index); in Int()
[all …]
Dlogic-aarch64.cc7650 offset = vector_->GetLane<uint32_t>(lane); in GetStructAddress()
7653 offset = vector_->GetLane<uint64_t>(lane); in GetStructAddress()
Dsimulator-aarch64.cc12765 MemWrite(address + i, pt.GetLane<uint8_t>(i)); in Simulator()
12785 MemWrite(address + i, zt.GetLane<uint8_t>(i)); in Simulator()
/third_party/vixl/src/aarch32/
Dassembler-aarch32.cc520 if ((lane.GetLane() & 7) != lane.GetLane()) { in Dt_U_opc1_opc2_1()
523 SetEncodingValue(0x8 | lane.GetLane()); in Dt_U_opc1_opc2_1()
526 if ((lane.GetLane() & 3) != lane.GetLane()) { in Dt_U_opc1_opc2_1()
529 SetEncodingValue(0x1 | (lane.GetLane() << 1)); in Dt_U_opc1_opc2_1()
532 if ((lane.GetLane() & 7) != lane.GetLane()) { in Dt_U_opc1_opc2_1()
535 SetEncodingValue(0x18 | lane.GetLane()); in Dt_U_opc1_opc2_1()
538 if ((lane.GetLane() & 3) != lane.GetLane()) { in Dt_U_opc1_opc2_1()
541 SetEncodingValue(0x11 | (lane.GetLane() << 1)); in Dt_U_opc1_opc2_1()
544 if ((lane.GetLane() & 1) != lane.GetLane()) { in Dt_U_opc1_opc2_1()
547 SetEncodingValue(0x0 | (lane.GetLane() << 2)); in Dt_U_opc1_opc2_1()
[all …]
Dinstructions-aarch32.h224 SRegister GetLane(uint32_t lane) const { in GetLane() function
330 uint32_t GetLane() const { return lane_; } in GetLane() function
359 if (lane.GetLane() == static_cast<uint32_t>(-1)) return os << "??]";
360 return os << lane.GetLane() << "]";
Ddisasm-aarch32.cc79 int GetLane() const { return lane_; } in GetLane() function in vixl::aarch32::DecodeNeon
14948 int lane = decode_neon.GetLane(); in DecodeT32()
14990 int lane = decode_neon.GetLane(); in DecodeT32()
15034 int lane = decode_neon.GetLane(); in DecodeT32()
15097 int lane = decode_neon.GetLane(); in DecodeT32()
15142 int lane = decode_neon.GetLane(); in DecodeT32()
15189 int lane = decode_neon.GetLane(); in DecodeT32()
15306 int lane = decode_neon.GetLane(); in DecodeT32()
15350 int lane = decode_neon.GetLane(); in DecodeT32()
15396 int lane = decode_neon.GetLane(); in DecodeT32()
[all …]
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dengine_vulkan_debugger.cc421 const Variables* GetLane(const Variables& lanes, int lane) { in GetLane() function in amber::vulkan::__anone0acb01e0111::Client
731 if (auto lane = client_.GetLane(locals, lane_)) { in ExpectLocalT()
1076 auto lane_var = client.GetLane(locals, i); in FindLocal()