Home
last modified time | relevance | path

Searched refs:zva_val (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/arm-optimized-routines/string/aarch64/
H A D__mtag_tag_zero_region.S27 #define zva_val x4 macro
63 mrs zva_val, dczid_el0
64 and zva_val, zva_val, 31
65 cmp zva_val, 4 /* ZVA size is 64 bytes. */
H A D__mtag_tag_region.S27 #define zva_val x4 macro
63 mrs zva_val, dczid_el0
64 and zva_val, zva_val, 31
65 cmp zva_val, 4 /* ZVA size is 64 bytes. */
H A Dmemset-sve.S24 #define zva_val x5 macro
73 mrs zva_val, dczid_el0
74 and zva_val, zva_val, 31
75 cmp zva_val, 4 /* ZVA size is 64 bytes. */
H A Dmemset.S22 #define zva_val x5 macro
85 mrs zva_val, dczid_el0
86 and zva_val, zva_val, 31
87 cmp zva_val, 4 /* ZVA size is 64 bytes. */
/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/aarch64/
H A Dsme-libc-mem-routines.S252 #define zva_val x5 macro
317 mrs zva_val, dczid_el0
318 and zva_val, zva_val, 31
319 cmp zva_val, 4 /* ZVA size is 64 bytes. */