Home
last modified time | relevance | path

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

/qemu/target/xtensa/
H A Dtranslate.c470 if (par[0] >= DBREAKA && par[0] < DBREAKA + MAX_NDBREAK) { in test_exceptions_dbreak()
473 if (par[0] >= DBREAKC && par[0] < DBREAKC + MAX_NDBREAK) { in test_exceptions_dbreak()
498 if (par[0] >= EXCSAVE1 && par[0] < EXCSAVE1 + MAX_NLEVEL) { in test_exceptions_hpi()
501 if (par[0] >= EPC1 && par[0] < EPC1 + MAX_NLEVEL) { in test_exceptions_hpi()
504 if (par[0] >= EPS2 && par[0] < EPS2 + MAX_NLEVEL - 1) { in test_exceptions_hpi()
1339 if (par[0]) { in translate_all()
1670 if (par[2]) { in translate_ldst()
1869 if (par[0]) { in translate_mul16()
1890 if (par[0]) { in translate_mulh()
2453 tcg_gen_andi_i32(cpu_SR[par[0]], arg[0].in, par[2]); in translate_wsr_mask()
[all …]
H A Dcpu.h369 const uint32_t par[]);
372 const uint32_t par[]);
413 const uint32_t *par; member
/qemu/audio/
H A Dsndioaudio.c35 struct sio_par par; member
399 if (!sio_getpar(self->hdl, &self->par)) { in sndio_init()
404 nch = (mode == SIO_PLAY) ? self->par.pchan : self->par.rchan; in sndio_init()
410 if (self->par.bits != req.bits || self->par.bps != req.bits / 8 || in sndio_init()
411 self->par.sig != req.sig || (req.bits > 8 && self->par.le != req.le) || in sndio_init()
412 self->par.rate != as->freq || nch != as->nchannels) { in sndio_init()
421 self->buf_size = self->par.round * self->par.bps * nch; in sndio_init()
490 hw->samples = self->par.round; in sndio_init_out()
503 hw->samples = self->par.round; in sndio_init_in()
/qemu/hw/pci-host/
H A Dsh_pci.c47 uint32_t par; member
62 pcic->par = val; in sh_pci_reg_write()
72 pci_data_write(phb->bus, pcic->par, val, 4); in sh_pci_reg_write()
86 return pcic->par; in sh_pci_reg_read()
92 return pci_data_read(phb->bus, pcic->par, 4); in sh_pci_reg_read()
/qemu/hw/m68k/
H A Dmcf5206.c174 uint8_t par; member
285 s->par = 0; in m5206_mbar_reset()
319 case 0xcb: return s->par; in m5206_mbar_read()
366 s->par = value; in m5206_mbar_write()
/qemu/tests/
H A Dmeson.build68 'test-qht-par': qht_bench,
/qemu/target/arm/tcg/
H A Dcrypto_helper.c159 static uint32_t par(uint32_t x, uint32_t y, uint32_t z) in par() function
221 return par(CR_ST_WORD(*d, 1), CR_ST_WORD(*d, 2), CR_ST_WORD(*d, 3)); in do_sha1p()
557 t = par(CR_ST_WORD(d, 3), CR_ST_WORD(d, 2), CR_ST_WORD(d, 1)); in crypto_sm3tt()
/qemu/docs/specs/
H A Dppc-spapr-numa.rst336 is to keep expectations up to par with what we are capable of provide at this
/qemu/target/arm/
H A Dhelper.c3827 A32_BANKED_CURRENT_REG_SET(env, par, par64); in ats_write()
3845 A32_BANKED_CURRENT_REG_SET(env, par, par64); in ats1h_write()