Searched refs:all_true (Results 1 – 4 of 4) sorted by relevance
/openbmc/phosphor-logging/lib/include/phosphor-logging/ |
H A D | log.hpp | 120 using all_true = std::is_same<bool_pack<bs..., true>, bool_pack<true, bs...>>; typedef 137 static_assert(all_true<is_printf_argtype<Args>::value...>::value, in entry()
|
/openbmc/linux/drivers/spi/ |
H A D | spi-cadence-quadspi.c | 1421 bool all_true, all_false; in cqspi_supports_mem_op() local 1427 all_true = op->cmd.dtr && in cqspi_supports_mem_op() 1435 if (all_true) { in cqspi_supports_mem_op()
|
/openbmc/qemu/target/ppc/translate/ |
H A D | vsx-impl.c.inc | 1748 TCGv_i64 xb, t0, t1, all_true, all_false, mask, zero; 1756 all_true = tcg_temp_new_i64(); 1767 tcg_gen_and_i64(all_true, t0, t1); 1771 tcg_gen_setcond_i64(TCG_COND_EQ, all_true, all_true, mask); 1772 tcg_gen_shli_i64(all_true, all_true, 3); 1774 tcg_gen_or_i64(t0, all_false, all_true);
|
/openbmc/qemu/target/ppc/ |
H A D | fpu_helper.c | 2497 int all_true = 1; \ 2513 all_true = 0; \ 2520 all_true = 0; \ 2526 crf6 = (all_true ? 0x8 : 0) | (all_false ? 0x2 : 0); \
|