Searched refs:GetLane (Results 1 – 9 of 9) sorted by relevance
61 T GetLane(int lane) const { in GetLane() function168 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()
98 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()
303 return GetLane<T>(0); in Get()309 T GetLane(int lane) const { in GetLane() function316 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 …]
7650 offset = vector_->GetLane<uint32_t>(lane); in GetStructAddress()7653 offset = vector_->GetLane<uint64_t>(lane); in GetStructAddress()
12765 MemWrite(address + i, pt.GetLane<uint8_t>(i)); in Simulator()12785 MemWrite(address + i, zt.GetLane<uint8_t>(i)); in Simulator()
520 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 …]
224 SRegister GetLane(uint32_t lane) const { in GetLane() function330 uint32_t GetLane() const { return lane_; } in GetLane() function359 if (lane.GetLane() == static_cast<uint32_t>(-1)) return os << "??]";360 return os << lane.GetLane() << "]";
79 int GetLane() const { return lane_; } in GetLane() function in vixl::aarch32::DecodeNeon14948 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 …]
421 const Variables* GetLane(const Variables& lanes, int lane) { in GetLane() function in amber::vulkan::__anone0acb01e0111::Client731 if (auto lane = client_.GetLane(locals, lane_)) { in ExpectLocalT()1076 auto lane_var = client.GetLane(locals, i); in FindLocal()