Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/ctxfi/
H A Dctresource.c104 return rsc->conj; in rsc_index()
109 return (rsc->conj << 4) + offset_in_audio_slot_block[rsc->type]; in audio_ring_slot()
117 rsc->conj += (AUDIO_SLOT_BLOCK_NUM >> i); in rsc_next_conj()
122 rsc->conj = rsc->idx; in rsc_master()
138 rsc->conj = idx; in rsc_init()
197 rsc->idx = rsc->conj = 0; in rsc_uninit()
H A Dctamixer.c28 rsc->conj = 0; in amixer_master()
34 rsc->conj++; in amixer_next_conj()
39 return container_of(rsc, struct amixer, rsc)->idx[rsc->conj]; in amixer_index()
335 rsc->conj = 0; in sum_master()
341 rsc->conj++; in sum_next_conj()
346 return container_of(rsc, struct sum, rsc)->idx[rsc->conj]; in sum_index()
H A Dctresource.h34 u32 conj:12; /* Current conjugate index */ member
H A Dctdaio.c59 rsc->conj = rsc->idx; in daio_master()
64 return rsc->conj; in daio_index()
69 rsc->conj += 2; in daio_out_next_conj()
74 rsc->conj += 0x200; in daio_in_next_conj_20k1()
79 rsc->conj += 0x100; in daio_in_next_conj_20k2()
H A Dctsrc.c595 rsc->conj = 0; in srcimp_master()
601 rsc->conj++; in srcimp_next_conj()
606 return container_of(rsc, struct srcimp, rsc)->idx[rsc->conj]; in srcimp_index()
/openbmc/qemu/target/ppc/translate/
H A Dvsx-impl.c.inc2401 TCGv_i64 conj, disj;
2403 conj = tcg_temp_new_i64();
2420 tcg_gen_and_i64(conj, conj, b);
2422 tcg_gen_andc_i64(conj, conj, b);
2425 tcg_gen_and_i64(conj, conj, c);
2427 tcg_gen_andc_i64(conj, conj, c);
2446 TCGv_vec disj, conj;
2465 tcg_gen_and_vec(vece, conj, conj, b);
2467 tcg_gen_andc_vec(vece, conj, conj, b);
2470 tcg_gen_and_vec(vece, conj, conj, c);
[all …]
/openbmc/qemu/target/ppc/
H A Dint_helper.c1849 Int128 conj, disj = int128_zero(); in helper_XXEVAL() local
1859 conj = a->s128; in helper_XXEVAL()
1861 conj = int128_not(a->s128); in helper_XXEVAL()
1864 conj = int128_and(conj, b->s128); in helper_XXEVAL()
1866 conj = int128_and(conj, int128_not(b->s128)); in helper_XXEVAL()
1869 conj = int128_and(conj, c->s128); in helper_XXEVAL()
1871 conj = int128_and(conj, int128_not(c->s128)); in helper_XXEVAL()
1873 disj = int128_or(disj, conj); in helper_XXEVAL()
/openbmc/qemu/target/xtensa/core-dsp3400/
H A Dxtensa-modules.c.inc76715 { "conj", ICLASS_iclass_CONJ,