Searched refs:simd_flags (Results 1 – 4 of 4) sorted by relevance
69 struct simd_flags { struct 120 struct simd_flags simd_flags; member 70 archsimd_flags global() argument 71 predsimd_flags global() argument
322 static struct simd_flags arm_spe__synth_simd_flags(const struct arm_spe_record *record) in arm_spe__synth_simd_flags() 324 struct simd_flags simd_flags = {}; in arm_spe__synth_simd_flags() local 327 simd_flags.arch |= SIMD_OP_FLAGS_ARCH_SVE; in arm_spe__synth_simd_flags() 330 simd_flags.arch |= SIMD_OP_FLAGS_ARCH_SVE; in arm_spe__synth_simd_flags() 333 simd_flags.pred |= SIMD_OP_FLAGS_PRED_PARTIAL; in arm_spe__synth_simd_flags() 336 simd_flags.pred |= SIMD_OP_FLAGS_PRED_EMPTY; in arm_spe__synth_simd_flags() 338 return simd_flags; in arm_spe__synth_simd_flags() 357 sample->simd_flags = arm_spe__synth_simd_flags(record); in arm_spe_prep_sample()
266 struct simd_flags simd_flags; member
850 .simd_flags = sample->simd_flags, in __hists__add_entry()