Home
last modified time | relevance | path

Searched defs:sve_vec_cost (Results 1 – 4 of 4) sorted by relevance

/dports/lang/gcc11-devel/gcc-11-20211009/gcc/config/aarch64/
H A Daarch64-protos.h255 struct sve_vec_cost : simd_vec_cost struct
257 constexpr sve_vec_cost (const simd_vec_cost &base, in sve_vec_cost() function
278 const int clast_cost;
282 const int fadda_f16_cost;
283 const int fadda_f32_cost;
284 const int fadda_f64_cost;
288 const int gather_load_x32_cost;
289 const int gather_load_x64_cost;
292 const int scatter_store_elt_cost;
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/config/aarch64/
H A Daarch64-protos.h255 struct sve_vec_cost : simd_vec_cost struct
257 constexpr sve_vec_cost (const simd_vec_cost &base, in sve_vec_cost() function
278 const int clast_cost;
282 const int fadda_f16_cost;
283 const int fadda_f32_cost;
284 const int fadda_f64_cost;
288 const int gather_load_x32_cost;
289 const int gather_load_x64_cost;
292 const int scatter_store_elt_cost;
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/config/aarch64/
H A Daarch64-protos.h255 struct sve_vec_cost : simd_vec_cost struct
257 constexpr sve_vec_cost (const simd_vec_cost &base, in sve_vec_cost() argument
274 const int clast_cost;
278 const int fadda_f16_cost;
279 const int fadda_f32_cost;
280 const int fadda_f64_cost;
283 const int scatter_store_elt_cost;
/dports/net/wireshark/wireshark-3.6.1/epan/dissectors/
H A Dpacket-snort.c256 /* Helper functions for matching expected bytes against the packet buffer.
257 Case-sensitive comparison - can just memcmp(). in sve_vec_cost()
274 return FALSE;
282 /* Move through the bytes of the tvbuff, looking for a match against the
284 */