Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64.cc15597 unsigned int general_ops = 0; member in aarch64_vec_op_count
15693 return { general_ops + loads + pred_ops + 1, 5 }; in rename_cycles_per_iter()
15708 cycles = std::max (cycles, { general_ops, in min_nonpred_cycles_per_iter()
15741 " general operations = %d\n", general_ops); in dump()
16569 ops->general_ops += count; in count_ops()
16577 ops->general_ops += base_issue->fp_simd_load_general_ops * count; in count_ops()
16585 ops->general_ops += base_issue->fp_simd_store_general_ops * count; in count_ops()
16592 ops->general_ops += count; in count_ops()
16598 ops->general_ops += count; in count_ops()
16615 ops->general_ops += simd_issue->ld2_st2_general_ops * count; in count_ops()
[all …]