Lines Matching defs:element
678 // The bit assignment is zero-extended to fill the size of predicate element.
723 int64_t element;
726 element = register_.GetLane<int8_t>(index);
729 element = register_.GetLane<int16_t>(index);
732 element = register_.GetLane<int32_t>(index);
735 element = register_.GetLane<int64_t>(index);
741 return element;
746 uint64_t element;
749 element = register_.GetLane<uint8_t>(index);
752 element = register_.GetLane<uint16_t>(index);
755 element = register_.GetLane<uint32_t>(index);
758 element = register_.GetLane<uint64_t>(index);
764 return element;
1027 // `base` should be the constant used for each element. That is, the value
1029 // `vector` should be the SimVRegister with offsets for each element. The
1033 // `mod` and `shift` correspond to the modifiers applied to each element in
1080 // Full per-element address calculation for structured accesses.
5000 // first active element is always accessed, regardless of FFR, and will