Home
last modified time | relevance | path

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

/openbmc/linux/drivers/spi/
H A Dspi-cadence-quadspi.c1421 bool all_true, all_false; in cqspi_supports_mem_op() local
1432 all_false = !op->cmd.dtr && !op->addr.dtr && !op->dummy.dtr && in cqspi_supports_mem_op()
1443 } else if (!all_false) { in cqspi_supports_mem_op()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc1784 TCGv_i64 xb, t0, t1, all_true, all_false, mask, zero;
1793 all_false = tcg_temp_new_i64();
1802 tcg_gen_or_i64(all_false, t0, t1);
1805 tcg_gen_setcond_i64(TCG_COND_EQ, all_false, all_false, zero);
1806 tcg_gen_shli_i64(all_false, all_false, 1);
1810 tcg_gen_or_i64(t0, all_false, all_true);
/openbmc/qemu/target/ppc/
H A Dfpu_helper.c2595 int all_false = 1; \
2614 all_false = 0; \
2623 crf6 = (all_true ? 0x8 : 0) | (all_false ? 0x2 : 0); \