Home
last modified time | relevance | path

Searched refs:SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/vixl/src/aarch64/
H A Dconstants-aarch64.h2817 SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed = 0x84000000, enumerator
2820 LD1SB_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed,
2821 …LDFF1SB_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x0000200…
2822 LD1B_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x00004000,
2823 …LDFF1B_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x00006000,
2824 LD1SH_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x00800000,
2825 …LDFF1SH_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x0080200…
2826 LD1H_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x00804000,
2827 …LDFF1H_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x00806000,
2828 LD1W_z_p_bz_s_x32_unscaled = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed | 0x01004000,
[all …]
H A Dassembler-sve-aarch64.cc3970 op = SVE32BitGatherLoad_ScalarPlus32BitUnscaledOffsetsFixed; in SVEScatterGatherHelper()