EXT
Extract a byte window
Take a 16-byte window from the concatenation of two vectors, starting at an immediate byte offset.
| Form | Bits | Requires | Encoding |
|---|---|---|---|
EXT Vd.16B,Vn.16B,Vm.16B,#n | 128 | AdvSIMD | — |
Explore the operation
The interactive explorer is loading. The operation and reference details are available below.
Operation#
dst = concatenate(a, b)[offset … offset+15]What to watch for
- The byte offset for this 128-bit form is 0–15.
- The intrinsic offset must be a compile-time constant.
Corresponding intrinsics#
uint8x16_t vextq_u8( uint8x16_t a, uint8x16_t b, const int n)Documented mapping
EXT Vd.16B,Vn.16B,Vm.16B,#n
Architectural details#
- Flags
- NZCV unchanged.
- Destination
- Writes all 128 bits of the selected V destination register.
- Encoding
- Encoding details have not been imported for this form.
- Operands
a -> Vn.16B b -> Vm.16B 0 <= n <= 15Vdwrite · 128 bits (16 × 8)aread · 128 bits (16 × 8) · unsignedbread · 128 bits (16 × 8) · unsignednread
- Coverage
- Selected 128-bit AArch64 AdvSIMD (Neon) forms from ACLE. Scalar, other element arrangements, SVE, and SME forms are outside this sample.
- Byte offset
- 0 to 15.
Exception information & execution requirements
Complete exception conditions have not been imported.
Availability depends on execution-level controls for AdvSIMD. This ACLE import does not contain an exhaustive architectural exception list.
Feature availability alone does not guarantee execution: OS state and execution-level controls also apply. Use the linked architecture documentation for the full exception conditions.
Sources & provenance#
Technical fields are imported from pinned upstream files. Explanations and explorer behavior are maintained separately.
Arm · advsimd.md
- Revision
3a8fb2b1145b27ba0a9110ed32f3a6cfdad6c002- SHA-256
722dcf758d7a6dbbab54210d55bbce73a6db7691bb4092112375bf096563fd73- Terms
- CC-BY-SA-4.0 AND Apache-Patent-License