Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c838 if (DO_BIC(BIC_TOD)) in print_header()
842 if (DO_BIC(BIC_Die)) in print_header()
848 if (DO_BIC(BIC_CPU)) in print_header()
863 if (DO_BIC(BIC_IPC)) in print_header()
873 if (DO_BIC(BIC_SMI)) in print_header()
1131 if (DO_BIC(BIC_TOD)) in format_counters()
1206 if (DO_BIC(BIC_IPC)) in format_counters()
1218 if (DO_BIC(BIC_SMI)) in format_counters()
1572 …if (DO_BIC(BIC_Avg_MHz) || DO_BIC(BIC_Busy) || DO_BIC(BIC_Bzy_MHz) || soft_c1_residency_display(BI… in delta_thread()
1607 if (DO_BIC(BIC_IPC)) in delta_thread()
[all …]
/openbmc/qemu/target/arm/tcg/
H A Dsve_helper.c130 #define DO_BIC(N, M, G) (((N) & ~(M)) & (G)) macro
139 LOGICAL_PPPP(sve_bic_pppp, DO_BIC) in LOGICAL_PPPP()
148 #undef DO_BIC in LOGICAL_PPPP()
200 #define DO_BIC(N, M) (N & ~M) macro
234 DO_ZPZZ(sve_bic_zpzz_b, uint8_t, H1, DO_BIC)
235 DO_ZPZZ(sve_bic_zpzz_h, uint16_t, H1_2, DO_BIC)
236 DO_ZPZZ(sve_bic_zpzz_s, uint32_t, H1_4, DO_BIC)
237 DO_ZPZZ_D(sve_bic_zpzz_d, uint64_t, DO_BIC)
1855 #undef DO_BIC
H A Dmve_helper.c951 #define DO_BIC(N, M) ((N) & ~(M)) macro
957 DO_2OP(vbic, 8, uint64_t, DO_BIC)