Lines Matching defs:simd_flags
188 if (left->simd_flags.arch != right->simd_flags.arch)
189 return (int64_t) left->simd_flags.arch - right->simd_flags.arch;
191 return (int64_t) left->simd_flags.pred - right->simd_flags.pred;
194 static const char *hist_entry__get_simd_name(struct simd_flags *simd_flags)
196 u64 arch = simd_flags->arch;
214 if (!he->simd_flags.arch)
217 name = hist_entry__get_simd_name(&he->simd_flags);
219 if (he->simd_flags.pred == SIMD_OP_FLAGS_PRED_EMPTY)
221 else if (he->simd_flags.pred == SIMD_OP_FLAGS_PRED_PARTIAL)
223 else if (he->simd_flags.pred == SIMD_OP_FLAGS_PRED_DISABLED)
225 else if (he->simd_flags.pred == SIMD_OP_FLAGS_PRED_FULL)